Shades of Fire Engine Red #E30C16
Tints of Fire Engine Red #E30C16
RGB
CMYK
RGB Variations
Color information
#E30C16 (or 0xE30C16) is known color: Fire Engine Red. HEX triplet: E3, 0C and 16. RGB value is (227,12,22). Sum of RGB (Red+Green+Blue) = 227+12+22=261 (34% of max value = 765). Red value is 227 (89.06% from 255 or 86.97% from 261); Green value is 12 (5.08% from 255 or 4.60% from 261); Blue value is 22 (8.98% from 255 or 8.43% from 261); Max value from RGB is 227 - color contains mainly: red. Hex color #E30C16 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E30C16 is #1CF3E9. Grayscale: #4D4D4D. Windows color (decimal): -1897450 or 1445091. OLE color: 1445091.
HSL color Cylindrical-coordinate representation of color #E30C16: hue angle of 357.21º 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 #E30C16 is Cyan = 0, Magento = 0.95, Yellow = 0.90 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 12 | 22 | - |
| CMYK | 0 | 0.95 | 0.90 | 0.11 |
| HSL | 357.21º | 0.9% | 0.47% | - |
| HSV(B) | 357.21º | 0.95% | 0.89% | - |
| XYZ | 31.95 | 16.65 | 2.29 | - |
| YUV | 77.43 | 96.73 | 234.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 12 | 22 | 0 | 0.95 | 0.90 | 0.11 | 357.21 | 0.9 | 0.47 |
| Hex | E3 | C | 16 | 0 | 5F | 5A | B | 165 | 5A | 2F |
| Octal | 343 | 14 | 26 | 0 | 137 | 132 | 13 | 545 | 132 | 57 |
| Binary | 11100011 | 1100 | 10110 | 0 | 1011111 | 1011010 | 1011 | 101100101 | 1011010 | 101111 |
Color Harmonies of #E30C16
Complementary color
Monochromatic Colors of #E30C16
Black with #E30C16
Text Example
Text Example
White with #E30C16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E30C16; }
p { color: rgb(227,12,22); }
H1.HeaderClassName
{
color: #E30C16;
}
.AnyTagClassName
{
color: #E30C16;
}
</style>
background-color css
<style>
a { background-color: #E30C16; }
a { background-color: rgb(227,12,22); }
div.DivClassName
{
background-color: #E30C16;
}
.BgClassName
{
background-color: #E30C16;
}
</style>
border-color css
<style>
span { border-color: #E30C16; }
span { border-color: rgb(227,12,22); }
td.TdClassName
{
border-color: #E30C16;
}
.TagClassName
{
border-color: #E30C16;
}
</style>