Shades of Fire Engine Red #EE0613
Tints of Fire Engine Red #EE0613
RGB
CMYK
RGB Variations
Color information
#EE0613 (or 0xEE0613) is known color: Fire Engine Red. HEX triplet: EE, 06 and 13. RGB value is (238,6,19). Sum of RGB (Red+Green+Blue) = 238+6+19=263 (34% of max value = 765). Red value is 238 (93.36% from 255 or 90.49% from 263); Green value is 6 (2.73% from 255 or 2.28% from 263); Blue value is 19 (7.81% from 255 or 7.22% from 263); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0613 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EE0613 is #11F9EC. Grayscale: #4D4D4D. Windows color (decimal): -1178093 or 1246958. OLE color: 1246958.
HSL color Cylindrical-coordinate representation of color #EE0613: hue angle of 356.64º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EE0613 is Cyan = 0, Magento = 0.97, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 6 | 19 | - |
| CMYK | 0 | 0.97 | 0.92 | 0.07 |
| HSL | 356.64º | 0.95% | 0.48% | - |
| HSV(B) | 356.64º | 0.97% | 0.93% | - |
| XYZ | 35.44 | 18.35 | 2.29 | - |
| YUV | 76.85 | 95.36 | 242.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 6 | 19 | 0 | 0.97 | 0.92 | 0.07 | 356.64 | 0.95 | 0.48 |
| Hex | EE | 6 | 13 | 0 | 61 | 5C | 7 | 165 | 5F | 30 |
| Octal | 356 | 6 | 23 | 0 | 141 | 134 | 7 | 545 | 137 | 60 |
| Binary | 11101110 | 110 | 10011 | 0 | 1100001 | 1011100 | 111 | 101100101 | 1011111 | 110000 |
Color Harmonies of #EE0613
Complementary color
Monochromatic Colors of #EE0613
Black with #EE0613
Text Example
Text Example
White with #EE0613
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE0613; }
p { color: rgb(238,6,19); }
H1.HeaderClassName
{
color: #EE0613;
}
.AnyTagClassName
{
color: #EE0613;
}
</style>
background-color css
<style>
a { background-color: #EE0613; }
a { background-color: rgb(238,6,19); }
div.DivClassName
{
background-color: #EE0613;
}
.BgClassName
{
background-color: #EE0613;
}
</style>
border-color css
<style>
span { border-color: #EE0613; }
span { border-color: rgb(238,6,19); }
td.TdClassName
{
border-color: #EE0613;
}
.TagClassName
{
border-color: #EE0613;
}
</style>