Shades of Cinnabar #D84A39
Tints of Cinnabar #D84A39
RGB
CMYK
RGB Variations
Color information
#D84A39 (or 0xD84A39) is known color: Cinnabar. HEX triplet: D8, 4A and 39. RGB value is (216,74,57). Sum of RGB (Red+Green+Blue) = 216+74+57=347 (45% of max value = 765). Red value is 216 (84.77% from 255 or 62.25% from 347); Green value is 74 (29.30% from 255 or 21.33% from 347); Blue value is 57 (22.66% from 255 or 16.43% from 347); Max value from RGB is 216 - color contains mainly: red. Hex color #D84A39 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D84A39 is #27B5C6. Grayscale: #727272. Windows color (decimal): -2602439 or 3754712. OLE color: 3754712.
HSL color Cylindrical-coordinate representation of color #D84A39: hue angle of 6.42º 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 #D84A39 is Cyan = 0, Magento = 0.66, Yellow = 0.74 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 74 | 57 | - |
| CMYK | 0 | 0.66 | 0.74 | 0.15 |
| HSL | 6.42º | 0.67% | 0.54% | - |
| HSV(B) | 6.42º | 0.74% | 0.85% | - |
| XYZ | 31.51 | 19.79 | 6.03 | - |
| YUV | 114.52 | 95.54 | 200.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 74 | 57 | 0 | 0.66 | 0.74 | 0.15 | 6.42 | 0.67 | 0.54 |
| Hex | D8 | 4A | 39 | 0 | 42 | 4A | F | 6 | 43 | 36 |
| Octal | 330 | 112 | 71 | 0 | 102 | 112 | 17 | 6 | 103 | 66 |
| Binary | 11011000 | 1001010 | 111001 | 0 | 1000010 | 1001010 | 1111 | 110 | 1000011 | 110110 |
Color Harmonies of #D84A39
Complementary color
Monochromatic Colors of #D84A39
Black with #D84A39
Text Example
Text Example
White with #D84A39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D84A39; }
p { color: rgb(216,74,57); }
H1.HeaderClassName
{
color: #D84A39;
}
.AnyTagClassName
{
color: #D84A39;
}
</style>
background-color css
<style>
a { background-color: #D84A39; }
a { background-color: rgb(216,74,57); }
div.DivClassName
{
background-color: #D84A39;
}
.BgClassName
{
background-color: #D84A39;
}
</style>
border-color css
<style>
span { border-color: #D84A39; }
span { border-color: rgb(216,74,57); }
td.TdClassName
{
border-color: #D84A39;
}
.TagClassName
{
border-color: #D84A39;
}
</style>