Shades of Fire Engine Red #E60B23
Tints of Fire Engine Red #E60B23
RGB
CMYK
RGB Variations
Color information
#E60B23 (or 0xE60B23) is known color: Fire Engine Red. HEX triplet: E6, 0B and 23. RGB value is (230,11,35). Sum of RGB (Red+Green+Blue) = 230+11+35=276 (36% of max value = 765). Red value is 230 (90.23% from 255 or 83.33% from 276); Green value is 11 (4.69% from 255 or 3.99% from 276); Blue value is 35 (14.06% from 255 or 12.68% from 276); Max value from RGB is 230 - color contains mainly: red. Hex color #E60B23 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E60B23 is #19F4DC. Grayscale: #4F4F4F. Windows color (decimal): -1701085 or 2296806. OLE color: 2296806.
HSL color Cylindrical-coordinate representation of color #E60B23: hue angle of 353.42º 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 #E60B23 is Cyan = 0, Magento = 0.95, Yellow = 0.85 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 11 | 35 | - |
| CMYK | 0 | 0.95 | 0.85 | 0.10 |
| HSL | 353.42º | 0.91% | 0.47% | - |
| HSV(B) | 353.42º | 0.95% | 0.9% | - |
| XYZ | 33.06 | 17.18 | 3.16 | - |
| YUV | 79.22 | 103.05 | 235.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 11 | 35 | 0 | 0.95 | 0.85 | 0.10 | 353.42 | 0.91 | 0.47 |
| Hex | E6 | B | 23 | 0 | 5F | 55 | A | 161 | 5B | 2F |
| Octal | 346 | 13 | 43 | 0 | 137 | 125 | 12 | 541 | 133 | 57 |
| Binary | 11100110 | 1011 | 100011 | 0 | 1011111 | 1010101 | 1010 | 101100001 | 1011011 | 101111 |
Color Harmonies of #E60B23
Complementary color
Monochromatic Colors of #E60B23
Black with #E60B23
Text Example
Text Example
White with #E60B23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E60B23; }
p { color: rgb(230,11,35); }
H1.HeaderClassName
{
color: #E60B23;
}
.AnyTagClassName
{
color: #E60B23;
}
</style>
background-color css
<style>
a { background-color: #E60B23; }
a { background-color: rgb(230,11,35); }
div.DivClassName
{
background-color: #E60B23;
}
.BgClassName
{
background-color: #E60B23;
}
</style>
border-color css
<style>
span { border-color: #E60B23; }
span { border-color: rgb(230,11,35); }
td.TdClassName
{
border-color: #E60B23;
}
.TagClassName
{
border-color: #E60B23;
}
</style>