Shades of Cinnabar #DD422D
Tints of Cinnabar #DD422D
RGB
CMYK
RGB Variations
Color information
#DD422D (or 0xDD422D) is known color: Cinnabar. HEX triplet: DD, 42 and 2D. RGB value is (221,66,45). Sum of RGB (Red+Green+Blue) = 221+66+45=332 (43% of max value = 765). Red value is 221 (86.72% from 255 or 66.57% from 332); Green value is 66 (26.17% from 255 or 19.88% from 332); Blue value is 45 (17.97% from 255 or 13.55% from 332); Max value from RGB is 221 - color contains mainly: red. Hex color #DD422D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD422D is #22BDD2. Grayscale: #6E6E6E. Windows color (decimal): -2276819 or 2966237. OLE color: 2966237.
HSL color Cylindrical-coordinate representation of color #DD422D: hue angle of 7.16º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DD422D is Cyan = 0, Magento = 0.70, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 66 | 45 | - |
| CMYK | 0 | 0.70 | 0.80 | 0.13 |
| HSL | 7.16º | 0.72% | 0.52% | - |
| HSV(B) | 7.16º | 0.8% | 0.87% | - |
| XYZ | 32.24 | 19.46 | 4.54 | - |
| YUV | 109.95 | 91.35 | 207.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 66 | 45 | 0 | 0.70 | 0.80 | 0.13 | 7.16 | 0.72 | 0.52 |
| Hex | DD | 42 | 2D | 0 | 46 | 50 | D | 7 | 48 | 34 |
| Octal | 335 | 102 | 55 | 0 | 106 | 120 | 15 | 7 | 110 | 64 |
| Binary | 11011101 | 1000010 | 101101 | 0 | 1000110 | 1010000 | 1101 | 111 | 1001000 | 110100 |
Color Harmonies of #DD422D
Complementary color
Monochromatic Colors of #DD422D
Black with #DD422D
Text Example
Text Example
White with #DD422D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD422D; }
p { color: rgb(221,66,45); }
H1.HeaderClassName
{
color: #DD422D;
}
.AnyTagClassName
{
color: #DD422D;
}
</style>
background-color css
<style>
a { background-color: #DD422D; }
a { background-color: rgb(221,66,45); }
div.DivClassName
{
background-color: #DD422D;
}
.BgClassName
{
background-color: #DD422D;
}
</style>
border-color css
<style>
span { border-color: #DD422D; }
span { border-color: rgb(221,66,45); }
td.TdClassName
{
border-color: #DD422D;
}
.TagClassName
{
border-color: #DD422D;
}
</style>