Shades of Cinnabar #E24A37
Tints of Cinnabar #E24A37
RGB
CMYK
RGB Variations
Color information
#E24A37 (or 0xE24A37) is known color: Cinnabar. HEX triplet: E2, 4A and 37. RGB value is (226,74,55). Sum of RGB (Red+Green+Blue) = 226+74+55=355 (47% of max value = 765). Red value is 226 (88.67% from 255 or 63.66% from 355); Green value is 74 (29.30% from 255 or 20.85% from 355); Blue value is 55 (21.88% from 255 or 15.49% from 355); Max value from RGB is 226 - color contains mainly: red. Hex color #E24A37 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E24A37 is #1DB5C8. Grayscale: #757575. Windows color (decimal): -1947081 or 3623650. OLE color: 3623650.
HSL color Cylindrical-coordinate representation of color #E24A37: hue angle of 6.67º degrees, saturation: 0.75, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #E24A37 is Cyan = 0, Magento = 0.67, Yellow = 0.76 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 74 | 55 | - |
| CMYK | 0 | 0.67 | 0.76 | 0.11 |
| HSL | 6.67º | 0.75% | 0.55% | - |
| HSV(B) | 6.67º | 0.76% | 0.89% | - |
| XYZ | 34.5 | 21.34 | 5.92 | - |
| YUV | 117.28 | 92.86 | 205.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 74 | 55 | 0 | 0.67 | 0.76 | 0.11 | 6.67 | 0.75 | 0.55 |
| Hex | E2 | 4A | 37 | 0 | 43 | 4C | B | 7 | 4B | 37 |
| Octal | 342 | 112 | 67 | 0 | 103 | 114 | 13 | 7 | 113 | 67 |
| Binary | 11100010 | 1001010 | 110111 | 0 | 1000011 | 1001100 | 1011 | 111 | 1001011 | 110111 |
Color Harmonies of #E24A37
Complementary color
Monochromatic Colors of #E24A37
Black with #E24A37
Text Example
Text Example
White with #E24A37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E24A37; }
p { color: rgb(226,74,55); }
H1.HeaderClassName
{
color: #E24A37;
}
.AnyTagClassName
{
color: #E24A37;
}
</style>
background-color css
<style>
a { background-color: #E24A37; }
a { background-color: rgb(226,74,55); }
div.DivClassName
{
background-color: #E24A37;
}
.BgClassName
{
background-color: #E24A37;
}
</style>
border-color css
<style>
span { border-color: #E24A37; }
span { border-color: rgb(226,74,55); }
td.TdClassName
{
border-color: #E24A37;
}
.TagClassName
{
border-color: #E24A37;
}
</style>