Shades of Cinnabar #D84925
Tints of Cinnabar #D84925
RGB
CMYK
RGB Variations
Color information
#D84925 (or 0xD84925) is known color: Cinnabar. HEX triplet: D8, 49 and 25. RGB value is (216,73,37). Sum of RGB (Red+Green+Blue) = 216+73+37=326 (43% of max value = 765). Red value is 216 (84.77% from 255 or 66.26% from 326); Green value is 73 (28.91% from 255 or 22.39% from 326); Blue value is 37 (14.84% from 255 or 11.35% from 326); Max value from RGB is 216 - color contains mainly: red. Hex color #D84925 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D84925 is #27B6DA. Grayscale: #6F6F6F. Windows color (decimal): -2602715 or 2443736. OLE color: 2443736.
HSL color Cylindrical-coordinate representation of color #D84925: hue angle of 12.07º 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 #D84925 is Cyan = 0, Magento = 0.66, Yellow = 0.83 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 73 | 37 | - |
| CMYK | 0 | 0.66 | 0.83 | 0.15 |
| HSL | 12.07º | 0.71% | 0.5% | - |
| HSV(B) | 12.07º | 0.83% | 0.85% | - |
| XYZ | 31.04 | 19.5 | 3.88 | - |
| YUV | 111.65 | 85.88 | 202.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 73 | 37 | 0 | 0.66 | 0.83 | 0.15 | 12.07 | 0.71 | 0.5 |
| Hex | D8 | 49 | 25 | 0 | 42 | 53 | F | C | 47 | 32 |
| Octal | 330 | 111 | 45 | 0 | 102 | 123 | 17 | 14 | 107 | 62 |
| Binary | 11011000 | 1001001 | 100101 | 0 | 1000010 | 1010011 | 1111 | 1100 | 1000111 | 110010 |
Color Harmonies of #D84925
Complementary color
Monochromatic Colors of #D84925
Black with #D84925
Text Example
Text Example
White with #D84925
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D84925; }
p { color: rgb(216,73,37); }
H1.HeaderClassName
{
color: #D84925;
}
.AnyTagClassName
{
color: #D84925;
}
</style>
background-color css
<style>
a { background-color: #D84925; }
a { background-color: rgb(216,73,37); }
div.DivClassName
{
background-color: #D84925;
}
.BgClassName
{
background-color: #D84925;
}
</style>
border-color css
<style>
span { border-color: #D84925; }
span { border-color: rgb(216,73,37); }
td.TdClassName
{
border-color: #D84925;
}
.TagClassName
{
border-color: #D84925;
}
</style>