Shades of Cinnabar #E24129
Tints of Cinnabar #E24129
RGB
CMYK
RGB Variations
Color information
#E24129 (or 0xE24129) is known color: Cinnabar. HEX triplet: E2, 41 and 29. RGB value is (226,65,41). Sum of RGB (Red+Green+Blue) = 226+65+41=332 (43% of max value = 765). Red value is 226 (88.67% from 255 or 68.07% from 332); Green value is 65 (25.78% from 255 or 19.58% from 332); Blue value is 41 (16.41% from 255 or 12.35% from 332); Max value from RGB is 226 - color contains mainly: red. Hex color #E24129 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E24129 is #1DBED6. Grayscale: #6E6E6E. Windows color (decimal): -1949399 or 2703842. OLE color: 2703842.
HSL color Cylindrical-coordinate representation of color #E24129: hue angle of 7.78º 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 #E24129 is Cyan = 0, Magento = 0.71, Yellow = 0.82 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 65 | 41 | - |
| CMYK | 0 | 0.71 | 0.82 | 0.11 |
| HSL | 7.78º | 0.76% | 0.52% | - |
| HSV(B) | 7.78º | 0.82% | 0.89% | - |
| XYZ | 33.65 | 20.11 | 4.21 | - |
| YUV | 110.4 | 88.84 | 210.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 65 | 41 | 0 | 0.71 | 0.82 | 0.11 | 7.78 | 0.76 | 0.52 |
| Hex | E2 | 41 | 29 | 0 | 47 | 52 | B | 8 | 4C | 34 |
| Octal | 342 | 101 | 51 | 0 | 107 | 122 | 13 | 10 | 114 | 64 |
| Binary | 11100010 | 1000001 | 101001 | 0 | 1000111 | 1010010 | 1011 | 1000 | 1001100 | 110100 |
Color Harmonies of #E24129
Complementary color
Monochromatic Colors of #E24129
Black with #E24129
Text Example
Text Example
White with #E24129
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E24129; }
p { color: rgb(226,65,41); }
H1.HeaderClassName
{
color: #E24129;
}
.AnyTagClassName
{
color: #E24129;
}
</style>
background-color css
<style>
a { background-color: #E24129; }
a { background-color: rgb(226,65,41); }
div.DivClassName
{
background-color: #E24129;
}
.BgClassName
{
background-color: #E24129;
}
</style>
border-color css
<style>
span { border-color: #E24129; }
span { border-color: rgb(226,65,41); }
td.TdClassName
{
border-color: #E24129;
}
.TagClassName
{
border-color: #E24129;
}
</style>