Shades of Cinnabar #D84A25
Tints of Cinnabar #D84A25
RGB
CMYK
RGB Variations
Color information
#D84A25 (or 0xD84A25) is known color: Cinnabar. HEX triplet: D8, 4A and 25. RGB value is (216,74,37). Sum of RGB (Red+Green+Blue) = 216+74+37=327 (43% of max value = 765). Red value is 216 (84.77% from 255 or 66.06% from 327); Green value is 74 (29.30% from 255 or 22.63% from 327); Blue value is 37 (14.84% from 255 or 11.31% from 327); Max value from RGB is 216 - color contains mainly: red. Hex color #D84A25 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D84A25 is #27B5DA. Grayscale: #707070. Windows color (decimal): -2602459 or 2443992. OLE color: 2443992.
HSL color Cylindrical-coordinate representation of color #D84A25: hue angle of 12.4º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D84A25 is Cyan = 0, Magento = 0.66, Yellow = 0.83 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 74 | 37 | - |
| CMYK | 0 | 0.66 | 0.83 | 0.15 |
| HSL | 12.4º | 0.71% | 0.5% | - |
| HSV(B) | 12.4º | 0.83% | 0.85% | - |
| XYZ | 31.1 | 19.63 | 3.9 | - |
| YUV | 112.24 | 85.54 | 202.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 74 | 37 | 0 | 0.66 | 0.83 | 0.15 | 12.4 | 0.71 | 0.5 |
| Hex | D8 | 4A | 25 | 0 | 42 | 53 | F | C | 47 | 32 |
| Octal | 330 | 112 | 45 | 0 | 102 | 123 | 17 | 14 | 107 | 62 |
| Binary | 11011000 | 1001010 | 100101 | 0 | 1000010 | 1010011 | 1111 | 1100 | 1000111 | 110010 |
Color Harmonies of #D84A25
Complementary color
Monochromatic Colors of #D84A25
Black with #D84A25
Text Example
Text Example
White with #D84A25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D84A25; }
p { color: rgb(216,74,37); }
H1.HeaderClassName
{
color: #D84A25;
}
.AnyTagClassName
{
color: #D84A25;
}
</style>
background-color css
<style>
a { background-color: #D84A25; }
a { background-color: rgb(216,74,37); }
div.DivClassName
{
background-color: #D84A25;
}
.BgClassName
{
background-color: #D84A25;
}
</style>
border-color css
<style>
span { border-color: #D84A25; }
span { border-color: rgb(216,74,37); }
td.TdClassName
{
border-color: #D84A25;
}
.TagClassName
{
border-color: #D84A25;
}
</style>