Shades of Fire Engine Red #E10C1E
Tints of Fire Engine Red #E10C1E
RGB
CMYK
RGB Variations
Color information
#E10C1E (or 0xE10C1E) is known color: Fire Engine Red. HEX triplet: E1, 0C and 1E. RGB value is (225,12,30). Sum of RGB (Red+Green+Blue) = 225+12+30=267 (35% of max value = 765). Red value is 225 (88.28% from 255 or 84.27% from 267); Green value is 12 (5.08% from 255 or 4.49% from 267); Blue value is 30 (12.11% from 255 or 11.24% from 267); Max value from RGB is 225 - color contains mainly: red. Hex color #E10C1E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E10C1E is #1EF3E1. Grayscale: #4D4D4D. Windows color (decimal): -2028514 or 1969377. OLE color: 1969377.
HSL color Cylindrical-coordinate representation of color #E10C1E: hue angle of 354.93º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E10C1E is Cyan = 0, Magento = 0.95, Yellow = 0.87 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 12 | 30 | - |
| CMYK | 0 | 0.95 | 0.87 | 0.12 |
| HSL | 354.93º | 0.9% | 0.46% | - |
| HSV(B) | 354.93º | 0.95% | 0.88% | - |
| XYZ | 31.42 | 16.36 | 2.73 | - |
| YUV | 77.74 | 101.07 | 233.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 12 | 30 | 0 | 0.95 | 0.87 | 0.12 | 354.93 | 0.9 | 0.46 |
| Hex | E1 | C | 1E | 0 | 5F | 57 | C | 163 | 5A | 2E |
| Octal | 341 | 14 | 36 | 0 | 137 | 127 | 14 | 543 | 132 | 56 |
| Binary | 11100001 | 1100 | 11110 | 0 | 1011111 | 1010111 | 1100 | 101100011 | 1011010 | 101110 |
Color Harmonies of #E10C1E
Complementary color
Monochromatic Colors of #E10C1E
Black with #E10C1E
Text Example
Text Example
White with #E10C1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E10C1E; }
p { color: rgb(225,12,30); }
H1.HeaderClassName
{
color: #E10C1E;
}
.AnyTagClassName
{
color: #E10C1E;
}
</style>
background-color css
<style>
a { background-color: #E10C1E; }
a { background-color: rgb(225,12,30); }
div.DivClassName
{
background-color: #E10C1E;
}
.BgClassName
{
background-color: #E10C1E;
}
</style>
border-color css
<style>
span { border-color: #E10C1E; }
span { border-color: rgb(225,12,30); }
td.TdClassName
{
border-color: #E10C1E;
}
.TagClassName
{
border-color: #E10C1E;
}
</style>