Shades of Cinnabar #D84842
Tints of Cinnabar #D84842
RGB
CMYK
RGB Variations
Color information
#D84842 (or 0xD84842) is known color: Cinnabar. HEX triplet: D8, 48 and 42. RGB value is (216,72,66). Sum of RGB (Red+Green+Blue) = 216+72+66=354 (46% of max value = 765). Red value is 216 (84.77% from 255 or 61.02% from 354); Green value is 72 (28.52% from 255 or 20.34% from 354); Blue value is 66 (26.17% from 255 or 18.64% from 354); Max value from RGB is 216 - color contains mainly: red. Hex color #D84842 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D84842 is #27B7BD. Grayscale: #727272. Windows color (decimal): -2602942 or 4344024. OLE color: 4344024.
HSL color Cylindrical-coordinate representation of color #D84842: hue angle of 2.4º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D84842 is Cyan = 0, Magento = 0.67, Yellow = 0.69 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 72 | 66 | - |
| CMYK | 0 | 0.67 | 0.69 | 0.15 |
| HSL | 2.4º | 0.66% | 0.55% | - |
| HSV(B) | 2.4º | 0.69% | 0.85% | - |
| XYZ | 31.62 | 19.63 | 7.28 | - |
| YUV | 114.37 | 100.71 | 200.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 72 | 66 | 0 | 0.67 | 0.69 | 0.15 | 2.4 | 0.66 | 0.55 |
| Hex | D8 | 48 | 42 | 0 | 43 | 45 | F | 2 | 42 | 37 |
| Octal | 330 | 110 | 102 | 0 | 103 | 105 | 17 | 2 | 102 | 67 |
| Binary | 11011000 | 1001000 | 1000010 | 0 | 1000011 | 1000101 | 1111 | 10 | 1000010 | 110111 |
Color Harmonies of #D84842
Complementary color
Monochromatic Colors of #D84842
Black with #D84842
Text Example
Text Example
White with #D84842
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D84842; }
p { color: rgb(216,72,66); }
H1.HeaderClassName
{
color: #D84842;
}
.AnyTagClassName
{
color: #D84842;
}
</style>
background-color css
<style>
a { background-color: #D84842; }
a { background-color: rgb(216,72,66); }
div.DivClassName
{
background-color: #D84842;
}
.BgClassName
{
background-color: #D84842;
}
</style>
border-color css
<style>
span { border-color: #D84842; }
span { border-color: rgb(216,72,66); }
td.TdClassName
{
border-color: #D84842;
}
.TagClassName
{
border-color: #D84842;
}
</style>