Shades of Cinnabar #D84A40
Tints of Cinnabar #D84A40
RGB
CMYK
RGB Variations
Color information
#D84A40 (or 0xD84A40) is known color: Cinnabar. HEX triplet: D8, 4A and 40. RGB value is (216,74,64). Sum of RGB (Red+Green+Blue) = 216+74+64=354 (46% of max value = 765). Red value is 216 (84.77% from 255 or 61.02% from 354); Green value is 74 (29.30% from 255 or 20.90% from 354); Blue value is 64 (25.39% from 255 or 18.08% from 354); Max value from RGB is 216 - color contains mainly: red. Hex color #D84A40 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D84A40 is #27B5BF. Grayscale: #737373. Windows color (decimal): -2602432 or 4213464. OLE color: 4213464.
HSL color Cylindrical-coordinate representation of color #D84A40: hue angle of 3.95º 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 #D84A40 is Cyan = 0, Magento = 0.66, Yellow = 0.70 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 74 | 64 | - |
| CMYK | 0 | 0.66 | 0.70 | 0.15 |
| HSL | 3.95º | 0.66% | 0.55% | - |
| HSV(B) | 3.95º | 0.7% | 0.85% | - |
| XYZ | 31.69 | 19.87 | 7.01 | - |
| YUV | 115.32 | 99.04 | 199.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 74 | 64 | 0 | 0.66 | 0.70 | 0.15 | 3.95 | 0.66 | 0.55 |
| Hex | D8 | 4A | 40 | 0 | 42 | 46 | F | 4 | 42 | 37 |
| Octal | 330 | 112 | 100 | 0 | 102 | 106 | 17 | 4 | 102 | 67 |
| Binary | 11011000 | 1001010 | 1000000 | 0 | 1000010 | 1000110 | 1111 | 100 | 1000010 | 110111 |
Color Harmonies of #D84A40
Complementary color
Monochromatic Colors of #D84A40
Black with #D84A40
Text Example
Text Example
White with #D84A40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D84A40; }
p { color: rgb(216,74,64); }
H1.HeaderClassName
{
color: #D84A40;
}
.AnyTagClassName
{
color: #D84A40;
}
</style>
background-color css
<style>
a { background-color: #D84A40; }
a { background-color: rgb(216,74,64); }
div.DivClassName
{
background-color: #D84A40;
}
.BgClassName
{
background-color: #D84A40;
}
</style>
border-color css
<style>
span { border-color: #D84A40; }
span { border-color: rgb(216,74,64); }
td.TdClassName
{
border-color: #D84A40;
}
.TagClassName
{
border-color: #D84A40;
}
</style>