Shades of Cinnabar #E04A19
Tints of Cinnabar #E04A19
RGB
CMYK
RGB Variations
Color information
#E04A19 (or 0xE04A19) is known color: Cinnabar. HEX triplet: E0, 4A and 19. RGB value is (224,74,25). Sum of RGB (Red+Green+Blue) = 224+74+25=323 (42% of max value = 765). Red value is 224 (87.89% from 255 or 69.35% from 323); Green value is 74 (29.30% from 255 or 22.91% from 323); Blue value is 25 (10.16% from 255 or 7.74% from 323); Max value from RGB is 224 - color contains mainly: red. Hex color #E04A19 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E04A19 is #1FB5E6. Grayscale: #717171. Windows color (decimal): -2078183 or 1657568. OLE color: 1657568.
HSL color Cylindrical-coordinate representation of color #E04A19: hue angle of 14.77º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E04A19 is Cyan = 0, Magento = 0.67, Yellow = 0.89 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 74 | 25 | - |
| CMYK | 0 | 0.67 | 0.89 | 0.12 |
| HSL | 14.77º | 0.8% | 0.49% | - |
| HSV(B) | 14.77º | 0.89% | 0.88% | - |
| XYZ | 33.36 | 20.82 | 3.18 | - |
| YUV | 113.26 | 78.2 | 206.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 74 | 25 | 0 | 0.67 | 0.89 | 0.12 | 14.77 | 0.8 | 0.49 |
| Hex | E0 | 4A | 19 | 0 | 43 | 59 | C | F | 50 | 31 |
| Octal | 340 | 112 | 31 | 0 | 103 | 131 | 14 | 17 | 120 | 61 |
| Binary | 11100000 | 1001010 | 11001 | 0 | 1000011 | 1011001 | 1100 | 1111 | 1010000 | 110001 |
Color Harmonies of #E04A19
Complementary color
Monochromatic Colors of #E04A19
Black with #E04A19
Text Example
Text Example
White with #E04A19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E04A19; }
p { color: rgb(224,74,25); }
H1.HeaderClassName
{
color: #E04A19;
}
.AnyTagClassName
{
color: #E04A19;
}
</style>
background-color css
<style>
a { background-color: #E04A19; }
a { background-color: rgb(224,74,25); }
div.DivClassName
{
background-color: #E04A19;
}
.BgClassName
{
background-color: #E04A19;
}
</style>
border-color css
<style>
span { border-color: #E04A19; }
span { border-color: rgb(224,74,25); }
td.TdClassName
{
border-color: #E04A19;
}
.TagClassName
{
border-color: #E04A19;
}
</style>