Shades of Fire Engine Red #E10423
Tints of Fire Engine Red #E10423
RGB
CMYK
RGB Variations
Color information
#E10423 (or 0xE10423) is known color: Fire Engine Red. HEX triplet: E1, 04 and 23. RGB value is (225,4,35). Sum of RGB (Red+Green+Blue) = 225+4+35=264 (34% of max value = 765). Red value is 225 (88.28% from 255 or 85.23% from 264); Green value is 4 (1.95% from 255 or 1.52% from 264); Blue value is 35 (14.06% from 255 or 13.26% from 264); Max value from RGB is 225 - color contains mainly: red. Hex color #E10423 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E10423 is #1EFBDC. Grayscale: #494949. Windows color (decimal): -2030557 or 2295009. OLE color: 2295009.
HSL color Cylindrical-coordinate representation of color #E10423: hue angle of 351.58º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E10423 is Cyan = 0, Magento = 0.98, Yellow = 0.84 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 4 | 35 | - |
| CMYK | 0 | 0.98 | 0.84 | 0.12 |
| HSL | 351.58º | 0.97% | 0.45% | - |
| HSV(B) | 351.58º | 0.98% | 0.88% | - |
| XYZ | 31.4 | 16.22 | 3.07 | - |
| YUV | 73.61 | 106.22 | 235.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 4 | 35 | 0 | 0.98 | 0.84 | 0.12 | 351.58 | 0.97 | 0.45 |
| Hex | E1 | 4 | 23 | 0 | 62 | 54 | C | 160 | 61 | 2D |
| Octal | 341 | 4 | 43 | 0 | 142 | 124 | 14 | 540 | 141 | 55 |
| Binary | 11100001 | 100 | 100011 | 0 | 1100010 | 1010100 | 1100 | 101100000 | 1100001 | 101101 |
Color Harmonies of #E10423
Complementary color
Monochromatic Colors of #E10423
Black with #E10423
Text Example
Text Example
White with #E10423
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E10423; }
p { color: rgb(225,4,35); }
H1.HeaderClassName
{
color: #E10423;
}
.AnyTagClassName
{
color: #E10423;
}
</style>
background-color css
<style>
a { background-color: #E10423; }
a { background-color: rgb(225,4,35); }
div.DivClassName
{
background-color: #E10423;
}
.BgClassName
{
background-color: #E10423;
}
</style>
border-color css
<style>
span { border-color: #E10423; }
span { border-color: rgb(225,4,35); }
td.TdClassName
{
border-color: #E10423;
}
.TagClassName
{
border-color: #E10423;
}
</style>