Shades of Fire Engine Red #E6171B
Tints of Fire Engine Red #E6171B
RGB
CMYK
RGB Variations
Color information
#E6171B (or 0xE6171B) is known color: Fire Engine Red. HEX triplet: E6, 17 and 1B. RGB value is (230,23,27). Sum of RGB (Red+Green+Blue) = 230+23+27=280 (37% of max value = 765). Red value is 230 (90.23% from 255 or 82.14% from 280); Green value is 23 (9.38% from 255 or 8.21% from 280); Blue value is 27 (10.94% from 255 or 9.64% from 280); Max value from RGB is 230 - color contains mainly: red. Hex color #E6171B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E6171B is #19E8E4. Grayscale: #555555. Windows color (decimal): -1698021 or 1775590. OLE color: 1775590.
HSL color Cylindrical-coordinate representation of color #E6171B: hue angle of 358.84º degrees, saturation: 0.82, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E6171B is Cyan = 0, Magento = 0.9, Yellow = 0.88 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 23 | 27 | - |
| CMYK | 0 | 0.9 | 0.88 | 0.10 |
| HSL | 358.84º | 0.82% | 0.5% | - |
| HSV(B) | 358.84º | 0.9% | 0.9% | - |
| XYZ | 33.14 | 17.51 | 2.67 | - |
| YUV | 85.35 | 95.08 | 231.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 23 | 27 | 0 | 0.9 | 0.88 | 0.10 | 358.84 | 0.82 | 0.5 |
| Hex | E6 | 17 | 1B | 0 | 5A | 58 | A | 167 | 52 | 32 |
| Octal | 346 | 27 | 33 | 0 | 132 | 130 | 12 | 547 | 122 | 62 |
| Binary | 11100110 | 10111 | 11011 | 0 | 1011010 | 1011000 | 1010 | 101100111 | 1010010 | 110010 |
Color Harmonies of #E6171B
Complementary color
Monochromatic Colors of #E6171B
Black with #E6171B
Text Example
Text Example
White with #E6171B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6171B; }
p { color: rgb(230,23,27); }
H1.HeaderClassName
{
color: #E6171B;
}
.AnyTagClassName
{
color: #E6171B;
}
</style>
background-color css
<style>
a { background-color: #E6171B; }
a { background-color: rgb(230,23,27); }
div.DivClassName
{
background-color: #E6171B;
}
.BgClassName
{
background-color: #E6171B;
}
</style>
border-color css
<style>
span { border-color: #E6171B; }
span { border-color: rgb(230,23,27); }
td.TdClassName
{
border-color: #E6171B;
}
.TagClassName
{
border-color: #E6171B;
}
</style>