Shades of Fire Engine Red #E10C1C
Tints of Fire Engine Red #E10C1C
RGB
CMYK
RGB Variations
Color information
#E10C1C (or 0xE10C1C) is known color: Fire Engine Red. HEX triplet: E1, 0C and 1C. RGB value is (225,12,28). Sum of RGB (Red+Green+Blue) = 225+12+28=265 (35% of max value = 765). Red value is 225 (88.28% from 255 or 84.91% from 265); Green value is 12 (5.08% from 255 or 4.53% from 265); Blue value is 28 (11.33% from 255 or 10.57% from 265); Max value from RGB is 225 - color contains mainly: red. Hex color #E10C1C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E10C1C is #1EF3E3. Grayscale: #4D4D4D. Windows color (decimal): -2028516 or 1838305. OLE color: 1838305.
HSL color Cylindrical-coordinate representation of color #E10C1C: hue angle of 355.49º 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 #E10C1C is Cyan = 0, Magento = 0.95, Yellow = 0.88 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 12 | 28 | - |
| CMYK | 0 | 0.95 | 0.88 | 0.12 |
| HSL | 355.49º | 0.9% | 0.46% | - |
| HSV(B) | 355.49º | 0.95% | 0.88% | - |
| XYZ | 31.39 | 16.35 | 2.6 | - |
| YUV | 77.51 | 100.07 | 233.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 12 | 28 | 0 | 0.95 | 0.88 | 0.12 | 355.49 | 0.9 | 0.46 |
| Hex | E1 | C | 1C | 0 | 5F | 58 | C | 163 | 5A | 2E |
| Octal | 341 | 14 | 34 | 0 | 137 | 130 | 14 | 543 | 132 | 56 |
| Binary | 11100001 | 1100 | 11100 | 0 | 1011111 | 1011000 | 1100 | 101100011 | 1011010 | 101110 |
Color Harmonies of #E10C1C
Complementary color
Monochromatic Colors of #E10C1C
Black with #E10C1C
Text Example
Text Example
White with #E10C1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E10C1C; }
p { color: rgb(225,12,28); }
H1.HeaderClassName
{
color: #E10C1C;
}
.AnyTagClassName
{
color: #E10C1C;
}
</style>
background-color css
<style>
a { background-color: #E10C1C; }
a { background-color: rgb(225,12,28); }
div.DivClassName
{
background-color: #E10C1C;
}
.BgClassName
{
background-color: #E10C1C;
}
</style>
border-color css
<style>
span { border-color: #E10C1C; }
span { border-color: rgb(225,12,28); }
td.TdClassName
{
border-color: #E10C1C;
}
.TagClassName
{
border-color: #E10C1C;
}
</style>