Shades of Fire Engine Red #E60D25
Tints of Fire Engine Red #E60D25
RGB
CMYK
RGB Variations
Color information
#E60D25 (or 0xE60D25) is known color: Fire Engine Red. HEX triplet: E6, 0D and 25. RGB value is (230,13,37). Sum of RGB (Red+Green+Blue) = 230+13+37=280 (37% of max value = 765). Red value is 230 (90.23% from 255 or 82.14% from 280); Green value is 13 (5.47% from 255 or 4.64% from 280); Blue value is 37 (14.84% from 255 or 13.21% from 280); Max value from RGB is 230 - color contains mainly: red. Hex color #E60D25 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E60D25 is #19F2DA. Grayscale: #505050. Windows color (decimal): -1700571 or 2428390. OLE color: 2428390.
HSL color Cylindrical-coordinate representation of color #E60D25: hue angle of 353.36º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E60D25 is Cyan = 0, Magento = 0.94, Yellow = 0.84 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 13 | 37 | - |
| CMYK | 0 | 0.94 | 0.84 | 0.10 |
| HSL | 353.36º | 0.89% | 0.48% | - |
| HSV(B) | 353.36º | 0.94% | 0.9% | - |
| XYZ | 33.11 | 17.24 | 3.33 | - |
| YUV | 80.62 | 103.39 | 234.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 13 | 37 | 0 | 0.94 | 0.84 | 0.10 | 353.36 | 0.89 | 0.48 |
| Hex | E6 | D | 25 | 0 | 5E | 54 | A | 161 | 59 | 30 |
| Octal | 346 | 15 | 45 | 0 | 136 | 124 | 12 | 541 | 131 | 60 |
| Binary | 11100110 | 1101 | 100101 | 0 | 1011110 | 1010100 | 1010 | 101100001 | 1011001 | 110000 |
Color Harmonies of #E60D25
Complementary color
Monochromatic Colors of #E60D25
Black with #E60D25
Text Example
Text Example
White with #E60D25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E60D25; }
p { color: rgb(230,13,37); }
H1.HeaderClassName
{
color: #E60D25;
}
.AnyTagClassName
{
color: #E60D25;
}
</style>
background-color css
<style>
a { background-color: #E60D25; }
a { background-color: rgb(230,13,37); }
div.DivClassName
{
background-color: #E60D25;
}
.BgClassName
{
background-color: #E60D25;
}
</style>
border-color css
<style>
span { border-color: #E60D25; }
span { border-color: rgb(230,13,37); }
td.TdClassName
{
border-color: #E60D25;
}
.TagClassName
{
border-color: #E60D25;
}
</style>