Shades of Fire Engine Red #E30C18
Tints of Fire Engine Red #E30C18
RGB
CMYK
RGB Variations
Color information
#E30C18 (or 0xE30C18) is known color: Fire Engine Red. HEX triplet: E3, 0C and 18. RGB value is (227,12,24). Sum of RGB (Red+Green+Blue) = 227+12+24=263 (34% of max value = 765). Red value is 227 (89.06% from 255 or 86.31% from 263); Green value is 12 (5.08% from 255 or 4.56% from 263); Blue value is 24 (9.77% from 255 or 9.13% from 263); Max value from RGB is 227 - color contains mainly: red. Hex color #E30C18 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E30C18 is #1CF3E7. Grayscale: #4D4D4D. Windows color (decimal): -1897448 or 1576163. OLE color: 1576163.
HSL color Cylindrical-coordinate representation of color #E30C18: hue angle of 356.65º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E30C18 is Cyan = 0, Magento = 0.95, Yellow = 0.89 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 12 | 24 | - |
| CMYK | 0 | 0.95 | 0.89 | 0.11 |
| HSL | 356.65º | 0.9% | 0.47% | - |
| HSV(B) | 356.65º | 0.95% | 0.89% | - |
| XYZ | 31.97 | 16.66 | 2.39 | - |
| YUV | 77.65 | 97.73 | 234.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 12 | 24 | 0 | 0.95 | 0.89 | 0.11 | 356.65 | 0.9 | 0.47 |
| Hex | E3 | C | 18 | 0 | 5F | 59 | B | 165 | 5A | 2F |
| Octal | 343 | 14 | 30 | 0 | 137 | 131 | 13 | 545 | 132 | 57 |
| Binary | 11100011 | 1100 | 11000 | 0 | 1011111 | 1011001 | 1011 | 101100101 | 1011010 | 101111 |
Color Harmonies of #E30C18
Complementary color
Monochromatic Colors of #E30C18
Black with #E30C18
Text Example
Text Example
White with #E30C18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E30C18; }
p { color: rgb(227,12,24); }
H1.HeaderClassName
{
color: #E30C18;
}
.AnyTagClassName
{
color: #E30C18;
}
</style>
background-color css
<style>
a { background-color: #E30C18; }
a { background-color: rgb(227,12,24); }
div.DivClassName
{
background-color: #E30C18;
}
.BgClassName
{
background-color: #E30C18;
}
</style>
border-color css
<style>
span { border-color: #E30C18; }
span { border-color: rgb(227,12,24); }
td.TdClassName
{
border-color: #E30C18;
}
.TagClassName
{
border-color: #E30C18;
}
</style>