Shades of Cinnabar #E24A25
Tints of Cinnabar #E24A25
RGB
CMYK
RGB Variations
Color information
#E24A25 (or 0xE24A25) is known color: Cinnabar. HEX triplet: E2, 4A and 25. RGB value is (226,74,37). Sum of RGB (Red+Green+Blue) = 226+74+37=337 (44% of max value = 765). Red value is 226 (88.67% from 255 or 67.06% from 337); Green value is 74 (29.30% from 255 or 21.96% from 337); Blue value is 37 (14.84% from 255 or 10.98% from 337); Max value from RGB is 226 - color contains mainly: red. Hex color #E24A25 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E24A25 is #1DB5DA. Grayscale: #737373. Windows color (decimal): -1947099 or 2444002. OLE color: 2444002.
HSL color Cylindrical-coordinate representation of color #E24A25: hue angle of 11.75º degrees, saturation: 0.77, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E24A25 is Cyan = 0, Magento = 0.67, Yellow = 0.84 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 74 | 37 | - |
| CMYK | 0 | 0.67 | 0.84 | 0.11 |
| HSL | 11.75º | 0.77% | 0.52% | - |
| HSV(B) | 11.75º | 0.84% | 0.89% | - |
| XYZ | 34.15 | 21.2 | 4.04 | - |
| YUV | 115.23 | 83.86 | 207.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 74 | 37 | 0 | 0.67 | 0.84 | 0.11 | 11.75 | 0.77 | 0.52 |
| Hex | E2 | 4A | 25 | 0 | 43 | 54 | B | C | 4D | 34 |
| Octal | 342 | 112 | 45 | 0 | 103 | 124 | 13 | 14 | 115 | 64 |
| Binary | 11100010 | 1001010 | 100101 | 0 | 1000011 | 1010100 | 1011 | 1100 | 1001101 | 110100 |
Color Harmonies of #E24A25
Complementary color
Monochromatic Colors of #E24A25
Black with #E24A25
Text Example
Text Example
White with #E24A25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E24A25; }
p { color: rgb(226,74,37); }
H1.HeaderClassName
{
color: #E24A25;
}
.AnyTagClassName
{
color: #E24A25;
}
</style>
background-color css
<style>
a { background-color: #E24A25; }
a { background-color: rgb(226,74,37); }
div.DivClassName
{
background-color: #E24A25;
}
.BgClassName
{
background-color: #E24A25;
}
</style>
border-color css
<style>
span { border-color: #E24A25; }
span { border-color: rgb(226,74,37); }
td.TdClassName
{
border-color: #E24A25;
}
.TagClassName
{
border-color: #E24A25;
}
</style>