Shades of Cinnabar #D8402C
Tints of Cinnabar #D8402C
RGB
CMYK
RGB Variations
Color information
#D8402C (or 0xD8402C) is known color: Cinnabar. HEX triplet: D8, 40 and 2C. RGB value is (216,64,44). Sum of RGB (Red+Green+Blue) = 216+64+44=324 (42% of max value = 765). Red value is 216 (84.77% from 255 or 66.67% from 324); Green value is 64 (25.39% from 255 or 19.75% from 324); Blue value is 44 (17.58% from 255 or 13.58% from 324); Max value from RGB is 216 - color contains mainly: red. Hex color #D8402C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D8402C is #27BFD3. Grayscale: #6B6B6B. Windows color (decimal): -2605012 or 2900184. OLE color: 2900184.
HSL color Cylindrical-coordinate representation of color #D8402C: hue angle of 6.98º 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 #D8402C is Cyan = 0, Magento = 0.70, Yellow = 0.80 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 64 | 44 | - |
| CMYK | 0 | 0.70 | 0.80 | 0.15 |
| HSL | 6.98º | 0.69% | 0.51% | - |
| HSV(B) | 6.98º | 0.8% | 0.85% | - |
| XYZ | 30.61 | 18.45 | 4.33 | - |
| YUV | 107.17 | 92.36 | 205.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 64 | 44 | 0 | 0.70 | 0.80 | 0.15 | 6.98 | 0.69 | 0.51 |
| Hex | D8 | 40 | 2C | 0 | 46 | 50 | F | 7 | 45 | 33 |
| Octal | 330 | 100 | 54 | 0 | 106 | 120 | 17 | 7 | 105 | 63 |
| Binary | 11011000 | 1000000 | 101100 | 0 | 1000110 | 1010000 | 1111 | 111 | 1000101 | 110011 |
Color Harmonies of #D8402C
Complementary color
Monochromatic Colors of #D8402C
Black with #D8402C
Text Example
Text Example
White with #D8402C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8402C; }
p { color: rgb(216,64,44); }
H1.HeaderClassName
{
color: #D8402C;
}
.AnyTagClassName
{
color: #D8402C;
}
</style>
background-color css
<style>
a { background-color: #D8402C; }
a { background-color: rgb(216,64,44); }
div.DivClassName
{
background-color: #D8402C;
}
.BgClassName
{
background-color: #D8402C;
}
</style>
border-color css
<style>
span { border-color: #D8402C; }
span { border-color: rgb(216,64,44); }
td.TdClassName
{
border-color: #D8402C;
}
.TagClassName
{
border-color: #D8402C;
}
</style>