Shades of Torch Red #EE0217
Tints of Torch Red #EE0217
RGB
CMYK
RGB Variations
Color information
#EE0217 (or 0xEE0217) is known color: Torch Red. HEX triplet: EE, 02 and 17. RGB value is (238,2,23). Sum of RGB (Red+Green+Blue) = 238+2+23=263 (34% of max value = 765). Red value is 238 (93.36% from 255 or 90.49% from 263); Green value is 2 (1.17% from 255 or 0.76% from 263); Blue value is 23 (9.38% from 255 or 8.75% from 263); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0217 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EE0217 is #11FDE8. Grayscale: #4B4B4B. Windows color (decimal): -1179113 or 1508078. OLE color: 1508078.
HSL color Cylindrical-coordinate representation of color #EE0217: hue angle of 354.66º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EE0217 is Cyan = 0, Magento = 0.99, Yellow = 0.90 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 2 | 23 | - |
| CMYK | 0 | 0.99 | 0.90 | 0.07 |
| HSL | 354.66º | 0.98% | 0.47% | - |
| HSV(B) | 354.66º | 0.99% | 0.93% | - |
| XYZ | 35.44 | 18.28 | 2.47 | - |
| YUV | 74.96 | 98.69 | 244.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 2 | 23 | 0 | 0.99 | 0.90 | 0.07 | 354.66 | 0.98 | 0.47 |
| Hex | EE | 2 | 17 | 0 | 63 | 5A | 7 | 163 | 62 | 2F |
| Octal | 356 | 2 | 27 | 0 | 143 | 132 | 7 | 543 | 142 | 57 |
| Binary | 11101110 | 10 | 10111 | 0 | 1100011 | 1011010 | 111 | 101100011 | 1100010 | 101111 |
Color Harmonies of #EE0217
Complementary color
Monochromatic Colors of #EE0217
Black with #EE0217
Text Example
Text Example
White with #EE0217
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE0217; }
p { color: rgb(238,2,23); }
H1.HeaderClassName
{
color: #EE0217;
}
.AnyTagClassName
{
color: #EE0217;
}
</style>
background-color css
<style>
a { background-color: #EE0217; }
a { background-color: rgb(238,2,23); }
div.DivClassName
{
background-color: #EE0217;
}
.BgClassName
{
background-color: #EE0217;
}
</style>
border-color css
<style>
span { border-color: #EE0217; }
span { border-color: rgb(238,2,23); }
td.TdClassName
{
border-color: #EE0217;
}
.TagClassName
{
border-color: #EE0217;
}
</style>