Shades of Cinnabar #E24728
Tints of Cinnabar #E24728
RGB
CMYK
RGB Variations
Color information
#E24728 (or 0xE24728) is known color: Cinnabar. HEX triplet: E2, 47 and 28. RGB value is (226,71,40). Sum of RGB (Red+Green+Blue) = 226+71+40=337 (44% of max value = 765). Red value is 226 (88.67% from 255 or 67.06% from 337); Green value is 71 (28.12% from 255 or 21.07% from 337); Blue value is 40 (16.02% from 255 or 11.87% from 337); Max value from RGB is 226 - color contains mainly: red. Hex color #E24728 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E24728 is #1DB8D7. Grayscale: #727272. Windows color (decimal): -1947864 or 2639842. OLE color: 2639842.
HSL color Cylindrical-coordinate representation of color #E24728: hue angle of 10º degrees, saturation: 0.76, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E24728 is Cyan = 0, Magento = 0.69, Yellow = 0.82 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 71 | 40 | - |
| CMYK | 0 | 0.69 | 0.82 | 0.11 |
| HSL | 10º | 0.76% | 0.52% | - |
| HSV(B) | 10º | 0.82% | 0.89% | - |
| XYZ | 34 | 20.83 | 4.24 | - |
| YUV | 113.81 | 86.35 | 208.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 71 | 40 | 0 | 0.69 | 0.82 | 0.11 | 10 | 0.76 | 0.52 |
| Hex | E2 | 47 | 28 | 0 | 45 | 52 | B | A | 4C | 34 |
| Octal | 342 | 107 | 50 | 0 | 105 | 122 | 13 | 12 | 114 | 64 |
| Binary | 11100010 | 1000111 | 101000 | 0 | 1000101 | 1010010 | 1011 | 1010 | 1001100 | 110100 |
Color Harmonies of #E24728
Complementary color
Monochromatic Colors of #E24728
Black with #E24728
Text Example
Text Example
White with #E24728
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E24728; }
p { color: rgb(226,71,40); }
H1.HeaderClassName
{
color: #E24728;
}
.AnyTagClassName
{
color: #E24728;
}
</style>
background-color css
<style>
a { background-color: #E24728; }
a { background-color: rgb(226,71,40); }
div.DivClassName
{
background-color: #E24728;
}
.BgClassName
{
background-color: #E24728;
}
</style>
border-color css
<style>
span { border-color: #E24728; }
span { border-color: rgb(226,71,40); }
td.TdClassName
{
border-color: #E24728;
}
.TagClassName
{
border-color: #E24728;
}
</style>