Shades of Fire Engine Red #E6101B
Tints of Fire Engine Red #E6101B
RGB
CMYK
RGB Variations
Color information
#E6101B (or 0xE6101B) is known color: Fire Engine Red. HEX triplet: E6, 10 and 1B. RGB value is (230,16,27). Sum of RGB (Red+Green+Blue) = 230+16+27=273 (36% of max value = 765). Red value is 230 (90.23% from 255 or 84.25% from 273); Green value is 16 (6.64% from 255 or 5.86% from 273); Blue value is 27 (10.94% from 255 or 9.89% from 273); Max value from RGB is 230 - color contains mainly: red. Hex color #E6101B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E6101B is #19EFE4. Grayscale: #515151. Windows color (decimal): -1699813 or 1773798. OLE color: 1773798.
HSL color Cylindrical-coordinate representation of color #E6101B: hue angle of 356.92º degrees, saturation: 0.87, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E6101B is Cyan = 0, Magento = 0.93, Yellow = 0.88 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 16 | 27 | - |
| CMYK | 0 | 0.93 | 0.88 | 0.10 |
| HSL | 356.92º | 0.87% | 0.48% | - |
| HSV(B) | 356.92º | 0.93% | 0.9% | - |
| XYZ | 33.02 | 17.27 | 2.63 | - |
| YUV | 81.24 | 97.4 | 234.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 16 | 27 | 0 | 0.93 | 0.88 | 0.10 | 356.92 | 0.87 | 0.48 |
| Hex | E6 | 10 | 1B | 0 | 5D | 58 | A | 165 | 57 | 30 |
| Octal | 346 | 20 | 33 | 0 | 135 | 130 | 12 | 545 | 127 | 60 |
| Binary | 11100110 | 10000 | 11011 | 0 | 1011101 | 1011000 | 1010 | 101100101 | 1010111 | 110000 |
Color Harmonies of #E6101B
Complementary color
Monochromatic Colors of #E6101B
Black with #E6101B
Text Example
Text Example
White with #E6101B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6101B; }
p { color: rgb(230,16,27); }
H1.HeaderClassName
{
color: #E6101B;
}
.AnyTagClassName
{
color: #E6101B;
}
</style>
background-color css
<style>
a { background-color: #E6101B; }
a { background-color: rgb(230,16,27); }
div.DivClassName
{
background-color: #E6101B;
}
.BgClassName
{
background-color: #E6101B;
}
</style>
border-color css
<style>
span { border-color: #E6101B; }
span { border-color: rgb(230,16,27); }
td.TdClassName
{
border-color: #E6101B;
}
.TagClassName
{
border-color: #E6101B;
}
</style>