Shades of Fire Engine Red #E61223
Tints of Fire Engine Red #E61223
RGB
CMYK
RGB Variations
Color information
#E61223 (or 0xE61223) is known color: Fire Engine Red. HEX triplet: E6, 12 and 23. RGB value is (230,18,35). Sum of RGB (Red+Green+Blue) = 230+18+35=283 (37% of max value = 765). Red value is 230 (90.23% from 255 or 81.27% from 283); Green value is 18 (7.42% from 255 or 6.36% from 283); Blue value is 35 (14.06% from 255 or 12.37% from 283); Max value from RGB is 230 - color contains mainly: red. Hex color #E61223 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E61223 is #19EDDC. Grayscale: #535353. Windows color (decimal): -1699293 or 2298598. OLE color: 2298598.
HSL color Cylindrical-coordinate representation of color #E61223: hue angle of 355.19º degrees, saturation: 0.85, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E61223 is Cyan = 0, Magento = 0.92, Yellow = 0.85 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 18 | 35 | - |
| CMYK | 0 | 0.92 | 0.85 | 0.10 |
| HSL | 355.19º | 0.85% | 0.49% | - |
| HSV(B) | 355.19º | 0.92% | 0.9% | - |
| XYZ | 33.15 | 17.38 | 3.2 | - |
| YUV | 83.33 | 100.74 | 232.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 18 | 35 | 0 | 0.92 | 0.85 | 0.10 | 355.19 | 0.85 | 0.49 |
| Hex | E6 | 12 | 23 | 0 | 5C | 55 | A | 163 | 55 | 31 |
| Octal | 346 | 22 | 43 | 0 | 134 | 125 | 12 | 543 | 125 | 61 |
| Binary | 11100110 | 10010 | 100011 | 0 | 1011100 | 1010101 | 1010 | 101100011 | 1010101 | 110001 |
Color Harmonies of #E61223
Complementary color
Monochromatic Colors of #E61223
Black with #E61223
Text Example
Text Example
White with #E61223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E61223; }
p { color: rgb(230,18,35); }
H1.HeaderClassName
{
color: #E61223;
}
.AnyTagClassName
{
color: #E61223;
}
</style>
background-color css
<style>
a { background-color: #E61223; }
a { background-color: rgb(230,18,35); }
div.DivClassName
{
background-color: #E61223;
}
.BgClassName
{
background-color: #E61223;
}
</style>
border-color css
<style>
span { border-color: #E61223; }
span { border-color: rgb(230,18,35); }
td.TdClassName
{
border-color: #E61223;
}
.TagClassName
{
border-color: #E61223;
}
</style>