Shades of Torch Red #EE0016
Tints of Torch Red #EE0016
RGB
CMYK
RGB Variations
Color information
#EE0016 (or 0xEE0016) is known color: Torch Red. HEX triplet: EE, 00 and 16. RGB value is (238,0,22). Sum of RGB (Red+Green+Blue) = 238+0+22=260 (34% of max value = 765). Red value is 238 (93.36% from 255 or 91.54% from 260); Green value is 0 (0.39% from 255 or 0% from 260); Blue value is 22 (8.98% from 255 or 8.46% from 260); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0016 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EE0016 is #11FFE9. Grayscale: #494949. Windows color (decimal): -1179626 or 1442030. OLE color: 1442030.
HSL color Cylindrical-coordinate representation of color #EE0016: hue angle of 354.45º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EE0016 is Cyan = 0, Magento = 1, Yellow = 0.91 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 0 | 22 | - |
| CMYK | 0 | 1 | 0.91 | 0.07 |
| HSL | 354.45º | 1% | 0.47% | - |
| HSV(B) | 354.45º | 1% | 0.93% | - |
| XYZ | 35.4 | 18.24 | 2.41 | - |
| YUV | 73.67 | 98.85 | 245.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 0 | 22 | 0 | 1 | 0.91 | 0.07 | 354.45 | 1 | 0.47 |
| Hex | EE | 0 | 16 | 0 | 64 | 5B | 7 | 162 | 64 | 2F |
| Octal | 356 | 0 | 26 | 0 | 144 | 133 | 7 | 542 | 144 | 57 |
| Binary | 11101110 | 0 | 10110 | 0 | 1100100 | 1011011 | 111 | 101100010 | 1100100 | 101111 |
Color Harmonies of #EE0016
Complementary color
Monochromatic Colors of #EE0016
Black with #EE0016
Text Example
Text Example
White with #EE0016
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE0016; }
p { color: rgb(238,0,22); }
H1.HeaderClassName
{
color: #EE0016;
}
.AnyTagClassName
{
color: #EE0016;
}
</style>
background-color css
<style>
a { background-color: #EE0016; }
a { background-color: rgb(238,0,22); }
div.DivClassName
{
background-color: #EE0016;
}
.BgClassName
{
background-color: #EE0016;
}
</style>
border-color css
<style>
span { border-color: #EE0016; }
span { border-color: rgb(238,0,22); }
td.TdClassName
{
border-color: #EE0016;
}
.TagClassName
{
border-color: #EE0016;
}
</style>