Shades of Cinnabar #E24123
Tints of Cinnabar #E24123
RGB
CMYK
RGB Variations
Color information
#E24123 (or 0xE24123) is known color: Cinnabar. HEX triplet: E2, 41 and 23. RGB value is (226,65,35). Sum of RGB (Red+Green+Blue) = 226+65+35=326 (43% of max value = 765). Red value is 226 (88.67% from 255 or 69.33% from 326); Green value is 65 (25.78% from 255 or 19.94% from 326); Blue value is 35 (14.06% from 255 or 10.74% from 326); Max value from RGB is 226 - color contains mainly: red. Hex color #E24123 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E24123 is #1DBEDC. Grayscale: #6E6E6E. Windows color (decimal): -1949405 or 2310626. OLE color: 2310626.
HSL color Cylindrical-coordinate representation of color #E24123: hue angle of 9.42º degrees, saturation: 0.77, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E24123 is Cyan = 0, Magento = 0.71, Yellow = 0.85 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 65 | 35 | - |
| CMYK | 0 | 0.71 | 0.85 | 0.11 |
| HSL | 9.42º | 0.77% | 0.51% | - |
| HSV(B) | 9.42º | 0.85% | 0.89% | - |
| XYZ | 33.56 | 20.07 | 3.7 | - |
| YUV | 109.72 | 85.84 | 210.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 65 | 35 | 0 | 0.71 | 0.85 | 0.11 | 9.42 | 0.77 | 0.51 |
| Hex | E2 | 41 | 23 | 0 | 47 | 55 | B | 9 | 4D | 33 |
| Octal | 342 | 101 | 43 | 0 | 107 | 125 | 13 | 11 | 115 | 63 |
| Binary | 11100010 | 1000001 | 100011 | 0 | 1000111 | 1010101 | 1011 | 1001 | 1001101 | 110011 |
Color Harmonies of #E24123
Complementary color
Monochromatic Colors of #E24123
Black with #E24123
Text Example
Text Example
White with #E24123
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E24123; }
p { color: rgb(226,65,35); }
H1.HeaderClassName
{
color: #E24123;
}
.AnyTagClassName
{
color: #E24123;
}
</style>
background-color css
<style>
a { background-color: #E24123; }
a { background-color: rgb(226,65,35); }
div.DivClassName
{
background-color: #E24123;
}
.BgClassName
{
background-color: #E24123;
}
</style>
border-color css
<style>
span { border-color: #E24123; }
span { border-color: rgb(226,65,35); }
td.TdClassName
{
border-color: #E24123;
}
.TagClassName
{
border-color: #E24123;
}
</style>