Shades of Fire Engine Red #E00A1C
Tints of Fire Engine Red #E00A1C
RGB
CMYK
RGB Variations
Color information
#E00A1C (or 0xE00A1C) is known color: Fire Engine Red. HEX triplet: E0, 0A and 1C. RGB value is (224,10,28). Sum of RGB (Red+Green+Blue) = 224+10+28=262 (34% of max value = 765). Red value is 224 (87.89% from 255 or 85.50% from 262); Green value is 10 (4.30% from 255 or 3.82% from 262); Blue value is 28 (11.33% from 255 or 10.69% from 262); Max value from RGB is 224 - color contains mainly: red. Hex color #E00A1C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E00A1C is #1FF5E3. Grayscale: #4C4C4C. Windows color (decimal): -2094564 or 1837792. OLE color: 1837792.
HSL color Cylindrical-coordinate representation of color #E00A1C: hue angle of 354.95º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E00A1C is Cyan = 0, Magento = 0.96, Yellow = 0.88 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 10 | 28 | - |
| CMYK | 0 | 0.96 | 0.88 | 0.12 |
| HSL | 354.95º | 0.91% | 0.46% | - |
| HSV(B) | 354.95º | 0.96% | 0.88% | - |
| XYZ | 31.06 | 16.15 | 2.58 | - |
| YUV | 76.04 | 100.9 | 233.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 10 | 28 | 0 | 0.96 | 0.88 | 0.12 | 354.95 | 0.91 | 0.46 |
| Hex | E0 | A | 1C | 0 | 60 | 58 | C | 163 | 5B | 2E |
| Octal | 340 | 12 | 34 | 0 | 140 | 130 | 14 | 543 | 133 | 56 |
| Binary | 11100000 | 1010 | 11100 | 0 | 1100000 | 1011000 | 1100 | 101100011 | 1011011 | 101110 |
Color Harmonies of #E00A1C
Complementary color
Monochromatic Colors of #E00A1C
Black with #E00A1C
Text Example
Text Example
White with #E00A1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E00A1C; }
p { color: rgb(224,10,28); }
H1.HeaderClassName
{
color: #E00A1C;
}
.AnyTagClassName
{
color: #E00A1C;
}
</style>
background-color css
<style>
a { background-color: #E00A1C; }
a { background-color: rgb(224,10,28); }
div.DivClassName
{
background-color: #E00A1C;
}
.BgClassName
{
background-color: #E00A1C;
}
</style>
border-color css
<style>
span { border-color: #E00A1C; }
span { border-color: rgb(224,10,28); }
td.TdClassName
{
border-color: #E00A1C;
}
.TagClassName
{
border-color: #E00A1C;
}
</style>