Shades of Fire Engine Red #EE0C17
Tints of Fire Engine Red #EE0C17
RGB
CMYK
RGB Variations
Color information
#EE0C17 (or 0xEE0C17) is known color: Fire Engine Red. HEX triplet: EE, 0C and 17. RGB value is (238,12,23). Sum of RGB (Red+Green+Blue) = 238+12+23=273 (36% of max value = 765). Red value is 238 (93.36% from 255 or 87.18% from 273); Green value is 12 (5.08% from 255 or 4.40% from 273); Blue value is 23 (9.38% from 255 or 8.42% from 273); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0C17 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EE0C17 is #11F3E8. Grayscale: #515151. Windows color (decimal): -1176553 or 1510638. OLE color: 1510638.
HSL color Cylindrical-coordinate representation of color #EE0C17: hue angle of 357.08º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EE0C17 is Cyan = 0, Magento = 0.95, Yellow = 0.90 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 12 | 23 | - |
| CMYK | 0 | 0.95 | 0.90 | 0.07 |
| HSL | 357.08º | 0.9% | 0.49% | - |
| HSV(B) | 357.08º | 0.95% | 0.93% | - |
| XYZ | 35.55 | 18.5 | 2.51 | - |
| YUV | 80.83 | 95.37 | 240.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 12 | 23 | 0 | 0.95 | 0.90 | 0.07 | 357.08 | 0.9 | 0.49 |
| Hex | EE | C | 17 | 0 | 5F | 5A | 7 | 165 | 5A | 31 |
| Octal | 356 | 14 | 27 | 0 | 137 | 132 | 7 | 545 | 132 | 61 |
| Binary | 11101110 | 1100 | 10111 | 0 | 1011111 | 1011010 | 111 | 101100101 | 1011010 | 110001 |
Color Harmonies of #EE0C17
Complementary color
Monochromatic Colors of #EE0C17
Black with #EE0C17
Text Example
Text Example
White with #EE0C17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE0C17; }
p { color: rgb(238,12,23); }
H1.HeaderClassName
{
color: #EE0C17;
}
.AnyTagClassName
{
color: #EE0C17;
}
</style>
background-color css
<style>
a { background-color: #EE0C17; }
a { background-color: rgb(238,12,23); }
div.DivClassName
{
background-color: #EE0C17;
}
.BgClassName
{
background-color: #EE0C17;
}
</style>
border-color css
<style>
span { border-color: #EE0C17; }
span { border-color: rgb(238,12,23); }
td.TdClassName
{
border-color: #EE0C17;
}
.TagClassName
{
border-color: #EE0C17;
}
</style>