Shades of Cinnabar #D84B37
Tints of Cinnabar #D84B37
RGB
CMYK
RGB Variations
Color information
#D84B37 (or 0xD84B37) is known color: Cinnabar. HEX triplet: D8, 4B and 37. RGB value is (216,75,55). Sum of RGB (Red+Green+Blue) = 216+75+55=346 (45% of max value = 765). Red value is 216 (84.77% from 255 or 62.43% from 346); Green value is 75 (29.69% from 255 or 21.68% from 346); Blue value is 55 (21.88% from 255 or 15.90% from 346); Max value from RGB is 216 - color contains mainly: red. Hex color #D84B37 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D84B37 is #27B4C8. Grayscale: #737373. Windows color (decimal): -2602185 or 3623896. OLE color: 3623896.
HSL color Cylindrical-coordinate representation of color #D84B37: hue angle of 7.45º 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 #D84B37 is Cyan = 0, Magento = 0.65, Yellow = 0.75 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 75 | 55 | - |
| CMYK | 0 | 0.65 | 0.75 | 0.15 |
| HSL | 7.45º | 0.67% | 0.53% | - |
| HSV(B) | 7.45º | 0.75% | 0.85% | - |
| XYZ | 31.52 | 19.91 | 5.8 | - |
| YUV | 114.88 | 94.21 | 200.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 75 | 55 | 0 | 0.65 | 0.75 | 0.15 | 7.45 | 0.67 | 0.53 |
| Hex | D8 | 4B | 37 | 0 | 41 | 4B | F | 7 | 43 | 35 |
| Octal | 330 | 113 | 67 | 0 | 101 | 113 | 17 | 7 | 103 | 65 |
| Binary | 11011000 | 1001011 | 110111 | 0 | 1000001 | 1001011 | 1111 | 111 | 1000011 | 110101 |
Color Harmonies of #D84B37
Complementary color
Monochromatic Colors of #D84B37
Black with #D84B37
Text Example
Text Example
White with #D84B37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D84B37; }
p { color: rgb(216,75,55); }
H1.HeaderClassName
{
color: #D84B37;
}
.AnyTagClassName
{
color: #D84B37;
}
</style>
background-color css
<style>
a { background-color: #D84B37; }
a { background-color: rgb(216,75,55); }
div.DivClassName
{
background-color: #D84B37;
}
.BgClassName
{
background-color: #D84B37;
}
</style>
border-color css
<style>
span { border-color: #D84B37; }
span { border-color: rgb(216,75,55); }
td.TdClassName
{
border-color: #D84B37;
}
.TagClassName
{
border-color: #D84B37;
}
</style>