Shades of Cinnabar #D9422C
Tints of Cinnabar #D9422C
RGB
CMYK
RGB Variations
Color information
#D9422C (or 0xD9422C) is known color: Cinnabar. HEX triplet: D9, 42 and 2C. RGB value is (217,66,44). Sum of RGB (Red+Green+Blue) = 217+66+44=327 (43% of max value = 765). Red value is 217 (85.16% from 255 or 66.36% from 327); Green value is 66 (26.17% from 255 or 20.18% from 327); Blue value is 44 (17.58% from 255 or 13.46% from 327); Max value from RGB is 217 - color contains mainly: red. Hex color #D9422C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D9422C is #26BDD3. Grayscale: #6C6C6C. Windows color (decimal): -2538964 or 2900697. OLE color: 2900697.
HSL color Cylindrical-coordinate representation of color #D9422C: hue angle of 7.63º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D9422C is Cyan = 0, Magento = 0.70, Yellow = 0.80 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 66 | 44 | - |
| CMYK | 0 | 0.70 | 0.80 | 0.15 |
| HSL | 7.63º | 0.69% | 0.51% | - |
| HSV(B) | 7.63º | 0.8% | 0.85% | - |
| XYZ | 31.02 | 18.83 | 4.38 | - |
| YUV | 108.64 | 91.53 | 205.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 66 | 44 | 0 | 0.70 | 0.80 | 0.15 | 7.63 | 0.69 | 0.51 |
| Hex | D9 | 42 | 2C | 0 | 46 | 50 | F | 8 | 45 | 33 |
| Octal | 331 | 102 | 54 | 0 | 106 | 120 | 17 | 10 | 105 | 63 |
| Binary | 11011001 | 1000010 | 101100 | 0 | 1000110 | 1010000 | 1111 | 1000 | 1000101 | 110011 |
Color Harmonies of #D9422C
Complementary color
Monochromatic Colors of #D9422C
Black with #D9422C
Text Example
Text Example
White with #D9422C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9422C; }
p { color: rgb(217,66,44); }
H1.HeaderClassName
{
color: #D9422C;
}
.AnyTagClassName
{
color: #D9422C;
}
</style>
background-color css
<style>
a { background-color: #D9422C; }
a { background-color: rgb(217,66,44); }
div.DivClassName
{
background-color: #D9422C;
}
.BgClassName
{
background-color: #D9422C;
}
</style>
border-color css
<style>
span { border-color: #D9422C; }
span { border-color: rgb(217,66,44); }
td.TdClassName
{
border-color: #D9422C;
}
.TagClassName
{
border-color: #D9422C;
}
</style>