Shades of Cinnabar #E04A25
Tints of Cinnabar #E04A25
RGB
CMYK
RGB Variations
Color information
#E04A25 (or 0xE04A25) is known color: Cinnabar. HEX triplet: E0, 4A and 25. RGB value is (224,74,37). Sum of RGB (Red+Green+Blue) = 224+74+37=335 (44% of max value = 765). Red value is 224 (87.89% from 255 or 66.87% from 335); Green value is 74 (29.30% from 255 or 22.09% from 335); Blue value is 37 (14.84% from 255 or 11.04% from 335); Max value from RGB is 224 - color contains mainly: red. Hex color #E04A25 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E04A25 is #1FB5DA. Grayscale: #727272. Windows color (decimal): -2078171 or 2444000. OLE color: 2444000.
HSL color Cylindrical-coordinate representation of color #E04A25: hue angle of 11.87º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E04A25 is Cyan = 0, Magento = 0.67, Yellow = 0.83 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 74 | 37 | - |
| CMYK | 0 | 0.67 | 0.83 | 0.12 |
| HSL | 11.87º | 0.75% | 0.51% | - |
| HSV(B) | 11.87º | 0.83% | 0.88% | - |
| XYZ | 33.52 | 20.88 | 4.01 | - |
| YUV | 114.63 | 84.2 | 206.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 74 | 37 | 0 | 0.67 | 0.83 | 0.12 | 11.87 | 0.75 | 0.51 |
| Hex | E0 | 4A | 25 | 0 | 43 | 53 | C | C | 4B | 33 |
| Octal | 340 | 112 | 45 | 0 | 103 | 123 | 14 | 14 | 113 | 63 |
| Binary | 11100000 | 1001010 | 100101 | 0 | 1000011 | 1010011 | 1100 | 1100 | 1001011 | 110011 |
Color Harmonies of #E04A25
Complementary color
Monochromatic Colors of #E04A25
Black with #E04A25
Text Example
Text Example
White with #E04A25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E04A25; }
p { color: rgb(224,74,37); }
H1.HeaderClassName
{
color: #E04A25;
}
.AnyTagClassName
{
color: #E04A25;
}
</style>
background-color css
<style>
a { background-color: #E04A25; }
a { background-color: rgb(224,74,37); }
div.DivClassName
{
background-color: #E04A25;
}
.BgClassName
{
background-color: #E04A25;
}
</style>
border-color css
<style>
span { border-color: #E04A25; }
span { border-color: rgb(224,74,37); }
td.TdClassName
{
border-color: #E04A25;
}
.TagClassName
{
border-color: #E04A25;
}
</style>