Shades of Fire Engine Red #E6051B
Tints of Fire Engine Red #E6051B
RGB
CMYK
RGB Variations
Color information
#E6051B (or 0xE6051B) is known color: Fire Engine Red. HEX triplet: E6, 05 and 1B. RGB value is (230,5,27). Sum of RGB (Red+Green+Blue) = 230+5+27=262 (34% of max value = 765). Red value is 230 (90.23% from 255 or 87.79% from 262); Green value is 5 (2.34% from 255 or 1.91% from 262); Blue value is 27 (10.94% from 255 or 10.31% from 262); Max value from RGB is 230 - color contains mainly: red. Hex color #E6051B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E6051B is #19FAE4. Grayscale: #4A4A4A. Windows color (decimal): -1702629 or 1770982. OLE color: 1770982.
HSL color Cylindrical-coordinate representation of color #E6051B: hue angle of 354.13º 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 #E6051B is Cyan = 0, Magento = 0.98, Yellow = 0.88 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 5 | 27 | - |
| CMYK | 0 | 0.98 | 0.88 | 0.10 |
| HSL | 354.13º | 0.96% | 0.46% | - |
| HSV(B) | 354.13º | 0.98% | 0.9% | - |
| XYZ | 32.89 | 17.01 | 2.59 | - |
| YUV | 74.78 | 101.04 | 238.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 5 | 27 | 0 | 0.98 | 0.88 | 0.10 | 354.13 | 0.96 | 0.46 |
| Hex | E6 | 5 | 1B | 0 | 62 | 58 | A | 162 | 60 | 2E |
| Octal | 346 | 5 | 33 | 0 | 142 | 130 | 12 | 542 | 140 | 56 |
| Binary | 11100110 | 101 | 11011 | 0 | 1100010 | 1011000 | 1010 | 101100010 | 1100000 | 101110 |
Color Harmonies of #E6051B
Complementary color
Monochromatic Colors of #E6051B
Black with #E6051B
Text Example
Text Example
White with #E6051B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6051B; }
p { color: rgb(230,5,27); }
H1.HeaderClassName
{
color: #E6051B;
}
.AnyTagClassName
{
color: #E6051B;
}
</style>
background-color css
<style>
a { background-color: #E6051B; }
a { background-color: rgb(230,5,27); }
div.DivClassName
{
background-color: #E6051B;
}
.BgClassName
{
background-color: #E6051B;
}
</style>
border-color css
<style>
span { border-color: #E6051B; }
span { border-color: rgb(230,5,27); }
td.TdClassName
{
border-color: #E6051B;
}
.TagClassName
{
border-color: #E6051B;
}
</style>