Shades of Cinnabar #D8412C
Tints of Cinnabar #D8412C
RGB
CMYK
RGB Variations
Color information
#D8412C (or 0xD8412C) is known color: Cinnabar. HEX triplet: D8, 41 and 2C. RGB value is (216,65,44). Sum of RGB (Red+Green+Blue) = 216+65+44=325 (43% of max value = 765). Red value is 216 (84.77% from 255 or 66.46% from 325); Green value is 65 (25.78% from 255 or 20% from 325); Blue value is 44 (17.58% from 255 or 13.54% from 325); Max value from RGB is 216 - color contains mainly: red. Hex color #D8412C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D8412C is #27BED3. Grayscale: #6B6B6B. Windows color (decimal): -2604756 or 2900440. OLE color: 2900440.
HSL color Cylindrical-coordinate representation of color #D8412C: hue angle of 7.33º 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 #D8412C is Cyan = 0, Magento = 0.70, Yellow = 0.80 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 65 | 44 | - |
| CMYK | 0 | 0.70 | 0.80 | 0.15 |
| HSL | 7.33º | 0.69% | 0.51% | - |
| HSV(B) | 7.33º | 0.8% | 0.85% | - |
| XYZ | 30.66 | 18.56 | 4.35 | - |
| YUV | 107.76 | 92.03 | 205.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 65 | 44 | 0 | 0.70 | 0.80 | 0.15 | 7.33 | 0.69 | 0.51 |
| Hex | D8 | 41 | 2C | 0 | 46 | 50 | F | 7 | 45 | 33 |
| Octal | 330 | 101 | 54 | 0 | 106 | 120 | 17 | 7 | 105 | 63 |
| Binary | 11011000 | 1000001 | 101100 | 0 | 1000110 | 1010000 | 1111 | 111 | 1000101 | 110011 |
Color Harmonies of #D8412C
Complementary color
Monochromatic Colors of #D8412C
Black with #D8412C
Text Example
Text Example
White with #D8412C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8412C; }
p { color: rgb(216,65,44); }
H1.HeaderClassName
{
color: #D8412C;
}
.AnyTagClassName
{
color: #D8412C;
}
</style>
background-color css
<style>
a { background-color: #D8412C; }
a { background-color: rgb(216,65,44); }
div.DivClassName
{
background-color: #D8412C;
}
.BgClassName
{
background-color: #D8412C;
}
</style>
border-color css
<style>
span { border-color: #D8412C; }
span { border-color: rgb(216,65,44); }
td.TdClassName
{
border-color: #D8412C;
}
.TagClassName
{
border-color: #D8412C;
}
</style>