Shades of Torch Red #EE133B
Tints of Torch Red #EE133B
RGB
CMYK
RGB Variations
Color information
#EE133B (or 0xEE133B) is known color: Torch Red. HEX triplet: EE, 13 and 3B. RGB value is (238,19,59). Sum of RGB (Red+Green+Blue) = 238+19+59=316 (41% of max value = 765). Red value is 238 (93.36% from 255 or 75.32% from 316); Green value is 19 (7.81% from 255 or 6.01% from 316); Blue value is 59 (23.44% from 255 or 18.67% from 316); Max value from RGB is 238 - color contains mainly: red. Hex color #EE133B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE133B is #11ECC4. Grayscale: #595959. Windows color (decimal): -1174725 or 3871726. OLE color: 3871726.
HSL color Cylindrical-coordinate representation of color #EE133B: hue angle of 349.04º 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 #EE133B is Cyan = 0, Magento = 0.92, Yellow = 0.75 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 19 | 59 | - |
| CMYK | 0 | 0.92 | 0.75 | 0.07 |
| HSL | 349.04º | 0.87% | 0.5% | - |
| HSV(B) | 349.04º | 0.92% | 0.93% | - |
| XYZ | 36.28 | 18.96 | 5.88 | - |
| YUV | 89.04 | 111.05 | 234.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 19 | 59 | 0 | 0.92 | 0.75 | 0.07 | 349.04 | 0.87 | 0.5 |
| Hex | EE | 13 | 3B | 0 | 5C | 4B | 7 | 15D | 57 | 32 |
| Octal | 356 | 23 | 73 | 0 | 134 | 113 | 7 | 535 | 127 | 62 |
| Binary | 11101110 | 10011 | 111011 | 0 | 1011100 | 1001011 | 111 | 101011101 | 1010111 | 110010 |
Color Harmonies of #EE133B
Complementary color
Monochromatic Colors of #EE133B
Black with #EE133B
Text Example
Text Example
White with #EE133B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE133B; }
p { color: rgb(238,19,59); }
H1.HeaderClassName
{
color: #EE133B;
}
.AnyTagClassName
{
color: #EE133B;
}
</style>
background-color css
<style>
a { background-color: #EE133B; }
a { background-color: rgb(238,19,59); }
div.DivClassName
{
background-color: #EE133B;
}
.BgClassName
{
background-color: #EE133B;
}
</style>
border-color css
<style>
span { border-color: #EE133B; }
span { border-color: rgb(238,19,59); }
td.TdClassName
{
border-color: #EE133B;
}
.TagClassName
{
border-color: #EE133B;
}
</style>