Shades of Cinnabar #D84C2A
Tints of Cinnabar #D84C2A
RGB
CMYK
RGB Variations
Color information
#D84C2A (or 0xD84C2A) is known color: Cinnabar. HEX triplet: D8, 4C and 2A. RGB value is (216,76,42). Sum of RGB (Red+Green+Blue) = 216+76+42=334 (44% of max value = 765). Red value is 216 (84.77% from 255 or 64.67% from 334); Green value is 76 (30.08% from 255 or 22.75% from 334); Blue value is 42 (16.80% from 255 or 12.57% from 334); Max value from RGB is 216 - color contains mainly: red. Hex color #D84C2A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D84C2A is #27B3D5. Grayscale: #727272. Windows color (decimal): -2601942 or 2772184. OLE color: 2772184.
HSL color Cylindrical-coordinate representation of color #D84C2A: hue angle of 11.72º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D84C2A is Cyan = 0, Magento = 0.65, Yellow = 0.81 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 76 | 42 | - |
| CMYK | 0 | 0.65 | 0.81 | 0.15 |
| HSL | 11.72º | 0.69% | 0.51% | - |
| HSV(B) | 11.72º | 0.81% | 0.85% | - |
| XYZ | 31.32 | 19.93 | 4.39 | - |
| YUV | 113.98 | 87.38 | 200.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 76 | 42 | 0 | 0.65 | 0.81 | 0.15 | 11.72 | 0.69 | 0.51 |
| Hex | D8 | 4C | 2A | 0 | 41 | 51 | F | C | 45 | 33 |
| Octal | 330 | 114 | 52 | 0 | 101 | 121 | 17 | 14 | 105 | 63 |
| Binary | 11011000 | 1001100 | 101010 | 0 | 1000001 | 1010001 | 1111 | 1100 | 1000101 | 110011 |
Color Harmonies of #D84C2A
Complementary color
Monochromatic Colors of #D84C2A
Black with #D84C2A
Text Example
Text Example
White with #D84C2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D84C2A; }
p { color: rgb(216,76,42); }
H1.HeaderClassName
{
color: #D84C2A;
}
.AnyTagClassName
{
color: #D84C2A;
}
</style>
background-color css
<style>
a { background-color: #D84C2A; }
a { background-color: rgb(216,76,42); }
div.DivClassName
{
background-color: #D84C2A;
}
.BgClassName
{
background-color: #D84C2A;
}
</style>
border-color css
<style>
span { border-color: #D84C2A; }
span { border-color: rgb(216,76,42); }
td.TdClassName
{
border-color: #D84C2A;
}
.TagClassName
{
border-color: #D84C2A;
}
</style>