Shades of Cinnabar #D84137
Tints of Cinnabar #D84137
RGB
CMYK
RGB Variations
Color information
#D84137 (or 0xD84137) is known color: Cinnabar. HEX triplet: D8, 41 and 37. RGB value is (216,65,55). Sum of RGB (Red+Green+Blue) = 216+65+55=336 (44% of max value = 765). Red value is 216 (84.77% from 255 or 64.29% from 336); Green value is 65 (25.78% from 255 or 19.35% from 336); Blue value is 55 (21.88% from 255 or 16.37% from 336); Max value from RGB is 216 - color contains mainly: red. Hex color #D84137 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D84137 is #27BEC8. Grayscale: #6D6D6D. Windows color (decimal): -2604745 or 3621336. OLE color: 3621336.
HSL color Cylindrical-coordinate representation of color #D84137: hue angle of 3.73º 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 #D84137 is Cyan = 0, Magento = 0.70, Yellow = 0.75 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 65 | 55 | - |
| CMYK | 0 | 0.70 | 0.75 | 0.15 |
| HSL | 3.73º | 0.67% | 0.53% | - |
| HSV(B) | 3.73º | 0.75% | 0.85% | - |
| XYZ | 30.9 | 18.66 | 5.59 | - |
| YUV | 109.01 | 97.53 | 204.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 65 | 55 | 0 | 0.70 | 0.75 | 0.15 | 3.73 | 0.67 | 0.53 |
| Hex | D8 | 41 | 37 | 0 | 46 | 4B | F | 4 | 43 | 35 |
| Octal | 330 | 101 | 67 | 0 | 106 | 113 | 17 | 4 | 103 | 65 |
| Binary | 11011000 | 1000001 | 110111 | 0 | 1000110 | 1001011 | 1111 | 100 | 1000011 | 110101 |
Color Harmonies of #D84137
Complementary color
Monochromatic Colors of #D84137
Black with #D84137
Text Example
Text Example
White with #D84137
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D84137; }
p { color: rgb(216,65,55); }
H1.HeaderClassName
{
color: #D84137;
}
.AnyTagClassName
{
color: #D84137;
}
</style>
background-color css
<style>
a { background-color: #D84137; }
a { background-color: rgb(216,65,55); }
div.DivClassName
{
background-color: #D84137;
}
.BgClassName
{
background-color: #D84137;
}
</style>
border-color css
<style>
span { border-color: #D84137; }
span { border-color: rgb(216,65,55); }
td.TdClassName
{
border-color: #D84137;
}
.TagClassName
{
border-color: #D84137;
}
</style>