Shades of Fire Engine Red #EE0D16
Tints of Fire Engine Red #EE0D16
RGB
CMYK
RGB Variations
Color information
#EE0D16 (or 0xEE0D16) is known color: Fire Engine Red. HEX triplet: EE, 0D and 16. RGB value is (238,13,22). Sum of RGB (Red+Green+Blue) = 238+13+22=273 (36% of max value = 765). Red value is 238 (93.36% from 255 or 87.18% from 273); Green value is 13 (5.47% from 255 or 4.76% from 273); Blue value is 22 (8.98% from 255 or 8.06% from 273); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0D16 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EE0D16 is #11F2E9. Grayscale: #515151. Windows color (decimal): -1176298 or 1445358. OLE color: 1445358.
HSL color Cylindrical-coordinate representation of color #EE0D16: hue angle of 357.6º 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 #EE0D16 is Cyan = 0, Magento = 0.95, Yellow = 0.91 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 13 | 22 | - |
| CMYK | 0 | 0.95 | 0.91 | 0.07 |
| HSL | 357.6º | 0.9% | 0.49% | - |
| HSV(B) | 357.6º | 0.95% | 0.93% | - |
| XYZ | 35.55 | 18.52 | 2.46 | - |
| YUV | 81.3 | 94.54 | 239.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 13 | 22 | 0 | 0.95 | 0.91 | 0.07 | 357.6 | 0.9 | 0.49 |
| Hex | EE | D | 16 | 0 | 5F | 5B | 7 | 166 | 5A | 31 |
| Octal | 356 | 15 | 26 | 0 | 137 | 133 | 7 | 546 | 132 | 61 |
| Binary | 11101110 | 1101 | 10110 | 0 | 1011111 | 1011011 | 111 | 101100110 | 1011010 | 110001 |
Color Harmonies of #EE0D16
Complementary color
Monochromatic Colors of #EE0D16
Black with #EE0D16
Text Example
Text Example
White with #EE0D16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE0D16; }
p { color: rgb(238,13,22); }
H1.HeaderClassName
{
color: #EE0D16;
}
.AnyTagClassName
{
color: #EE0D16;
}
</style>
background-color css
<style>
a { background-color: #EE0D16; }
a { background-color: rgb(238,13,22); }
div.DivClassName
{
background-color: #EE0D16;
}
.BgClassName
{
background-color: #EE0D16;
}
</style>
border-color css
<style>
span { border-color: #EE0D16; }
span { border-color: rgb(238,13,22); }
td.TdClassName
{
border-color: #EE0D16;
}
.TagClassName
{
border-color: #EE0D16;
}
</style>