Shades of Fire Engine Red #E6051D
Tints of Fire Engine Red #E6051D
RGB
CMYK
RGB Variations
Color information
#E6051D (or 0xE6051D) is known color: Fire Engine Red. HEX triplet: E6, 05 and 1D. RGB value is (230,5,29). Sum of RGB (Red+Green+Blue) = 230+5+29=264 (34% of max value = 765). Red value is 230 (90.23% from 255 or 87.12% from 264); Green value is 5 (2.34% from 255 or 1.89% from 264); Blue value is 29 (11.72% from 255 or 10.98% from 264); Max value from RGB is 230 - color contains mainly: red. Hex color #E6051D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E6051D is #19FAE2. Grayscale: #4B4B4B. Windows color (decimal): -1702627 or 1902054. OLE color: 1902054.
HSL color Cylindrical-coordinate representation of color #E6051D: hue angle of 353.6º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E6051D is Cyan = 0, Magento = 0.98, Yellow = 0.87 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 5 | 29 | - |
| CMYK | 0 | 0.98 | 0.87 | 0.10 |
| HSL | 353.6º | 0.96% | 0.46% | - |
| HSV(B) | 353.6º | 0.98% | 0.9% | - |
| XYZ | 32.91 | 17.02 | 2.71 | - |
| YUV | 75.01 | 102.04 | 238.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 5 | 29 | 0 | 0.98 | 0.87 | 0.10 | 353.6 | 0.96 | 0.46 |
| Hex | E6 | 5 | 1D | 0 | 62 | 57 | A | 162 | 60 | 2E |
| Octal | 346 | 5 | 35 | 0 | 142 | 127 | 12 | 542 | 140 | 56 |
| Binary | 11100110 | 101 | 11101 | 0 | 1100010 | 1010111 | 1010 | 101100010 | 1100000 | 101110 |
Color Harmonies of #E6051D
Complementary color
Monochromatic Colors of #E6051D
Black with #E6051D
Text Example
Text Example
White with #E6051D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6051D; }
p { color: rgb(230,5,29); }
H1.HeaderClassName
{
color: #E6051D;
}
.AnyTagClassName
{
color: #E6051D;
}
</style>
background-color css
<style>
a { background-color: #E6051D; }
a { background-color: rgb(230,5,29); }
div.DivClassName
{
background-color: #E6051D;
}
.BgClassName
{
background-color: #E6051D;
}
</style>
border-color css
<style>
span { border-color: #E6051D; }
span { border-color: rgb(230,5,29); }
td.TdClassName
{
border-color: #E6051D;
}
.TagClassName
{
border-color: #E6051D;
}
</style>