Shades of Fire Engine Red #E60A1A
Tints of Fire Engine Red #E60A1A
RGB
CMYK
RGB Variations
Color information
#E60A1A (or 0xE60A1A) is known color: Fire Engine Red. HEX triplet: E6, 0A and 1A. RGB value is (230,10,26). Sum of RGB (Red+Green+Blue) = 230+10+26=266 (35% of max value = 765). Red value is 230 (90.23% from 255 or 86.47% from 266); Green value is 10 (4.30% from 255 or 3.76% from 266); Blue value is 26 (10.55% from 255 or 9.77% from 266); Max value from RGB is 230 - color contains mainly: red. Hex color #E60A1A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E60A1A is #19F5E5. Grayscale: #4D4D4D. Windows color (decimal): -1701350 or 1706726. OLE color: 1706726.
HSL color Cylindrical-coordinate representation of color #E60A1A: hue angle of 355.64º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E60A1A is Cyan = 0, Magento = 0.96, Yellow = 0.89 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 10 | 26 | - |
| CMYK | 0 | 0.96 | 0.89 | 0.10 |
| HSL | 355.64º | 0.92% | 0.47% | - |
| HSV(B) | 355.64º | 0.96% | 0.9% | - |
| XYZ | 32.93 | 17.11 | 2.55 | - |
| YUV | 77.6 | 98.89 | 236.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 10 | 26 | 0 | 0.96 | 0.89 | 0.10 | 355.64 | 0.92 | 0.47 |
| Hex | E6 | A | 1A | 0 | 60 | 59 | A | 164 | 5C | 2F |
| Octal | 346 | 12 | 32 | 0 | 140 | 131 | 12 | 544 | 134 | 57 |
| Binary | 11100110 | 1010 | 11010 | 0 | 1100000 | 1011001 | 1010 | 101100100 | 1011100 | 101111 |
Color Harmonies of #E60A1A
Complementary color
Monochromatic Colors of #E60A1A
Black with #E60A1A
Text Example
Text Example
White with #E60A1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E60A1A; }
p { color: rgb(230,10,26); }
H1.HeaderClassName
{
color: #E60A1A;
}
.AnyTagClassName
{
color: #E60A1A;
}
</style>
background-color css
<style>
a { background-color: #E60A1A; }
a { background-color: rgb(230,10,26); }
div.DivClassName
{
background-color: #E60A1A;
}
.BgClassName
{
background-color: #E60A1A;
}
</style>
border-color css
<style>
span { border-color: #E60A1A; }
span { border-color: rgb(230,10,26); }
td.TdClassName
{
border-color: #E60A1A;
}
.TagClassName
{
border-color: #E60A1A;
}
</style>