Shades of Cinnabar #D84C39
Tints of Cinnabar #D84C39
RGB
CMYK
RGB Variations
Color information
#D84C39 (or 0xD84C39) is known color: Cinnabar. HEX triplet: D8, 4C and 39. RGB value is (216,76,57). Sum of RGB (Red+Green+Blue) = 216+76+57=349 (46% of max value = 765). Red value is 216 (84.77% from 255 or 61.89% from 349); Green value is 76 (30.08% from 255 or 21.78% from 349); Blue value is 57 (22.66% from 255 or 16.33% from 349); Max value from RGB is 216 - color contains mainly: red. Hex color #D84C39 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D84C39 is #27B3C6. Grayscale: #737373. Windows color (decimal): -2601927 or 3755224. OLE color: 3755224.
HSL color Cylindrical-coordinate representation of color #D84C39: hue angle of 7.17º degrees, saturation: 0.67, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D84C39 is Cyan = 0, Magento = 0.65, Yellow = 0.74 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 76 | 57 | - |
| CMYK | 0 | 0.65 | 0.74 | 0.15 |
| HSL | 7.17º | 0.67% | 0.54% | - |
| HSV(B) | 7.17º | 0.74% | 0.85% | - |
| XYZ | 31.64 | 20.06 | 6.08 | - |
| YUV | 115.69 | 94.88 | 199.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 76 | 57 | 0 | 0.65 | 0.74 | 0.15 | 7.17 | 0.67 | 0.54 |
| Hex | D8 | 4C | 39 | 0 | 41 | 4A | F | 7 | 43 | 36 |
| Octal | 330 | 114 | 71 | 0 | 101 | 112 | 17 | 7 | 103 | 66 |
| Binary | 11011000 | 1001100 | 111001 | 0 | 1000001 | 1001010 | 1111 | 111 | 1000011 | 110110 |
Color Harmonies of #D84C39
Complementary color
Monochromatic Colors of #D84C39
Black with #D84C39
Text Example
Text Example
White with #D84C39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D84C39; }
p { color: rgb(216,76,57); }
H1.HeaderClassName
{
color: #D84C39;
}
.AnyTagClassName
{
color: #D84C39;
}
</style>
background-color css
<style>
a { background-color: #D84C39; }
a { background-color: rgb(216,76,57); }
div.DivClassName
{
background-color: #D84C39;
}
.BgClassName
{
background-color: #D84C39;
}
</style>
border-color css
<style>
span { border-color: #D84C39; }
span { border-color: rgb(216,76,57); }
td.TdClassName
{
border-color: #D84C39;
}
.TagClassName
{
border-color: #D84C39;
}
</style>