Shades of Fire Engine Red #E31527
Tints of Fire Engine Red #E31527
RGB
CMYK
RGB Variations
Color information
#E31527 (or 0xE31527) is known color: Fire Engine Red. HEX triplet: E3, 15 and 27. RGB value is (227,21,39). Sum of RGB (Red+Green+Blue) = 227+21+39=287 (38% of max value = 765). Red value is 227 (89.06% from 255 or 79.09% from 287); Green value is 21 (8.59% from 255 or 7.32% from 287); Blue value is 39 (15.62% from 255 or 13.59% from 287); Max value from RGB is 227 - color contains mainly: red. Hex color #E31527 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E31527 is #1CEAD8. Grayscale: #545454. Windows color (decimal): -1895129 or 2561507. OLE color: 2561507.
HSL color Cylindrical-coordinate representation of color #E31527: hue angle of 354.76º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E31527 is Cyan = 0, Magento = 0.91, Yellow = 0.83 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 21 | 39 | - |
| CMYK | 0 | 0.91 | 0.83 | 0.11 |
| HSL | 354.76º | 0.83% | 0.49% | - |
| HSV(B) | 354.76º | 0.91% | 0.89% | - |
| XYZ | 32.31 | 17.01 | 3.5 | - |
| YUV | 84.65 | 102.25 | 229.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 21 | 39 | 0 | 0.91 | 0.83 | 0.11 | 354.76 | 0.83 | 0.49 |
| Hex | E3 | 15 | 27 | 0 | 5B | 53 | B | 163 | 53 | 31 |
| Octal | 343 | 25 | 47 | 0 | 133 | 123 | 13 | 543 | 123 | 61 |
| Binary | 11100011 | 10101 | 100111 | 0 | 1011011 | 1010011 | 1011 | 101100011 | 1010011 | 110001 |
Color Harmonies of #E31527
Complementary color
Monochromatic Colors of #E31527
Black with #E31527
Text Example
Text Example
White with #E31527
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E31527; }
p { color: rgb(227,21,39); }
H1.HeaderClassName
{
color: #E31527;
}
.AnyTagClassName
{
color: #E31527;
}
</style>
background-color css
<style>
a { background-color: #E31527; }
a { background-color: rgb(227,21,39); }
div.DivClassName
{
background-color: #E31527;
}
.BgClassName
{
background-color: #E31527;
}
</style>
border-color css
<style>
span { border-color: #E31527; }
span { border-color: rgb(227,21,39); }
td.TdClassName
{
border-color: #E31527;
}
.TagClassName
{
border-color: #E31527;
}
</style>