Shades of Cinnabar #DD422C
Tints of Cinnabar #DD422C
RGB
CMYK
RGB Variations
Color information
#DD422C (or 0xDD422C) is known color: Cinnabar. HEX triplet: DD, 42 and 2C. RGB value is (221,66,44). Sum of RGB (Red+Green+Blue) = 221+66+44=331 (43% of max value = 765). Red value is 221 (86.72% from 255 or 66.77% from 331); Green value is 66 (26.17% from 255 or 19.94% from 331); Blue value is 44 (17.58% from 255 or 13.29% from 331); Max value from RGB is 221 - color contains mainly: red. Hex color #DD422C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD422C is #22BDD3. Grayscale: #6E6E6E. Windows color (decimal): -2276820 or 2900701. OLE color: 2900701.
HSL color Cylindrical-coordinate representation of color #DD422C: hue angle of 7.46º 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 #DD422C is Cyan = 0, Magento = 0.70, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 66 | 44 | - |
| CMYK | 0 | 0.70 | 0.80 | 0.13 |
| HSL | 7.46º | 0.72% | 0.52% | - |
| HSV(B) | 7.46º | 0.8% | 0.87% | - |
| XYZ | 32.22 | 19.45 | 4.44 | - |
| YUV | 109.84 | 90.85 | 207.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 66 | 44 | 0 | 0.70 | 0.80 | 0.13 | 7.46 | 0.72 | 0.52 |
| Hex | DD | 42 | 2C | 0 | 46 | 50 | D | 7 | 48 | 34 |
| Octal | 335 | 102 | 54 | 0 | 106 | 120 | 15 | 7 | 110 | 64 |
| Binary | 11011101 | 1000010 | 101100 | 0 | 1000110 | 1010000 | 1101 | 111 | 1001000 | 110100 |
Color Harmonies of #DD422C
Complementary color
Monochromatic Colors of #DD422C
Black with #DD422C
Text Example
Text Example
White with #DD422C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD422C; }
p { color: rgb(221,66,44); }
H1.HeaderClassName
{
color: #DD422C;
}
.AnyTagClassName
{
color: #DD422C;
}
</style>
background-color css
<style>
a { background-color: #DD422C; }
a { background-color: rgb(221,66,44); }
div.DivClassName
{
background-color: #DD422C;
}
.BgClassName
{
background-color: #DD422C;
}
</style>
border-color css
<style>
span { border-color: #DD422C; }
span { border-color: rgb(221,66,44); }
td.TdClassName
{
border-color: #DD422C;
}
.TagClassName
{
border-color: #DD422C;
}
</style>