Shades of Cinnabar #D84A2A
Tints of Cinnabar #D84A2A
RGB
CMYK
RGB Variations
Color information
#D84A2A (or 0xD84A2A) is known color: Cinnabar. HEX triplet: D8, 4A and 2A. RGB value is (216,74,42). Sum of RGB (Red+Green+Blue) = 216+74+42=332 (43% of max value = 765). Red value is 216 (84.77% from 255 or 65.06% from 332); Green value is 74 (29.30% from 255 or 22.29% from 332); Blue value is 42 (16.80% from 255 or 12.65% from 332); Max value from RGB is 216 - color contains mainly: red. Hex color #D84A2A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D84A2A is #27B5D5. Grayscale: #717171. Windows color (decimal): -2602454 or 2771672. OLE color: 2771672.
HSL color Cylindrical-coordinate representation of color #D84A2A: hue angle of 11.03º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D84A2A is Cyan = 0, Magento = 0.66, Yellow = 0.81 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 74 | 42 | - |
| CMYK | 0 | 0.66 | 0.81 | 0.15 |
| HSL | 11.03º | 0.69% | 0.51% | - |
| HSV(B) | 11.03º | 0.81% | 0.85% | - |
| XYZ | 31.19 | 19.66 | 4.34 | - |
| YUV | 112.81 | 88.04 | 201.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 74 | 42 | 0 | 0.66 | 0.81 | 0.15 | 11.03 | 0.69 | 0.51 |
| Hex | D8 | 4A | 2A | 0 | 42 | 51 | F | B | 45 | 33 |
| Octal | 330 | 112 | 52 | 0 | 102 | 121 | 17 | 13 | 105 | 63 |
| Binary | 11011000 | 1001010 | 101010 | 0 | 1000010 | 1010001 | 1111 | 1011 | 1000101 | 110011 |
Color Harmonies of #D84A2A
Complementary color
Monochromatic Colors of #D84A2A
Black with #D84A2A
Text Example
Text Example
White with #D84A2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D84A2A; }
p { color: rgb(216,74,42); }
H1.HeaderClassName
{
color: #D84A2A;
}
.AnyTagClassName
{
color: #D84A2A;
}
</style>
background-color css
<style>
a { background-color: #D84A2A; }
a { background-color: rgb(216,74,42); }
div.DivClassName
{
background-color: #D84A2A;
}
.BgClassName
{
background-color: #D84A2A;
}
</style>
border-color css
<style>
span { border-color: #D84A2A; }
span { border-color: rgb(216,74,42); }
td.TdClassName
{
border-color: #D84A2A;
}
.TagClassName
{
border-color: #D84A2A;
}
</style>