Shades of Cinnabar #D94828
Tints of Cinnabar #D94828
RGB
CMYK
RGB Variations
Color information
#D94828 (or 0xD94828) is known color: Cinnabar. HEX triplet: D9, 48 and 28. RGB value is (217,72,40). Sum of RGB (Red+Green+Blue) = 217+72+40=329 (43% of max value = 765). Red value is 217 (85.16% from 255 or 65.96% from 329); Green value is 72 (28.52% from 255 or 21.88% from 329); Blue value is 40 (16.02% from 255 or 12.16% from 329); Max value from RGB is 217 - color contains mainly: red. Hex color #D94828 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D94828 is #26B7D7. Grayscale: #6F6F6F. Windows color (decimal): -2537432 or 2640089. OLE color: 2640089.
HSL color Cylindrical-coordinate representation of color #D94828: hue angle of 10.85º degrees, saturation: 0.7, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D94828 is Cyan = 0, Magento = 0.67, Yellow = 0.82 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 72 | 40 | - |
| CMYK | 0 | 0.67 | 0.82 | 0.15 |
| HSL | 10.85º | 0.7% | 0.5% | - |
| HSV(B) | 10.85º | 0.82% | 0.85% | - |
| XYZ | 31.32 | 19.54 | 4.13 | - |
| YUV | 111.71 | 87.54 | 203.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 72 | 40 | 0 | 0.67 | 0.82 | 0.15 | 10.85 | 0.7 | 0.5 |
| Hex | D9 | 48 | 28 | 0 | 43 | 52 | F | B | 46 | 32 |
| Octal | 331 | 110 | 50 | 0 | 103 | 122 | 17 | 13 | 106 | 62 |
| Binary | 11011001 | 1001000 | 101000 | 0 | 1000011 | 1010010 | 1111 | 1011 | 1000110 | 110010 |
Color Harmonies of #D94828
Complementary color
Monochromatic Colors of #D94828
Black with #D94828
Text Example
Text Example
White with #D94828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D94828; }
p { color: rgb(217,72,40); }
H1.HeaderClassName
{
color: #D94828;
}
.AnyTagClassName
{
color: #D94828;
}
</style>
background-color css
<style>
a { background-color: #D94828; }
a { background-color: rgb(217,72,40); }
div.DivClassName
{
background-color: #D94828;
}
.BgClassName
{
background-color: #D94828;
}
</style>
border-color css
<style>
span { border-color: #D94828; }
span { border-color: rgb(217,72,40); }
td.TdClassName
{
border-color: #D94828;
}
.TagClassName
{
border-color: #D94828;
}
</style>