Shades of Fire Engine Red #E30C17
Tints of Fire Engine Red #E30C17
RGB
CMYK
RGB Variations
Color information
#E30C17 (or 0xE30C17) is known color: Fire Engine Red. HEX triplet: E3, 0C and 17. RGB value is (227,12,23). Sum of RGB (Red+Green+Blue) = 227+12+23=262 (34% of max value = 765). Red value is 227 (89.06% from 255 or 86.64% from 262); Green value is 12 (5.08% from 255 or 4.58% from 262); Blue value is 23 (9.38% from 255 or 8.78% from 262); Max value from RGB is 227 - color contains mainly: red. Hex color #E30C17 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E30C17 is #1CF3E8. Grayscale: #4D4D4D. Windows color (decimal): -1897449 or 1510627. OLE color: 1510627.
HSL color Cylindrical-coordinate representation of color #E30C17: hue angle of 356.93º 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 #E30C17 is Cyan = 0, Magento = 0.95, Yellow = 0.90 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 12 | 23 | - |
| CMYK | 0 | 0.95 | 0.90 | 0.11 |
| HSL | 356.93º | 0.9% | 0.47% | - |
| HSV(B) | 356.93º | 0.95% | 0.89% | - |
| XYZ | 31.96 | 16.66 | 2.34 | - |
| YUV | 77.54 | 97.23 | 234.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 12 | 23 | 0 | 0.95 | 0.90 | 0.11 | 356.93 | 0.9 | 0.47 |
| Hex | E3 | C | 17 | 0 | 5F | 5A | B | 165 | 5A | 2F |
| Octal | 343 | 14 | 27 | 0 | 137 | 132 | 13 | 545 | 132 | 57 |
| Binary | 11100011 | 1100 | 10111 | 0 | 1011111 | 1011010 | 1011 | 101100101 | 1011010 | 101111 |
Color Harmonies of #E30C17
Complementary color
Monochromatic Colors of #E30C17
Black with #E30C17
Text Example
Text Example
White with #E30C17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E30C17; }
p { color: rgb(227,12,23); }
H1.HeaderClassName
{
color: #E30C17;
}
.AnyTagClassName
{
color: #E30C17;
}
</style>
background-color css
<style>
a { background-color: #E30C17; }
a { background-color: rgb(227,12,23); }
div.DivClassName
{
background-color: #E30C17;
}
.BgClassName
{
background-color: #E30C17;
}
</style>
border-color css
<style>
span { border-color: #E30C17; }
span { border-color: rgb(227,12,23); }
td.TdClassName
{
border-color: #E30C17;
}
.TagClassName
{
border-color: #E30C17;
}
</style>