Shades of Torch Red #EE0015
Tints of Torch Red #EE0015
RGB
CMYK
RGB Variations
Color information
#EE0015 (or 0xEE0015) is known color: Torch Red. HEX triplet: EE, 00 and 15. RGB value is (238,0,21). Sum of RGB (Red+Green+Blue) = 238+0+21=259 (34% of max value = 765). Red value is 238 (93.36% from 255 or 91.89% from 259); Green value is 0 (0.39% from 255 or 0% from 259); Blue value is 21 (8.59% from 255 or 8.11% from 259); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0015 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EE0015 is #11FFEA. Grayscale: #494949. Windows color (decimal): -1179627 or 1376494. OLE color: 1376494.
HSL color Cylindrical-coordinate representation of color #EE0015: hue angle of 354.71º 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 #EE0015 is Cyan = 0, Magento = 1, Yellow = 0.91 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 0 | 21 | - |
| CMYK | 0 | 1 | 0.91 | 0.07 |
| HSL | 354.71º | 1% | 0.47% | - |
| HSV(B) | 354.71º | 1% | 0.93% | - |
| XYZ | 35.4 | 18.23 | 2.36 | - |
| YUV | 73.56 | 98.35 | 245.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 0 | 21 | 0 | 1 | 0.91 | 0.07 | 354.71 | 1 | 0.47 |
| Hex | EE | 0 | 15 | 0 | 64 | 5B | 7 | 163 | 64 | 2F |
| Octal | 356 | 0 | 25 | 0 | 144 | 133 | 7 | 543 | 144 | 57 |
| Binary | 11101110 | 0 | 10101 | 0 | 1100100 | 1011011 | 111 | 101100011 | 1100100 | 101111 |
Color Harmonies of #EE0015
Complementary color
Monochromatic Colors of #EE0015
Black with #EE0015
Text Example
Text Example
White with #EE0015
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE0015; }
p { color: rgb(238,0,21); }
H1.HeaderClassName
{
color: #EE0015;
}
.AnyTagClassName
{
color: #EE0015;
}
</style>
background-color css
<style>
a { background-color: #EE0015; }
a { background-color: rgb(238,0,21); }
div.DivClassName
{
background-color: #EE0015;
}
.BgClassName
{
background-color: #EE0015;
}
</style>
border-color css
<style>
span { border-color: #EE0015; }
span { border-color: rgb(238,0,21); }
td.TdClassName
{
border-color: #EE0015;
}
.TagClassName
{
border-color: #EE0015;
}
</style>