Shades of Cinnabar #E24130
Tints of Cinnabar #E24130
RGB
CMYK
RGB Variations
Color information
#E24130 (or 0xE24130) is known color: Cinnabar. HEX triplet: E2, 41 and 30. RGB value is (226,65,48). Sum of RGB (Red+Green+Blue) = 226+65+48=339 (44% of max value = 765). Red value is 226 (88.67% from 255 or 66.67% from 339); Green value is 65 (25.78% from 255 or 19.17% from 339); Blue value is 48 (19.14% from 255 or 14.16% from 339); Max value from RGB is 226 - color contains mainly: red. Hex color #E24130 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E24130 is #1DBECF. Grayscale: #6F6F6F. Windows color (decimal): -1949392 or 3162594. OLE color: 3162594.
HSL color Cylindrical-coordinate representation of color #E24130: hue angle of 5.73º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E24130 is Cyan = 0, Magento = 0.71, Yellow = 0.79 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 65 | 48 | - |
| CMYK | 0 | 0.71 | 0.79 | 0.11 |
| HSL | 5.73º | 0.75% | 0.54% | - |
| HSV(B) | 5.73º | 0.79% | 0.89% | - |
| XYZ | 33.79 | 20.16 | 4.91 | - |
| YUV | 111.2 | 92.34 | 209.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 65 | 48 | 0 | 0.71 | 0.79 | 0.11 | 5.73 | 0.75 | 0.54 |
| Hex | E2 | 41 | 30 | 0 | 47 | 4F | B | 6 | 4B | 36 |
| Octal | 342 | 101 | 60 | 0 | 107 | 117 | 13 | 6 | 113 | 66 |
| Binary | 11100010 | 1000001 | 110000 | 0 | 1000111 | 1001111 | 1011 | 110 | 1001011 | 110110 |
Color Harmonies of #E24130
Complementary color
Monochromatic Colors of #E24130
Black with #E24130
Text Example
Text Example
White with #E24130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E24130; }
p { color: rgb(226,65,48); }
H1.HeaderClassName
{
color: #E24130;
}
.AnyTagClassName
{
color: #E24130;
}
</style>
background-color css
<style>
a { background-color: #E24130; }
a { background-color: rgb(226,65,48); }
div.DivClassName
{
background-color: #E24130;
}
.BgClassName
{
background-color: #E24130;
}
</style>
border-color css
<style>
span { border-color: #E24130; }
span { border-color: rgb(226,65,48); }
td.TdClassName
{
border-color: #E24130;
}
.TagClassName
{
border-color: #E24130;
}
</style>