Shades of Fire Engine Red #E01319
Tints of Fire Engine Red #E01319
RGB
CMYK
RGB Variations
Color information
#E01319 (or 0xE01319) is known color: Fire Engine Red. HEX triplet: E0, 13 and 19. RGB value is (224,19,25). Sum of RGB (Red+Green+Blue) = 224+19+25=268 (35% of max value = 765). Red value is 224 (87.89% from 255 or 83.58% from 268); Green value is 19 (7.81% from 255 or 7.09% from 268); Blue value is 25 (10.16% from 255 or 9.33% from 268); Max value from RGB is 224 - color contains mainly: red. Hex color #E01319 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E01319 is #1FECE6. Grayscale: #515151. Windows color (decimal): -2092263 or 1643488. OLE color: 1643488.
HSL color Cylindrical-coordinate representation of color #E01319: hue angle of 358.24º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E01319 is Cyan = 0, Magento = 0.92, Yellow = 0.89 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 19 | 25 | - |
| CMYK | 0 | 0.92 | 0.89 | 0.12 |
| HSL | 358.24º | 0.84% | 0.48% | - |
| HSV(B) | 358.24º | 0.92% | 0.88% | - |
| XYZ | 31.15 | 16.38 | 2.44 | - |
| YUV | 80.98 | 96.42 | 230.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 19 | 25 | 0 | 0.92 | 0.89 | 0.12 | 358.24 | 0.84 | 0.48 |
| Hex | E0 | 13 | 19 | 0 | 5C | 59 | C | 166 | 54 | 30 |
| Octal | 340 | 23 | 31 | 0 | 134 | 131 | 14 | 546 | 124 | 60 |
| Binary | 11100000 | 10011 | 11001 | 0 | 1011100 | 1011001 | 1100 | 101100110 | 1010100 | 110000 |
Color Harmonies of #E01319
Complementary color
Monochromatic Colors of #E01319
Black with #E01319
Text Example
Text Example
White with #E01319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E01319; }
p { color: rgb(224,19,25); }
H1.HeaderClassName
{
color: #E01319;
}
.AnyTagClassName
{
color: #E01319;
}
</style>
background-color css
<style>
a { background-color: #E01319; }
a { background-color: rgb(224,19,25); }
div.DivClassName
{
background-color: #E01319;
}
.BgClassName
{
background-color: #E01319;
}
</style>
border-color css
<style>
span { border-color: #E01319; }
span { border-color: rgb(224,19,25); }
td.TdClassName
{
border-color: #E01319;
}
.TagClassName
{
border-color: #E01319;
}
</style>