Shades of Fire Engine Red #E1131A
Tints of Fire Engine Red #E1131A
RGB
CMYK
RGB Variations
Color information
#E1131A (or 0xE1131A) is known color: Fire Engine Red. HEX triplet: E1, 13 and 1A. RGB value is (225,19,26). Sum of RGB (Red+Green+Blue) = 225+19+26=270 (35% of max value = 765). Red value is 225 (88.28% from 255 or 83.33% from 270); Green value is 19 (7.81% from 255 or 7.04% from 270); Blue value is 26 (10.55% from 255 or 9.63% from 270); Max value from RGB is 225 - color contains mainly: red. Hex color #E1131A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E1131A is #1EECE5. Grayscale: #515151. Windows color (decimal): -2026726 or 1709025. OLE color: 1709025.
HSL color Cylindrical-coordinate representation of color #E1131A: hue angle of 357.96º 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 #E1131A is Cyan = 0, Magento = 0.92, Yellow = 0.88 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 19 | 26 | - |
| CMYK | 0 | 0.92 | 0.88 | 0.12 |
| HSL | 357.96º | 0.84% | 0.48% | - |
| HSV(B) | 357.96º | 0.92% | 0.88% | - |
| XYZ | 31.47 | 16.55 | 2.51 | - |
| YUV | 81.39 | 96.75 | 230.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 19 | 26 | 0 | 0.92 | 0.88 | 0.12 | 357.96 | 0.84 | 0.48 |
| Hex | E1 | 13 | 1A | 0 | 5C | 58 | C | 166 | 54 | 30 |
| Octal | 341 | 23 | 32 | 0 | 134 | 130 | 14 | 546 | 124 | 60 |
| Binary | 11100001 | 10011 | 11010 | 0 | 1011100 | 1011000 | 1100 | 101100110 | 1010100 | 110000 |
Color Harmonies of #E1131A
Complementary color
Monochromatic Colors of #E1131A
Black with #E1131A
Text Example
Text Example
White with #E1131A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1131A; }
p { color: rgb(225,19,26); }
H1.HeaderClassName
{
color: #E1131A;
}
.AnyTagClassName
{
color: #E1131A;
}
</style>
background-color css
<style>
a { background-color: #E1131A; }
a { background-color: rgb(225,19,26); }
div.DivClassName
{
background-color: #E1131A;
}
.BgClassName
{
background-color: #E1131A;
}
</style>
border-color css
<style>
span { border-color: #E1131A; }
span { border-color: rgb(225,19,26); }
td.TdClassName
{
border-color: #E1131A;
}
.TagClassName
{
border-color: #E1131A;
}
</style>