Shades of Fire Engine Red #E10323
Tints of Fire Engine Red #E10323
RGB
CMYK
RGB Variations
Color information
#E10323 (or 0xE10323) is known color: Fire Engine Red. HEX triplet: E1, 03 and 23. RGB value is (225,3,35). Sum of RGB (Red+Green+Blue) = 225+3+35=263 (34% of max value = 765). Red value is 225 (88.28% from 255 or 85.55% from 263); Green value is 3 (1.56% from 255 or 1.14% from 263); Blue value is 35 (14.06% from 255 or 13.31% from 263); Max value from RGB is 225 - color contains mainly: red. Hex color #E10323 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E10323 is #1EFCDC. Grayscale: #494949. Windows color (decimal): -2030813 or 2294753. OLE color: 2294753.
HSL color Cylindrical-coordinate representation of color #E10323: hue angle of 351.35º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E10323 is Cyan = 0, Magento = 0.99, Yellow = 0.84 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 3 | 35 | - |
| CMYK | 0 | 0.99 | 0.84 | 0.12 |
| HSL | 351.35º | 0.97% | 0.45% | - |
| HSV(B) | 351.35º | 0.99% | 0.88% | - |
| XYZ | 31.39 | 16.19 | 3.06 | - |
| YUV | 73.03 | 106.55 | 236.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 3 | 35 | 0 | 0.99 | 0.84 | 0.12 | 351.35 | 0.97 | 0.45 |
| Hex | E1 | 3 | 23 | 0 | 63 | 54 | C | 15F | 61 | 2D |
| Octal | 341 | 3 | 43 | 0 | 143 | 124 | 14 | 537 | 141 | 55 |
| Binary | 11100001 | 11 | 100011 | 0 | 1100011 | 1010100 | 1100 | 101011111 | 1100001 | 101101 |
Color Harmonies of #E10323
Complementary color
Monochromatic Colors of #E10323
Black with #E10323
Text Example
Text Example
White with #E10323
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E10323; }
p { color: rgb(225,3,35); }
H1.HeaderClassName
{
color: #E10323;
}
.AnyTagClassName
{
color: #E10323;
}
</style>
background-color css
<style>
a { background-color: #E10323; }
a { background-color: rgb(225,3,35); }
div.DivClassName
{
background-color: #E10323;
}
.BgClassName
{
background-color: #E10323;
}
</style>
border-color css
<style>
span { border-color: #E10323; }
span { border-color: rgb(225,3,35); }
td.TdClassName
{
border-color: #E10323;
}
.TagClassName
{
border-color: #E10323;
}
</style>