Shades of Cinnabar #E24A35
Tints of Cinnabar #E24A35
RGB
CMYK
RGB Variations
Color information
#E24A35 (or 0xE24A35) is known color: Cinnabar. HEX triplet: E2, 4A and 35. RGB value is (226,74,53). Sum of RGB (Red+Green+Blue) = 226+74+53=353 (46% of max value = 765). Red value is 226 (88.67% from 255 or 64.02% from 353); Green value is 74 (29.30% from 255 or 20.96% from 353); Blue value is 53 (21.09% from 255 or 15.01% from 353); Max value from RGB is 226 - color contains mainly: red. Hex color #E24A35 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E24A35 is #1DB5CA. Grayscale: #757575. Windows color (decimal): -1947083 or 3492578. OLE color: 3492578.
HSL color Cylindrical-coordinate representation of color #E24A35: hue angle of 7.28º degrees, saturation: 0.75, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E24A35 is Cyan = 0, Magento = 0.67, Yellow = 0.77 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 74 | 53 | - |
| CMYK | 0 | 0.67 | 0.77 | 0.11 |
| HSL | 7.28º | 0.75% | 0.55% | - |
| HSV(B) | 7.28º | 0.77% | 0.89% | - |
| XYZ | 34.46 | 21.32 | 5.67 | - |
| YUV | 117.05 | 91.86 | 205.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 74 | 53 | 0 | 0.67 | 0.77 | 0.11 | 7.28 | 0.75 | 0.55 |
| Hex | E2 | 4A | 35 | 0 | 43 | 4D | B | 7 | 4B | 37 |
| Octal | 342 | 112 | 65 | 0 | 103 | 115 | 13 | 7 | 113 | 67 |
| Binary | 11100010 | 1001010 | 110101 | 0 | 1000011 | 1001101 | 1011 | 111 | 1001011 | 110111 |
Color Harmonies of #E24A35
Complementary color
Monochromatic Colors of #E24A35
Black with #E24A35
Text Example
Text Example
White with #E24A35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E24A35; }
p { color: rgb(226,74,53); }
H1.HeaderClassName
{
color: #E24A35;
}
.AnyTagClassName
{
color: #E24A35;
}
</style>
background-color css
<style>
a { background-color: #E24A35; }
a { background-color: rgb(226,74,53); }
div.DivClassName
{
background-color: #E24A35;
}
.BgClassName
{
background-color: #E24A35;
}
</style>
border-color css
<style>
span { border-color: #E24A35; }
span { border-color: rgb(226,74,53); }
td.TdClassName
{
border-color: #E24A35;
}
.TagClassName
{
border-color: #E24A35;
}
</style>