Shades of Cinnabar #E04928
Tints of Cinnabar #E04928
RGB
CMYK
RGB Variations
Color information
#E04928 (or 0xE04928) is known color: Cinnabar. HEX triplet: E0, 49 and 28. RGB value is (224,73,40). Sum of RGB (Red+Green+Blue) = 224+73+40=337 (44% of max value = 765). Red value is 224 (87.89% from 255 or 66.47% from 337); Green value is 73 (28.91% from 255 or 21.66% from 337); Blue value is 40 (16.02% from 255 or 11.87% from 337); Max value from RGB is 224 - color contains mainly: red. Hex color #E04928 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E04928 is #1FB6D7. Grayscale: #727272. Windows color (decimal): -2078424 or 2640352. OLE color: 2640352.
HSL color Cylindrical-coordinate representation of color #E04928: hue angle of 10.76º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E04928 is Cyan = 0, Magento = 0.67, Yellow = 0.82 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 73 | 40 | - |
| CMYK | 0 | 0.67 | 0.82 | 0.12 |
| HSL | 10.76º | 0.75% | 0.52% | - |
| HSV(B) | 10.76º | 0.82% | 0.88% | - |
| XYZ | 33.51 | 20.77 | 4.25 | - |
| YUV | 114.39 | 86.03 | 206.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 73 | 40 | 0 | 0.67 | 0.82 | 0.12 | 10.76 | 0.75 | 0.52 |
| Hex | E0 | 49 | 28 | 0 | 43 | 52 | C | B | 4B | 34 |
| Octal | 340 | 111 | 50 | 0 | 103 | 122 | 14 | 13 | 113 | 64 |
| Binary | 11100000 | 1001001 | 101000 | 0 | 1000011 | 1010010 | 1100 | 1011 | 1001011 | 110100 |
Color Harmonies of #E04928
Complementary color
Monochromatic Colors of #E04928
Black with #E04928
Text Example
Text Example
White with #E04928
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E04928; }
p { color: rgb(224,73,40); }
H1.HeaderClassName
{
color: #E04928;
}
.AnyTagClassName
{
color: #E04928;
}
</style>
background-color css
<style>
a { background-color: #E04928; }
a { background-color: rgb(224,73,40); }
div.DivClassName
{
background-color: #E04928;
}
.BgClassName
{
background-color: #E04928;
}
</style>
border-color css
<style>
span { border-color: #E04928; }
span { border-color: rgb(224,73,40); }
td.TdClassName
{
border-color: #E04928;
}
.TagClassName
{
border-color: #E04928;
}
</style>