Shades of Fire Engine Red #E60B1B
Tints of Fire Engine Red #E60B1B
RGB
CMYK
RGB Variations
Color information
#E60B1B (or 0xE60B1B) is known color: Fire Engine Red. HEX triplet: E6, 0B and 1B. RGB value is (230,11,27). Sum of RGB (Red+Green+Blue) = 230+11+27=268 (35% of max value = 765). Red value is 230 (90.23% from 255 or 85.82% from 268); Green value is 11 (4.69% from 255 or 4.10% from 268); Blue value is 27 (10.94% from 255 or 10.07% from 268); Max value from RGB is 230 - color contains mainly: red. Hex color #E60B1B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E60B1B is #19F4E4. Grayscale: #4E4E4E. Windows color (decimal): -1701093 or 1772518. OLE color: 1772518.
HSL color Cylindrical-coordinate representation of color #E60B1B: hue angle of 355.62º 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 #E60B1B is Cyan = 0, Magento = 0.95, Yellow = 0.88 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 11 | 27 | - |
| CMYK | 0 | 0.95 | 0.88 | 0.10 |
| HSL | 355.62º | 0.91% | 0.47% | - |
| HSV(B) | 355.62º | 0.95% | 0.9% | - |
| XYZ | 32.95 | 17.14 | 2.61 | - |
| YUV | 78.31 | 99.05 | 236.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 11 | 27 | 0 | 0.95 | 0.88 | 0.10 | 355.62 | 0.91 | 0.47 |
| Hex | E6 | B | 1B | 0 | 5F | 58 | A | 164 | 5B | 2F |
| Octal | 346 | 13 | 33 | 0 | 137 | 130 | 12 | 544 | 133 | 57 |
| Binary | 11100110 | 1011 | 11011 | 0 | 1011111 | 1011000 | 1010 | 101100100 | 1011011 | 101111 |
Color Harmonies of #E60B1B
Complementary color
Monochromatic Colors of #E60B1B
Black with #E60B1B
Text Example
Text Example
White with #E60B1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E60B1B; }
p { color: rgb(230,11,27); }
H1.HeaderClassName
{
color: #E60B1B;
}
.AnyTagClassName
{
color: #E60B1B;
}
</style>
background-color css
<style>
a { background-color: #E60B1B; }
a { background-color: rgb(230,11,27); }
div.DivClassName
{
background-color: #E60B1B;
}
.BgClassName
{
background-color: #E60B1B;
}
</style>
border-color css
<style>
span { border-color: #E60B1B; }
span { border-color: rgb(230,11,27); }
td.TdClassName
{
border-color: #E60B1B;
}
.TagClassName
{
border-color: #E60B1B;
}
</style>