Shades of Fire Engine Red #E3061D
Tints of Fire Engine Red #E3061D
RGB
CMYK
RGB Variations
Color information
#E3061D (or 0xE3061D) is known color: Fire Engine Red. HEX triplet: E3, 06 and 1D. RGB value is (227,6,29). Sum of RGB (Red+Green+Blue) = 227+6+29=262 (34% of max value = 765). Red value is 227 (89.06% from 255 or 86.64% from 262); Green value is 6 (2.73% from 255 or 2.29% from 262); Blue value is 29 (11.72% from 255 or 11.07% from 262); Max value from RGB is 227 - color contains mainly: red. Hex color #E3061D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E3061D is #1CF9E2. Grayscale: #4A4A4A. Windows color (decimal): -1898979 or 1902307. OLE color: 1902307.
HSL color Cylindrical-coordinate representation of color #E3061D: hue angle of 353.76º degrees, saturation: 0.95, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E3061D is Cyan = 0, Magento = 0.97, Yellow = 0.87 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 6 | 29 | - |
| CMYK | 0 | 0.97 | 0.87 | 0.11 |
| HSL | 353.76º | 0.95% | 0.46% | - |
| HSV(B) | 353.76º | 0.97% | 0.89% | - |
| XYZ | 31.97 | 16.55 | 2.67 | - |
| YUV | 74.7 | 102.22 | 236.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 6 | 29 | 0 | 0.97 | 0.87 | 0.11 | 353.76 | 0.95 | 0.46 |
| Hex | E3 | 6 | 1D | 0 | 61 | 57 | B | 162 | 5F | 2E |
| Octal | 343 | 6 | 35 | 0 | 141 | 127 | 13 | 542 | 137 | 56 |
| Binary | 11100011 | 110 | 11101 | 0 | 1100001 | 1010111 | 1011 | 101100010 | 1011111 | 101110 |
Color Harmonies of #E3061D
Complementary color
Monochromatic Colors of #E3061D
Black with #E3061D
Text Example
Text Example
White with #E3061D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3061D; }
p { color: rgb(227,6,29); }
H1.HeaderClassName
{
color: #E3061D;
}
.AnyTagClassName
{
color: #E3061D;
}
</style>
background-color css
<style>
a { background-color: #E3061D; }
a { background-color: rgb(227,6,29); }
div.DivClassName
{
background-color: #E3061D;
}
.BgClassName
{
background-color: #E3061D;
}
</style>
border-color css
<style>
span { border-color: #E3061D; }
span { border-color: rgb(227,6,29); }
td.TdClassName
{
border-color: #E3061D;
}
.TagClassName
{
border-color: #E3061D;
}
</style>