Shades of Cinnabar #DD422F
Tints of Cinnabar #DD422F
RGB
CMYK
RGB Variations
Color information
#DD422F (or 0xDD422F) is known color: Cinnabar. HEX triplet: DD, 42 and 2F. RGB value is (221,66,47). Sum of RGB (Red+Green+Blue) = 221+66+47=334 (44% of max value = 765). Red value is 221 (86.72% from 255 or 66.17% from 334); Green value is 66 (26.17% from 255 or 19.76% from 334); Blue value is 47 (18.75% from 255 or 14.07% from 334); Max value from RGB is 221 - color contains mainly: red. Hex color #DD422F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD422F is #22BDD0. Grayscale: #6E6E6E. Windows color (decimal): -2276817 or 3097309. OLE color: 3097309.
HSL color Cylindrical-coordinate representation of color #DD422F: hue angle of 6.55º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DD422F is Cyan = 0, Magento = 0.70, Yellow = 0.79 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 66 | 47 | - |
| CMYK | 0 | 0.70 | 0.79 | 0.13 |
| HSL | 6.55º | 0.72% | 0.53% | - |
| HSV(B) | 6.55º | 0.79% | 0.87% | - |
| XYZ | 32.28 | 19.47 | 4.75 | - |
| YUV | 110.18 | 92.35 | 207.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 66 | 47 | 0 | 0.70 | 0.79 | 0.13 | 6.55 | 0.72 | 0.53 |
| Hex | DD | 42 | 2F | 0 | 46 | 4F | D | 7 | 48 | 35 |
| Octal | 335 | 102 | 57 | 0 | 106 | 117 | 15 | 7 | 110 | 65 |
| Binary | 11011101 | 1000010 | 101111 | 0 | 1000110 | 1001111 | 1101 | 111 | 1001000 | 110101 |
Color Harmonies of #DD422F
Complementary color
Monochromatic Colors of #DD422F
Black with #DD422F
Text Example
Text Example
White with #DD422F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD422F; }
p { color: rgb(221,66,47); }
H1.HeaderClassName
{
color: #DD422F;
}
.AnyTagClassName
{
color: #DD422F;
}
</style>
background-color css
<style>
a { background-color: #DD422F; }
a { background-color: rgb(221,66,47); }
div.DivClassName
{
background-color: #DD422F;
}
.BgClassName
{
background-color: #DD422F;
}
</style>
border-color css
<style>
span { border-color: #DD422F; }
span { border-color: rgb(221,66,47); }
td.TdClassName
{
border-color: #DD422F;
}
.TagClassName
{
border-color: #DD422F;
}
</style>