Shades of Cinnabar #D84A3B
Tints of Cinnabar #D84A3B
RGB
CMYK
RGB Variations
Color information
#D84A3B (or 0xD84A3B) is known color: Cinnabar. HEX triplet: D8, 4A and 3B. RGB value is (216,74,59). Sum of RGB (Red+Green+Blue) = 216+74+59=349 (46% of max value = 765). Red value is 216 (84.77% from 255 or 61.89% from 349); Green value is 74 (29.30% from 255 or 21.20% from 349); Blue value is 59 (23.44% from 255 or 16.91% from 349); Max value from RGB is 216 - color contains mainly: red. Hex color #D84A3B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D84A3B is #27B5C4. Grayscale: #727272. Windows color (decimal): -2602437 or 3885784. OLE color: 3885784.
HSL color Cylindrical-coordinate representation of color #D84A3B: hue angle of 5.73º degrees, saturation: 0.67, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D84A3B is Cyan = 0, Magento = 0.66, Yellow = 0.73 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 74 | 59 | - |
| CMYK | 0 | 0.66 | 0.73 | 0.15 |
| HSL | 5.73º | 0.67% | 0.54% | - |
| HSV(B) | 5.73º | 0.73% | 0.85% | - |
| XYZ | 31.56 | 19.81 | 6.3 | - |
| YUV | 114.75 | 96.54 | 200.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 74 | 59 | 0 | 0.66 | 0.73 | 0.15 | 5.73 | 0.67 | 0.54 |
| Hex | D8 | 4A | 3B | 0 | 42 | 49 | F | 6 | 43 | 36 |
| Octal | 330 | 112 | 73 | 0 | 102 | 111 | 17 | 6 | 103 | 66 |
| Binary | 11011000 | 1001010 | 111011 | 0 | 1000010 | 1001001 | 1111 | 110 | 1000011 | 110110 |
Color Harmonies of #D84A3B
Complementary color
Monochromatic Colors of #D84A3B
Black with #D84A3B
Text Example
Text Example
White with #D84A3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D84A3B; }
p { color: rgb(216,74,59); }
H1.HeaderClassName
{
color: #D84A3B;
}
.AnyTagClassName
{
color: #D84A3B;
}
</style>
background-color css
<style>
a { background-color: #D84A3B; }
a { background-color: rgb(216,74,59); }
div.DivClassName
{
background-color: #D84A3B;
}
.BgClassName
{
background-color: #D84A3B;
}
</style>
border-color css
<style>
span { border-color: #D84A3B; }
span { border-color: rgb(216,74,59); }
td.TdClassName
{
border-color: #D84A3B;
}
.TagClassName
{
border-color: #D84A3B;
}
</style>