Shades of Cinnabar #D84E3C
Tints of Cinnabar #D84E3C
RGB
CMYK
RGB Variations
Color information
#D84E3C (or 0xD84E3C) is known color: Cinnabar. HEX triplet: D8, 4E and 3C. RGB value is (216,78,60). Sum of RGB (Red+Green+Blue) = 216+78+60=354 (46% of max value = 765). Red value is 216 (84.77% from 255 or 61.02% from 354); Green value is 78 (30.86% from 255 or 22.03% from 354); Blue value is 60 (23.83% from 255 or 16.95% from 354); Max value from RGB is 216 - color contains mainly: red. Hex color #D84E3C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D84E3C is #27B1C3. Grayscale: #757575. Windows color (decimal): -2601412 or 3952344. OLE color: 3952344.
HSL color Cylindrical-coordinate representation of color #D84E3C: hue angle of 6.92º degrees, saturation: 0.67, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D84E3C is Cyan = 0, Magento = 0.64, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 78 | 60 | - |
| CMYK | 0 | 0.64 | 0.72 | 0.15 |
| HSL | 6.92º | 0.67% | 0.54% | - |
| HSV(B) | 6.92º | 0.72% | 0.85% | - |
| XYZ | 31.86 | 20.37 | 6.53 | - |
| YUV | 117.21 | 95.72 | 198.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 78 | 60 | 0 | 0.64 | 0.72 | 0.15 | 6.92 | 0.67 | 0.54 |
| Hex | D8 | 4E | 3C | 0 | 40 | 48 | F | 7 | 43 | 36 |
| Octal | 330 | 116 | 74 | 0 | 100 | 110 | 17 | 7 | 103 | 66 |
| Binary | 11011000 | 1001110 | 111100 | 0 | 1000000 | 1001000 | 1111 | 111 | 1000011 | 110110 |
Color Harmonies of #D84E3C
Complementary color
Monochromatic Colors of #D84E3C
Black with #D84E3C
Text Example
Text Example
White with #D84E3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D84E3C; }
p { color: rgb(216,78,60); }
H1.HeaderClassName
{
color: #D84E3C;
}
.AnyTagClassName
{
color: #D84E3C;
}
</style>
background-color css
<style>
a { background-color: #D84E3C; }
a { background-color: rgb(216,78,60); }
div.DivClassName
{
background-color: #D84E3C;
}
.BgClassName
{
background-color: #D84E3C;
}
</style>
border-color css
<style>
span { border-color: #D84E3C; }
span { border-color: rgb(216,78,60); }
td.TdClassName
{
border-color: #D84E3C;
}
.TagClassName
{
border-color: #D84E3C;
}
</style>