Shades of Fire Engine Red #E60B1F
Tints of Fire Engine Red #E60B1F
RGB
CMYK
RGB Variations
Color information
#E60B1F (or 0xE60B1F) is known color: Fire Engine Red. HEX triplet: E6, 0B and 1F. RGB value is (230,11,31). Sum of RGB (Red+Green+Blue) = 230+11+31=272 (36% of max value = 765). Red value is 230 (90.23% from 255 or 84.56% from 272); Green value is 11 (4.69% from 255 or 4.04% from 272); Blue value is 31 (12.5% from 255 or 11.40% from 272); Max value from RGB is 230 - color contains mainly: red. Hex color #E60B1F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E60B1F is #19F4E0. Grayscale: #4E4E4E. Windows color (decimal): -1701089 or 2034662. OLE color: 2034662.
HSL color Cylindrical-coordinate representation of color #E60B1F: hue angle of 354.52º degrees, saturation: 0.91, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E60B1F is Cyan = 0, Magento = 0.95, Yellow = 0.87 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 11 | 31 | - |
| CMYK | 0 | 0.95 | 0.87 | 0.10 |
| HSL | 354.52º | 0.91% | 0.47% | - |
| HSV(B) | 354.52º | 0.95% | 0.9% | - |
| XYZ | 33 | 17.16 | 2.87 | - |
| YUV | 78.76 | 101.05 | 235.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 11 | 31 | 0 | 0.95 | 0.87 | 0.10 | 354.52 | 0.91 | 0.47 |
| Hex | E6 | B | 1F | 0 | 5F | 57 | A | 163 | 5B | 2F |
| Octal | 346 | 13 | 37 | 0 | 137 | 127 | 12 | 543 | 133 | 57 |
| Binary | 11100110 | 1011 | 11111 | 0 | 1011111 | 1010111 | 1010 | 101100011 | 1011011 | 101111 |
Color Harmonies of #E60B1F
Complementary color
Monochromatic Colors of #E60B1F
Black with #E60B1F
Text Example
Text Example
White with #E60B1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E60B1F; }
p { color: rgb(230,11,31); }
H1.HeaderClassName
{
color: #E60B1F;
}
.AnyTagClassName
{
color: #E60B1F;
}
</style>
background-color css
<style>
a { background-color: #E60B1F; }
a { background-color: rgb(230,11,31); }
div.DivClassName
{
background-color: #E60B1F;
}
.BgClassName
{
background-color: #E60B1F;
}
</style>
border-color css
<style>
span { border-color: #E60B1F; }
span { border-color: rgb(230,11,31); }
td.TdClassName
{
border-color: #E60B1F;
}
.TagClassName
{
border-color: #E60B1F;
}
</style>