Shades of Torch Red #EE133A
Tints of Torch Red #EE133A
RGB
CMYK
RGB Variations
Color information
#EE133A (or 0xEE133A) is known color: Torch Red. HEX triplet: EE, 13 and 3A. RGB value is (238,19,58). Sum of RGB (Red+Green+Blue) = 238+19+58=315 (41% of max value = 765). Red value is 238 (93.36% from 255 or 75.56% from 315); Green value is 19 (7.81% from 255 or 6.03% from 315); Blue value is 58 (23.05% from 255 or 18.41% from 315); Max value from RGB is 238 - color contains mainly: red. Hex color #EE133A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE133A is #11ECC5. Grayscale: #585858. Windows color (decimal): -1174726 or 3806190. OLE color: 3806190.
HSL color Cylindrical-coordinate representation of color #EE133A: hue angle of 349.32º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EE133A is Cyan = 0, Magento = 0.92, Yellow = 0.76 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 19 | 58 | - |
| CMYK | 0 | 0.92 | 0.76 | 0.07 |
| HSL | 349.32º | 0.87% | 0.5% | - |
| HSV(B) | 349.32º | 0.92% | 0.93% | - |
| XYZ | 36.26 | 18.95 | 5.75 | - |
| YUV | 88.93 | 110.55 | 234.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 19 | 58 | 0 | 0.92 | 0.76 | 0.07 | 349.32 | 0.87 | 0.5 |
| Hex | EE | 13 | 3A | 0 | 5C | 4C | 7 | 15D | 57 | 32 |
| Octal | 356 | 23 | 72 | 0 | 134 | 114 | 7 | 535 | 127 | 62 |
| Binary | 11101110 | 10011 | 111010 | 0 | 1011100 | 1001100 | 111 | 101011101 | 1010111 | 110010 |
Color Harmonies of #EE133A
Complementary color
Monochromatic Colors of #EE133A
Black with #EE133A
Text Example
Text Example
White with #EE133A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE133A; }
p { color: rgb(238,19,58); }
H1.HeaderClassName
{
color: #EE133A;
}
.AnyTagClassName
{
color: #EE133A;
}
</style>
background-color css
<style>
a { background-color: #EE133A; }
a { background-color: rgb(238,19,58); }
div.DivClassName
{
background-color: #EE133A;
}
.BgClassName
{
background-color: #EE133A;
}
</style>
border-color css
<style>
span { border-color: #EE133A; }
span { border-color: rgb(238,19,58); }
td.TdClassName
{
border-color: #EE133A;
}
.TagClassName
{
border-color: #EE133A;
}
</style>