Shades of Cinnabar #D84C2F
Tints of Cinnabar #D84C2F
RGB
CMYK
RGB Variations
Color information
#D84C2F (or 0xD84C2F) is known color: Cinnabar. HEX triplet: D8, 4C and 2F. RGB value is (216,76,47). Sum of RGB (Red+Green+Blue) = 216+76+47=339 (44% of max value = 765). Red value is 216 (84.77% from 255 or 63.72% from 339); Green value is 76 (30.08% from 255 or 22.42% from 339); Blue value is 47 (18.75% from 255 or 13.86% from 339); Max value from RGB is 216 - color contains mainly: red. Hex color #D84C2F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D84C2F is #27B3D0. Grayscale: #727272. Windows color (decimal): -2601937 or 3099864. OLE color: 3099864.
HSL color Cylindrical-coordinate representation of color #D84C2F: hue angle of 10.3º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D84C2F is Cyan = 0, Magento = 0.65, Yellow = 0.78 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 76 | 47 | - |
| CMYK | 0 | 0.65 | 0.78 | 0.15 |
| HSL | 10.3º | 0.68% | 0.52% | - |
| HSV(B) | 10.3º | 0.78% | 0.85% | - |
| XYZ | 31.42 | 19.97 | 4.89 | - |
| YUV | 114.55 | 89.88 | 200.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 76 | 47 | 0 | 0.65 | 0.78 | 0.15 | 10.3 | 0.68 | 0.52 |
| Hex | D8 | 4C | 2F | 0 | 41 | 4E | F | A | 44 | 34 |
| Octal | 330 | 114 | 57 | 0 | 101 | 116 | 17 | 12 | 104 | 64 |
| Binary | 11011000 | 1001100 | 101111 | 0 | 1000001 | 1001110 | 1111 | 1010 | 1000100 | 110100 |
Color Harmonies of #D84C2F
Complementary color
Monochromatic Colors of #D84C2F
Black with #D84C2F
Text Example
Text Example
White with #D84C2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D84C2F; }
p { color: rgb(216,76,47); }
H1.HeaderClassName
{
color: #D84C2F;
}
.AnyTagClassName
{
color: #D84C2F;
}
</style>
background-color css
<style>
a { background-color: #D84C2F; }
a { background-color: rgb(216,76,47); }
div.DivClassName
{
background-color: #D84C2F;
}
.BgClassName
{
background-color: #D84C2F;
}
</style>
border-color css
<style>
span { border-color: #D84C2F; }
span { border-color: rgb(216,76,47); }
td.TdClassName
{
border-color: #D84C2F;
}
.TagClassName
{
border-color: #D84C2F;
}
</style>