Shades of Fire Engine Red #E5061C
Tints of Fire Engine Red #E5061C
RGB
CMYK
RGB Variations
Color information
#E5061C (or 0xE5061C) is known color: Fire Engine Red. HEX triplet: E5, 06 and 1C. RGB value is (229,6,28). Sum of RGB (Red+Green+Blue) = 229+6+28=263 (34% of max value = 765). Red value is 229 (89.84% from 255 or 87.07% from 263); Green value is 6 (2.73% from 255 or 2.28% from 263); Blue value is 28 (11.33% from 255 or 10.65% from 263); Max value from RGB is 229 - color contains mainly: red. Hex color #E5061C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E5061C is #1AF9E3. Grayscale: #4B4B4B. Windows color (decimal): -1767908 or 1836773. OLE color: 1836773.
HSL color Cylindrical-coordinate representation of color #E5061C: hue angle of 354.08º degrees, saturation: 0.95, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E5061C is Cyan = 0, Magento = 0.97, Yellow = 0.88 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 6 | 28 | - |
| CMYK | 0 | 0.97 | 0.88 | 0.10 |
| HSL | 354.08º | 0.95% | 0.46% | - |
| HSV(B) | 354.08º | 0.97% | 0.9% | - |
| XYZ | 32.59 | 16.87 | 2.64 | - |
| YUV | 75.19 | 101.38 | 237.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 6 | 28 | 0 | 0.97 | 0.88 | 0.10 | 354.08 | 0.95 | 0.46 |
| Hex | E5 | 6 | 1C | 0 | 61 | 58 | A | 162 | 5F | 2E |
| Octal | 345 | 6 | 34 | 0 | 141 | 130 | 12 | 542 | 137 | 56 |
| Binary | 11100101 | 110 | 11100 | 0 | 1100001 | 1011000 | 1010 | 101100010 | 1011111 | 101110 |
Color Harmonies of #E5061C
Complementary color
Monochromatic Colors of #E5061C
Black with #E5061C
Text Example
Text Example
White with #E5061C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5061C; }
p { color: rgb(229,6,28); }
H1.HeaderClassName
{
color: #E5061C;
}
.AnyTagClassName
{
color: #E5061C;
}
</style>
background-color css
<style>
a { background-color: #E5061C; }
a { background-color: rgb(229,6,28); }
div.DivClassName
{
background-color: #E5061C;
}
.BgClassName
{
background-color: #E5061C;
}
</style>
border-color css
<style>
span { border-color: #E5061C; }
span { border-color: rgb(229,6,28); }
td.TdClassName
{
border-color: #E5061C;
}
.TagClassName
{
border-color: #E5061C;
}
</style>