Shades of Cinnabar #D84928
Tints of Cinnabar #D84928
RGB
CMYK
RGB Variations
Color information
#D84928 (or 0xD84928) is known color: Cinnabar. HEX triplet: D8, 49 and 28. RGB value is (216,73,40). Sum of RGB (Red+Green+Blue) = 216+73+40=329 (43% of max value = 765). Red value is 216 (84.77% from 255 or 65.65% from 329); Green value is 73 (28.91% from 255 or 22.19% from 329); Blue value is 40 (16.02% from 255 or 12.16% from 329); Max value from RGB is 216 - color contains mainly: red. Hex color #D84928 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D84928 is #27B6D7. Grayscale: #707070. Windows color (decimal): -2602712 or 2640344. OLE color: 2640344.
HSL color Cylindrical-coordinate representation of color #D84928: hue angle of 11.25º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D84928 is Cyan = 0, Magento = 0.66, Yellow = 0.81 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 73 | 40 | - |
| CMYK | 0 | 0.66 | 0.81 | 0.15 |
| HSL | 11.25º | 0.69% | 0.5% | - |
| HSV(B) | 11.25º | 0.81% | 0.85% | - |
| XYZ | 31.08 | 19.52 | 4.14 | - |
| YUV | 112 | 87.38 | 202.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 73 | 40 | 0 | 0.66 | 0.81 | 0.15 | 11.25 | 0.69 | 0.5 |
| Hex | D8 | 49 | 28 | 0 | 42 | 51 | F | B | 45 | 32 |
| Octal | 330 | 111 | 50 | 0 | 102 | 121 | 17 | 13 | 105 | 62 |
| Binary | 11011000 | 1001001 | 101000 | 0 | 1000010 | 1010001 | 1111 | 1011 | 1000101 | 110010 |
Color Harmonies of #D84928
Complementary color
Monochromatic Colors of #D84928
Black with #D84928
Text Example
Text Example
White with #D84928
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D84928; }
p { color: rgb(216,73,40); }
H1.HeaderClassName
{
color: #D84928;
}
.AnyTagClassName
{
color: #D84928;
}
</style>
background-color css
<style>
a { background-color: #D84928; }
a { background-color: rgb(216,73,40); }
div.DivClassName
{
background-color: #D84928;
}
.BgClassName
{
background-color: #D84928;
}
</style>
border-color css
<style>
span { border-color: #D84928; }
span { border-color: rgb(216,73,40); }
td.TdClassName
{
border-color: #D84928;
}
.TagClassName
{
border-color: #D84928;
}
</style>