Shades of Cinnabar #D84937
Tints of Cinnabar #D84937
RGB
CMYK
RGB Variations
Color information
#D84937 (or 0xD84937) is known color: Cinnabar. HEX triplet: D8, 49 and 37. RGB value is (216,73,55). Sum of RGB (Red+Green+Blue) = 216+73+55=344 (45% of max value = 765). Red value is 216 (84.77% from 255 or 62.79% from 344); Green value is 73 (28.91% from 255 or 21.22% from 344); Blue value is 55 (21.88% from 255 or 15.99% from 344); Max value from RGB is 216 - color contains mainly: red. Hex color #D84937 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D84937 is #27B6C8. Grayscale: #717171. Windows color (decimal): -2602697 or 3623384. OLE color: 3623384.
HSL color Cylindrical-coordinate representation of color #D84937: hue angle of 6.71º degrees, saturation: 0.67, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D84937 is Cyan = 0, Magento = 0.66, Yellow = 0.75 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 73 | 55 | - |
| CMYK | 0 | 0.66 | 0.75 | 0.15 |
| HSL | 6.71º | 0.67% | 0.53% | - |
| HSV(B) | 6.71º | 0.75% | 0.85% | - |
| XYZ | 31.39 | 19.64 | 5.75 | - |
| YUV | 113.71 | 94.88 | 200.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 73 | 55 | 0 | 0.66 | 0.75 | 0.15 | 6.71 | 0.67 | 0.53 |
| Hex | D8 | 49 | 37 | 0 | 42 | 4B | F | 7 | 43 | 35 |
| Octal | 330 | 111 | 67 | 0 | 102 | 113 | 17 | 7 | 103 | 65 |
| Binary | 11011000 | 1001001 | 110111 | 0 | 1000010 | 1001011 | 1111 | 111 | 1000011 | 110101 |
Color Harmonies of #D84937
Complementary color
Monochromatic Colors of #D84937
Black with #D84937
Text Example
Text Example
White with #D84937
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D84937; }
p { color: rgb(216,73,55); }
H1.HeaderClassName
{
color: #D84937;
}
.AnyTagClassName
{
color: #D84937;
}
</style>
background-color css
<style>
a { background-color: #D84937; }
a { background-color: rgb(216,73,55); }
div.DivClassName
{
background-color: #D84937;
}
.BgClassName
{
background-color: #D84937;
}
</style>
border-color css
<style>
span { border-color: #D84937; }
span { border-color: rgb(216,73,55); }
td.TdClassName
{
border-color: #D84937;
}
.TagClassName
{
border-color: #D84937;
}
</style>