Shades of Fire Engine Red #E0061B
Tints of Fire Engine Red #E0061B
RGB
CMYK
RGB Variations
Color information
#E0061B (or 0xE0061B) is known color: Fire Engine Red. HEX triplet: E0, 06 and 1B. RGB value is (224,6,27). Sum of RGB (Red+Green+Blue) = 224+6+27=257 (34% of max value = 765). Red value is 224 (87.89% from 255 or 87.16% from 257); Green value is 6 (2.73% from 255 or 2.33% from 257); Blue value is 27 (10.94% from 255 or 10.51% from 257); Max value from RGB is 224 - color contains mainly: red. Hex color #E0061B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E0061B is #1FF9E4. Grayscale: #494949. Windows color (decimal): -2095589 or 1771232. OLE color: 1771232.
HSL color Cylindrical-coordinate representation of color #E0061B: hue angle of 354.22º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E0061B is Cyan = 0, Magento = 0.97, Yellow = 0.88 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 6 | 27 | - |
| CMYK | 0 | 0.97 | 0.88 | 0.12 |
| HSL | 354.22º | 0.95% | 0.45% | - |
| HSV(B) | 354.22º | 0.97% | 0.88% | - |
| XYZ | 31 | 16.06 | 2.5 | - |
| YUV | 73.58 | 101.72 | 235.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 6 | 27 | 0 | 0.97 | 0.88 | 0.12 | 354.22 | 0.95 | 0.45 |
| Hex | E0 | 6 | 1B | 0 | 61 | 58 | C | 162 | 5F | 2D |
| Octal | 340 | 6 | 33 | 0 | 141 | 130 | 14 | 542 | 137 | 55 |
| Binary | 11100000 | 110 | 11011 | 0 | 1100001 | 1011000 | 1100 | 101100010 | 1011111 | 101101 |
Color Harmonies of #E0061B
Complementary color
Monochromatic Colors of #E0061B
Black with #E0061B
Text Example
Text Example
White with #E0061B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0061B; }
p { color: rgb(224,6,27); }
H1.HeaderClassName
{
color: #E0061B;
}
.AnyTagClassName
{
color: #E0061B;
}
</style>
background-color css
<style>
a { background-color: #E0061B; }
a { background-color: rgb(224,6,27); }
div.DivClassName
{
background-color: #E0061B;
}
.BgClassName
{
background-color: #E0061B;
}
</style>
border-color css
<style>
span { border-color: #E0061B; }
span { border-color: rgb(224,6,27); }
td.TdClassName
{
border-color: #E0061B;
}
.TagClassName
{
border-color: #E0061B;
}
</style>