Shades of Cinnabar #D84A34
Tints of Cinnabar #D84A34
RGB
CMYK
RGB Variations
Color information
#D84A34 (or 0xD84A34) is known color: Cinnabar. HEX triplet: D8, 4A and 34. RGB value is (216,74,52). Sum of RGB (Red+Green+Blue) = 216+74+52=342 (45% of max value = 765). Red value is 216 (84.77% from 255 or 63.16% from 342); Green value is 74 (29.30% from 255 or 21.64% from 342); Blue value is 52 (20.70% from 255 or 15.20% from 342); Max value from RGB is 216 - color contains mainly: red. Hex color #D84A34 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D84A34 is #27B5CB. Grayscale: #727272. Windows color (decimal): -2602444 or 3427032. OLE color: 3427032.
HSL color Cylindrical-coordinate representation of color #D84A34: hue angle of 8.05º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D84A34 is Cyan = 0, Magento = 0.66, Yellow = 0.76 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 74 | 52 | - |
| CMYK | 0 | 0.66 | 0.76 | 0.15 |
| HSL | 8.05º | 0.68% | 0.53% | - |
| HSV(B) | 8.05º | 0.76% | 0.85% | - |
| XYZ | 31.39 | 19.74 | 5.41 | - |
| YUV | 113.95 | 93.04 | 200.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 74 | 52 | 0 | 0.66 | 0.76 | 0.15 | 8.05 | 0.68 | 0.53 |
| Hex | D8 | 4A | 34 | 0 | 42 | 4C | F | 8 | 44 | 35 |
| Octal | 330 | 112 | 64 | 0 | 102 | 114 | 17 | 10 | 104 | 65 |
| Binary | 11011000 | 1001010 | 110100 | 0 | 1000010 | 1001100 | 1111 | 1000 | 1000100 | 110101 |
Color Harmonies of #D84A34
Complementary color
Monochromatic Colors of #D84A34
Black with #D84A34
Text Example
Text Example
White with #D84A34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D84A34; }
p { color: rgb(216,74,52); }
H1.HeaderClassName
{
color: #D84A34;
}
.AnyTagClassName
{
color: #D84A34;
}
</style>
background-color css
<style>
a { background-color: #D84A34; }
a { background-color: rgb(216,74,52); }
div.DivClassName
{
background-color: #D84A34;
}
.BgClassName
{
background-color: #D84A34;
}
</style>
border-color css
<style>
span { border-color: #D84A34; }
span { border-color: rgb(216,74,52); }
td.TdClassName
{
border-color: #D84A34;
}
.TagClassName
{
border-color: #D84A34;
}
</style>