Shades of Fire Engine Red #E6181F
Tints of Fire Engine Red #E6181F
RGB
CMYK
RGB Variations
Color information
#E6181F (or 0xE6181F) is known color: Fire Engine Red. HEX triplet: E6, 18 and 1F. RGB value is (230,24,31). Sum of RGB (Red+Green+Blue) = 230+24+31=285 (37% of max value = 765). Red value is 230 (90.23% from 255 or 80.70% from 285); Green value is 24 (9.77% from 255 or 8.42% from 285); Blue value is 31 (12.5% from 255 or 10.88% from 285); Max value from RGB is 230 - color contains mainly: red. Hex color #E6181F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E6181F is #19E7E0. Grayscale: #565656. Windows color (decimal): -1697761 or 2037990. OLE color: 2037990.
HSL color Cylindrical-coordinate representation of color #E6181F: hue angle of 357.96º degrees, saturation: 0.81, 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 #E6181F is Cyan = 0, Magento = 0.90, Yellow = 0.87 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 24 | 31 | - |
| CMYK | 0 | 0.90 | 0.87 | 0.10 |
| HSL | 357.96º | 0.81% | 0.5% | - |
| HSV(B) | 357.96º | 0.9% | 0.9% | - |
| XYZ | 33.21 | 17.58 | 2.94 | - |
| YUV | 86.39 | 96.75 | 230.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 24 | 31 | 0 | 0.90 | 0.87 | 0.10 | 357.96 | 0.81 | 0.5 |
| Hex | E6 | 18 | 1F | 0 | 5A | 57 | A | 166 | 51 | 32 |
| Octal | 346 | 30 | 37 | 0 | 132 | 127 | 12 | 546 | 121 | 62 |
| Binary | 11100110 | 11000 | 11111 | 0 | 1011010 | 1010111 | 1010 | 101100110 | 1010001 | 110010 |
Color Harmonies of #E6181F
Complementary color
Monochromatic Colors of #E6181F
Black with #E6181F
Text Example
Text Example
White with #E6181F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6181F; }
p { color: rgb(230,24,31); }
H1.HeaderClassName
{
color: #E6181F;
}
.AnyTagClassName
{
color: #E6181F;
}
</style>
background-color css
<style>
a { background-color: #E6181F; }
a { background-color: rgb(230,24,31); }
div.DivClassName
{
background-color: #E6181F;
}
.BgClassName
{
background-color: #E6181F;
}
</style>
border-color css
<style>
span { border-color: #E6181F; }
span { border-color: rgb(230,24,31); }
td.TdClassName
{
border-color: #E6181F;
}
.TagClassName
{
border-color: #E6181F;
}
</style>