Shades of Fire Engine Red #E0061D
Tints of Fire Engine Red #E0061D
RGB
CMYK
RGB Variations
Color information
#E0061D (or 0xE0061D) is known color: Fire Engine Red. HEX triplet: E0, 06 and 1D. RGB value is (224,6,29). Sum of RGB (Red+Green+Blue) = 224+6+29=259 (34% of max value = 765). Red value is 224 (87.89% from 255 or 86.49% from 259); Green value is 6 (2.73% from 255 or 2.32% from 259); Blue value is 29 (11.72% from 255 or 11.20% from 259); Max value from RGB is 224 - color contains mainly: red. Hex color #E0061D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E0061D is #1FF9E2. Grayscale: #494949. Windows color (decimal): -2095587 or 1902304. OLE color: 1902304.
HSL color Cylindrical-coordinate representation of color #E0061D: hue angle of 353.67º 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 #E0061D is Cyan = 0, Magento = 0.97, Yellow = 0.87 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 6 | 29 | - |
| CMYK | 0 | 0.97 | 0.87 | 0.12 |
| HSL | 353.67º | 0.95% | 0.45% | - |
| HSV(B) | 353.67º | 0.97% | 0.88% | - |
| XYZ | 31.03 | 16.07 | 2.63 | - |
| YUV | 73.8 | 102.72 | 235.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 6 | 29 | 0 | 0.97 | 0.87 | 0.12 | 353.67 | 0.95 | 0.45 |
| Hex | E0 | 6 | 1D | 0 | 61 | 57 | C | 162 | 5F | 2D |
| Octal | 340 | 6 | 35 | 0 | 141 | 127 | 14 | 542 | 137 | 55 |
| Binary | 11100000 | 110 | 11101 | 0 | 1100001 | 1010111 | 1100 | 101100010 | 1011111 | 101101 |
Color Harmonies of #E0061D
Complementary color
Monochromatic Colors of #E0061D
Black with #E0061D
Text Example
Text Example
White with #E0061D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0061D; }
p { color: rgb(224,6,29); }
H1.HeaderClassName
{
color: #E0061D;
}
.AnyTagClassName
{
color: #E0061D;
}
</style>
background-color css
<style>
a { background-color: #E0061D; }
a { background-color: rgb(224,6,29); }
div.DivClassName
{
background-color: #E0061D;
}
.BgClassName
{
background-color: #E0061D;
}
</style>
border-color css
<style>
span { border-color: #E0061D; }
span { border-color: rgb(224,6,29); }
td.TdClassName
{
border-color: #E0061D;
}
.TagClassName
{
border-color: #E0061D;
}
</style>