Shades of Cinnabar #D84D37
Tints of Cinnabar #D84D37
RGB
CMYK
RGB Variations
Color information
#D84D37 (or 0xD84D37) is known color: Cinnabar. HEX triplet: D8, 4D and 37. RGB value is (216,77,55). Sum of RGB (Red+Green+Blue) = 216+77+55=348 (46% of max value = 765). Red value is 216 (84.77% from 255 or 62.07% from 348); Green value is 77 (30.47% from 255 or 22.13% from 348); Blue value is 55 (21.88% from 255 or 15.80% from 348); Max value from RGB is 216 - color contains mainly: red. Hex color #D84D37 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D84D37 is #27B2C8. Grayscale: #747474. Windows color (decimal): -2601673 or 3624408. OLE color: 3624408.
HSL color Cylindrical-coordinate representation of color #D84D37: hue angle of 8.2º 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 #D84D37 is Cyan = 0, Magento = 0.64, Yellow = 0.75 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 77 | 55 | - |
| CMYK | 0 | 0.64 | 0.75 | 0.15 |
| HSL | 8.2º | 0.67% | 0.53% | - |
| HSV(B) | 8.2º | 0.75% | 0.85% | - |
| XYZ | 31.66 | 20.18 | 5.84 | - |
| YUV | 116.05 | 93.55 | 199.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 77 | 55 | 0 | 0.64 | 0.75 | 0.15 | 8.2 | 0.67 | 0.53 |
| Hex | D8 | 4D | 37 | 0 | 40 | 4B | F | 8 | 43 | 35 |
| Octal | 330 | 115 | 67 | 0 | 100 | 113 | 17 | 10 | 103 | 65 |
| Binary | 11011000 | 1001101 | 110111 | 0 | 1000000 | 1001011 | 1111 | 1000 | 1000011 | 110101 |
Color Harmonies of #D84D37
Complementary color
Monochromatic Colors of #D84D37
Black with #D84D37
Text Example
Text Example
White with #D84D37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D84D37; }
p { color: rgb(216,77,55); }
H1.HeaderClassName
{
color: #D84D37;
}
.AnyTagClassName
{
color: #D84D37;
}
</style>
background-color css
<style>
a { background-color: #D84D37; }
a { background-color: rgb(216,77,55); }
div.DivClassName
{
background-color: #D84D37;
}
.BgClassName
{
background-color: #D84D37;
}
</style>
border-color css
<style>
span { border-color: #D84D37; }
span { border-color: rgb(216,77,55); }
td.TdClassName
{
border-color: #D84D37;
}
.TagClassName
{
border-color: #D84D37;
}
</style>