Shades of Fire Engine Red #E61325
Tints of Fire Engine Red #E61325
RGB
CMYK
RGB Variations
Color information
#E61325 (or 0xE61325) is known color: Fire Engine Red. HEX triplet: E6, 13 and 25. RGB value is (230,19,37). Sum of RGB (Red+Green+Blue) = 230+19+37=286 (37% of max value = 765). Red value is 230 (90.23% from 255 or 80.42% from 286); Green value is 19 (7.81% from 255 or 6.64% from 286); Blue value is 37 (14.84% from 255 or 12.94% from 286); Max value from RGB is 230 - color contains mainly: red. Hex color #E61325 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E61325 is #19ECDA. Grayscale: #545454. Windows color (decimal): -1699035 or 2429926. OLE color: 2429926.
HSL color Cylindrical-coordinate representation of color #E61325: hue angle of 354.88º 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 #E61325 is Cyan = 0, Magento = 0.92, Yellow = 0.84 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 19 | 37 | - |
| CMYK | 0 | 0.92 | 0.84 | 0.10 |
| HSL | 354.88º | 0.85% | 0.49% | - |
| HSV(B) | 354.88º | 0.92% | 0.9% | - |
| XYZ | 33.2 | 17.42 | 3.36 | - |
| YUV | 84.14 | 101.4 | 232.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 19 | 37 | 0 | 0.92 | 0.84 | 0.10 | 354.88 | 0.85 | 0.49 |
| Hex | E6 | 13 | 25 | 0 | 5C | 54 | A | 163 | 55 | 31 |
| Octal | 346 | 23 | 45 | 0 | 134 | 124 | 12 | 543 | 125 | 61 |
| Binary | 11100110 | 10011 | 100101 | 0 | 1011100 | 1010100 | 1010 | 101100011 | 1010101 | 110001 |
Color Harmonies of #E61325
Complementary color
Monochromatic Colors of #E61325
Black with #E61325
Text Example
Text Example
White with #E61325
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E61325; }
p { color: rgb(230,19,37); }
H1.HeaderClassName
{
color: #E61325;
}
.AnyTagClassName
{
color: #E61325;
}
</style>
background-color css
<style>
a { background-color: #E61325; }
a { background-color: rgb(230,19,37); }
div.DivClassName
{
background-color: #E61325;
}
.BgClassName
{
background-color: #E61325;
}
</style>
border-color css
<style>
span { border-color: #E61325; }
span { border-color: rgb(230,19,37); }
td.TdClassName
{
border-color: #E61325;
}
.TagClassName
{
border-color: #E61325;
}
</style>