Tomato Queen Color Hex Code
#dd4422What is Tomato Queen Color Hex Code Color?
Tomato Queen Color Hex Code is a medium, highly saturated, vibrant red color with the hex code #dd4422. Its RGB value is rgb(221, 68, 34), meaning it contains 221 red, 68 green, and 34 blue light values. In the HSL color model, it has a hue of 11°, saturation of 73%, and lightness of 50%.
Tomato Queen Color Hex Code Color Codes
Here are all the color format codes for Tomato Queen Color Hex Code:
- HEX: #dd4422
- RGB: rgb(221, 68, 34)
- HSL: hsl(11°, 73%, 50%)
- CMYK: cmyk(0%, 69%, 85%, 13%)
- Android/Flutter: Color(0xFFDD4422)
- Swift UIColor: UIColor(red: 0.867, green: 0.267, blue: 0.133, alpha: 1.0)
Is Tomato Queen Color Hex Code Accessible?
Tomato Queen Color Hex Code (#dd4422) passes WCAG AA accessibility standards. It has a contrast ratio of 4.26:1 against white and 4.92:1 against black text. For better readability, prefer black text on this color for normal body text.
How to Use Tomato Queen Color Hex Code in Design
Tomato Queen Color Hex Code is a medium red tone that works well as
a primary brand color, button color, or dark background in modern UI designs.
Use lighter tints of this color to create depth and hierarchy in your layouts.
In CSS, you can use it directly as color: #dd4422; or
background-color: #dd4422;.
Tomato Queen Color Hex Code Shades and Tints
Shades of Tomato Queen Color Hex Code are created by mixing it with black, ranging from the original #dd4422 down to near-black #c43c1e. Tints are made by adding white — from the base color up to near-white #fbeae6. These variations help build complete design system palettes and Tailwind CSS color scales.
Tomato Queen Color Hex Code Color Harmonies
The complementary color of Tomato Queen Color Hex Code is #22badd. Its analogous colors are #dda222 and #dd225d. For a triadic palette, combine it with #22dd45 and #4522dd.
Frequently Asked Questions
What is the hex code for Tomato Queen Color Hex Code?
The hex code for Tomato Queen Color Hex Code is #dd4422.
What is the RGB value of Tomato Queen Color Hex Code?
The RGB value is rgb(221, 68, 34). Red channel: 221/255, Green: 68/255, Blue: 34/255.
Is Tomato Queen Color Hex Code good for web accessibility?
Tomato Queen Color Hex Code has a contrast ratio of 4.26:1 with white and 4.92:1 with black. It passes WCAG AA standards for normal text.
What colors go well with Tomato Queen Color Hex Code?
Tomato Queen Color Hex Code pairs well with its complementary color #22badd, analogous colors #dda222 and #dd225d, or neutral whites and grays for a clean, modern look.
How do I use Tomato Queen Color Hex Code in CSS?
Use it in CSS like this:
background-color: #dd4422;
color: #dd4422;
Or as a CSS variable: --color-primary: #dd4422;
WCAG 2.1 Accessibility Contrast
WCAG AA requires ≥4.5:1 for normal text, ≥3:1 for large text. AAA requires ≥7:1.
Check against custom color
Mix with another color
Blend spectrum (base → mix)
Copy code snippets
--color-primary: #dd4422;
--color-primary-rgb: 221, 68, 34;
--color-primary-hsl: 11 73% 50%;
--color-primary-text: #1a1a2e;
colors: {
'tomato-queen-color-hex-code': {
DEFAULT: '#dd4422',
100: '#ffffff',
200: '#fbeae6',
300: '#f7d6ce',
400: '#f4c1b5',
500: '#f0ac9d',
600: '#c43c1e',
700: '#ac351a',
800: '#932d17',
900: '#7b2613',
950: '#621e0f',
}
}
'base': #dd4422,
'light': #f7d6ce,
'dark': #ac351a,
'rgb': 221, 68, 34
);
A beautiful color used in modern design systems. Click to copy the hex code and use it in your projects.
Heading H1
Heading H2
Regular body text with a colored link inside. Lorem ipsum dolor sit amet, consectetur adipiscing elit.
Caption text or muted secondary copy. Used for descriptions and supplemental information.
Highlighted blockquote text using this color as an accent.
How this color appears to people with different types of color vision deficiency.