Shades of Cinnabar #D6422C
Tints of Cinnabar #D6422C
RGB
CMYK
RGB Variations
Color information
#D6422C (or 0xD6422C) is known color: Cinnabar. HEX triplet: D6, 42 and 2C. RGB value is (214,66,44). Sum of RGB (Red+Green+Blue) = 214+66+44=324 (42% of max value = 765). Red value is 214 (83.98% from 255 or 66.05% from 324); Green value is 66 (26.17% from 255 or 20.37% from 324); Blue value is 44 (17.58% from 255 or 13.58% from 324); Max value from RGB is 214 - color contains mainly: red. Hex color #D6422C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D6422C is #29BDD3. Grayscale: #6B6B6B. Windows color (decimal): -2735572 or 2900694. OLE color: 2900694.
HSL color Cylindrical-coordinate representation of color #D6422C: hue angle of 7.76º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D6422C is Cyan = 0, Magento = 0.69, Yellow = 0.79 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 66 | 44 | - |
| CMYK | 0 | 0.69 | 0.79 | 0.16 |
| HSL | 7.76º | 0.67% | 0.51% | - |
| HSV(B) | 7.76º | 0.79% | 0.84% | - |
| XYZ | 30.13 | 18.37 | 4.34 | - |
| YUV | 107.74 | 92.03 | 203.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 66 | 44 | 0 | 0.69 | 0.79 | 0.16 | 7.76 | 0.67 | 0.51 |
| Hex | D6 | 42 | 2C | 0 | 45 | 4F | 10 | 8 | 43 | 33 |
| Octal | 326 | 102 | 54 | 0 | 105 | 117 | 20 | 10 | 103 | 63 |
| Binary | 11010110 | 1000010 | 101100 | 0 | 1000101 | 1001111 | 10000 | 1000 | 1000011 | 110011 |
Color Harmonies of #D6422C
Complementary color
Monochromatic Colors of #D6422C
Black with #D6422C
Text Example
Text Example
White with #D6422C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6422C; }
p { color: rgb(214,66,44); }
H1.HeaderClassName
{
color: #D6422C;
}
.AnyTagClassName
{
color: #D6422C;
}
</style>
background-color css
<style>
a { background-color: #D6422C; }
a { background-color: rgb(214,66,44); }
div.DivClassName
{
background-color: #D6422C;
}
.BgClassName
{
background-color: #D6422C;
}
</style>
border-color css
<style>
span { border-color: #D6422C; }
span { border-color: rgb(214,66,44); }
td.TdClassName
{
border-color: #D6422C;
}
.TagClassName
{
border-color: #D6422C;
}
</style>