Shades of Fire Engine Red #E00D27
Tints of Fire Engine Red #E00D27
RGB
CMYK
RGB Variations
Color information
#E00D27 (or 0xE00D27) is known color: Fire Engine Red. HEX triplet: E0, 0D and 27. RGB value is (224,13,39). Sum of RGB (Red+Green+Blue) = 224+13+39=276 (36% of max value = 765). Red value is 224 (87.89% from 255 or 81.16% from 276); Green value is 13 (5.47% from 255 or 4.71% from 276); Blue value is 39 (15.62% from 255 or 14.13% from 276); Max value from RGB is 224 - color contains mainly: red. Hex color #E00D27 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E00D27 is #1FF2D8. Grayscale: #4F4F4F. Windows color (decimal): -2093785 or 2559456. OLE color: 2559456.
HSL color Cylindrical-coordinate representation of color #E00D27: hue angle of 352.61º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E00D27 is Cyan = 0, Magento = 0.94, Yellow = 0.83 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 13 | 39 | - |
| CMYK | 0 | 0.94 | 0.83 | 0.12 |
| HSL | 352.61º | 0.89% | 0.46% | - |
| HSV(B) | 352.61º | 0.94% | 0.88% | - |
| XYZ | 31.25 | 16.28 | 3.42 | - |
| YUV | 79.05 | 105.4 | 231.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 13 | 39 | 0 | 0.94 | 0.83 | 0.12 | 352.61 | 0.89 | 0.46 |
| Hex | E0 | D | 27 | 0 | 5E | 53 | C | 161 | 59 | 2E |
| Octal | 340 | 15 | 47 | 0 | 136 | 123 | 14 | 541 | 131 | 56 |
| Binary | 11100000 | 1101 | 100111 | 0 | 1011110 | 1010011 | 1100 | 101100001 | 1011001 | 101110 |
Color Harmonies of #E00D27
Complementary color
Monochromatic Colors of #E00D27
Black with #E00D27
Text Example
Text Example
White with #E00D27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E00D27; }
p { color: rgb(224,13,39); }
H1.HeaderClassName
{
color: #E00D27;
}
.AnyTagClassName
{
color: #E00D27;
}
</style>
background-color css
<style>
a { background-color: #E00D27; }
a { background-color: rgb(224,13,39); }
div.DivClassName
{
background-color: #E00D27;
}
.BgClassName
{
background-color: #E00D27;
}
</style>
border-color css
<style>
span { border-color: #E00D27; }
span { border-color: rgb(224,13,39); }
td.TdClassName
{
border-color: #E00D27;
}
.TagClassName
{
border-color: #E00D27;
}
</style>