Shades of Cinnabar #D84F36
Tints of Cinnabar #D84F36
RGB
CMYK
RGB Variations
Color information
#D84F36 (or 0xD84F36) is known color: Cinnabar. HEX triplet: D8, 4F and 36. RGB value is (216,79,54). Sum of RGB (Red+Green+Blue) = 216+79+54=349 (46% of max value = 765). Red value is 216 (84.77% from 255 or 61.89% from 349); Green value is 79 (31.25% from 255 or 22.64% from 349); Blue value is 54 (21.48% from 255 or 15.47% from 349); Max value from RGB is 216 - color contains mainly: red. Hex color #D84F36 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D84F36 is #27B0C9. Grayscale: #757575. Windows color (decimal): -2601162 or 3559384. OLE color: 3559384.
HSL color Cylindrical-coordinate representation of color #D84F36: hue angle of 9.26º degrees, saturation: 0.68, 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 #D84F36 is Cyan = 0, Magento = 0.63, Yellow = 0.75 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 79 | 54 | - |
| CMYK | 0 | 0.63 | 0.75 | 0.15 |
| HSL | 9.26º | 0.68% | 0.53% | - |
| HSV(B) | 9.26º | 0.75% | 0.85% | - |
| XYZ | 31.78 | 20.46 | 5.76 | - |
| YUV | 117.11 | 92.39 | 198.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 79 | 54 | 0 | 0.63 | 0.75 | 0.15 | 9.26 | 0.68 | 0.53 |
| Hex | D8 | 4F | 36 | 0 | 3F | 4B | F | 9 | 44 | 35 |
| Octal | 330 | 117 | 66 | 0 | 77 | 113 | 17 | 11 | 104 | 65 |
| Binary | 11011000 | 1001111 | 110110 | 0 | 111111 | 1001011 | 1111 | 1001 | 1000100 | 110101 |
Color Harmonies of #D84F36
Complementary color
Monochromatic Colors of #D84F36
Black with #D84F36
Text Example
Text Example
White with #D84F36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D84F36; }
p { color: rgb(216,79,54); }
H1.HeaderClassName
{
color: #D84F36;
}
.AnyTagClassName
{
color: #D84F36;
}
</style>
background-color css
<style>
a { background-color: #D84F36; }
a { background-color: rgb(216,79,54); }
div.DivClassName
{
background-color: #D84F36;
}
.BgClassName
{
background-color: #D84F36;
}
</style>
border-color css
<style>
span { border-color: #D84F36; }
span { border-color: rgb(216,79,54); }
td.TdClassName
{
border-color: #D84F36;
}
.TagClassName
{
border-color: #D84F36;
}
</style>