Shades of Cinnabar #E24A28
Tints of Cinnabar #E24A28
RGB
CMYK
RGB Variations
Color information
#E24A28 (or 0xE24A28) is known color: Cinnabar. HEX triplet: E2, 4A and 28. RGB value is (226,74,40). Sum of RGB (Red+Green+Blue) = 226+74+40=340 (45% of max value = 765). Red value is 226 (88.67% from 255 or 66.47% from 340); Green value is 74 (29.30% from 255 or 21.76% from 340); Blue value is 40 (16.02% from 255 or 11.76% from 340); Max value from RGB is 226 - color contains mainly: red. Hex color #E24A28 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E24A28 is #1DB5D7. Grayscale: #737373. Windows color (decimal): -1947096 or 2640610. OLE color: 2640610.
HSL color Cylindrical-coordinate representation of color #E24A28: hue angle of 10.97º 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 #E24A28 is Cyan = 0, Magento = 0.67, Yellow = 0.82 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 74 | 40 | - |
| CMYK | 0 | 0.67 | 0.82 | 0.11 |
| HSL | 10.97º | 0.76% | 0.52% | - |
| HSV(B) | 10.97º | 0.82% | 0.89% | - |
| XYZ | 34.2 | 21.22 | 4.3 | - |
| YUV | 115.57 | 85.36 | 206.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 74 | 40 | 0 | 0.67 | 0.82 | 0.11 | 10.97 | 0.76 | 0.52 |
| Hex | E2 | 4A | 28 | 0 | 43 | 52 | B | B | 4C | 34 |
| Octal | 342 | 112 | 50 | 0 | 103 | 122 | 13 | 13 | 114 | 64 |
| Binary | 11100010 | 1001010 | 101000 | 0 | 1000011 | 1010010 | 1011 | 1011 | 1001100 | 110100 |
Color Harmonies of #E24A28
Complementary color
Monochromatic Colors of #E24A28
Black with #E24A28
Text Example
Text Example
White with #E24A28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E24A28; }
p { color: rgb(226,74,40); }
H1.HeaderClassName
{
color: #E24A28;
}
.AnyTagClassName
{
color: #E24A28;
}
</style>
background-color css
<style>
a { background-color: #E24A28; }
a { background-color: rgb(226,74,40); }
div.DivClassName
{
background-color: #E24A28;
}
.BgClassName
{
background-color: #E24A28;
}
</style>
border-color css
<style>
span { border-color: #E24A28; }
span { border-color: rgb(226,74,40); }
td.TdClassName
{
border-color: #E24A28;
}
.TagClassName
{
border-color: #E24A28;
}
</style>