Shades of Cinnabar #D84740
Tints of Cinnabar #D84740
RGB
CMYK
RGB Variations
Color information
#D84740 (or 0xD84740) is known color: Cinnabar. HEX triplet: D8, 47 and 40. RGB value is (216,71,64). Sum of RGB (Red+Green+Blue) = 216+71+64=351 (46% of max value = 765). Red value is 216 (84.77% from 255 or 61.54% from 351); Green value is 71 (28.12% from 255 or 20.23% from 351); Blue value is 64 (25.39% from 255 or 18.23% from 351); Max value from RGB is 216 - color contains mainly: red. Hex color #D84740 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D84740 is #27B8BF. Grayscale: #717171. Windows color (decimal): -2603200 or 4212696. OLE color: 4212696.
HSL color Cylindrical-coordinate representation of color #D84740: hue angle of 2.76º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D84740 is Cyan = 0, Magento = 0.67, Yellow = 0.70 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 71 | 64 | - |
| CMYK | 0 | 0.67 | 0.70 | 0.15 |
| HSL | 2.76º | 0.66% | 0.55% | - |
| HSV(B) | 2.76º | 0.7% | 0.85% | - |
| XYZ | 31.5 | 19.48 | 6.95 | - |
| YUV | 113.56 | 100.04 | 201.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 71 | 64 | 0 | 0.67 | 0.70 | 0.15 | 2.76 | 0.66 | 0.55 |
| Hex | D8 | 47 | 40 | 0 | 43 | 46 | F | 3 | 42 | 37 |
| Octal | 330 | 107 | 100 | 0 | 103 | 106 | 17 | 3 | 102 | 67 |
| Binary | 11011000 | 1000111 | 1000000 | 0 | 1000011 | 1000110 | 1111 | 11 | 1000010 | 110111 |
Color Harmonies of #D84740
Complementary color
Monochromatic Colors of #D84740
Black with #D84740
Text Example
Text Example
White with #D84740
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D84740; }
p { color: rgb(216,71,64); }
H1.HeaderClassName
{
color: #D84740;
}
.AnyTagClassName
{
color: #D84740;
}
</style>
background-color css
<style>
a { background-color: #D84740; }
a { background-color: rgb(216,71,64); }
div.DivClassName
{
background-color: #D84740;
}
.BgClassName
{
background-color: #D84740;
}
</style>
border-color css
<style>
span { border-color: #D84740; }
span { border-color: rgb(216,71,64); }
td.TdClassName
{
border-color: #D84740;
}
.TagClassName
{
border-color: #D84740;
}
</style>