Shades of Torch Red #EE132F
Tints of Torch Red #EE132F
RGB
CMYK
RGB Variations
Color information
#EE132F (or 0xEE132F) is known color: Torch Red. HEX triplet: EE, 13 and 2F. RGB value is (238,19,47). Sum of RGB (Red+Green+Blue) = 238+19+47=304 (40% of max value = 765). Red value is 238 (93.36% from 255 or 78.29% from 304); Green value is 19 (7.81% from 255 or 6.25% from 304); Blue value is 47 (18.75% from 255 or 15.46% from 304); Max value from RGB is 238 - color contains mainly: red. Hex color #EE132F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE132F is #11ECD0. Grayscale: #575757. Windows color (decimal): -1174737 or 3085294. OLE color: 3085294.
HSL color Cylindrical-coordinate representation of color #EE132F: hue angle of 352.33º 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 #EE132F is Cyan = 0, Magento = 0.92, Yellow = 0.80 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 19 | 47 | - |
| CMYK | 0 | 0.92 | 0.80 | 0.07 |
| HSL | 352.33º | 0.87% | 0.5% | - |
| HSV(B) | 352.33º | 0.92% | 0.93% | - |
| XYZ | 36.01 | 18.85 | 4.43 | - |
| YUV | 87.67 | 105.05 | 235.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 19 | 47 | 0 | 0.92 | 0.80 | 0.07 | 352.33 | 0.87 | 0.5 |
| Hex | EE | 13 | 2F | 0 | 5C | 50 | 7 | 160 | 57 | 32 |
| Octal | 356 | 23 | 57 | 0 | 134 | 120 | 7 | 540 | 127 | 62 |
| Binary | 11101110 | 10011 | 101111 | 0 | 1011100 | 1010000 | 111 | 101100000 | 1010111 | 110010 |
Color Harmonies of #EE132F
Complementary color
Monochromatic Colors of #EE132F
Black with #EE132F
Text Example
Text Example
White with #EE132F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE132F; }
p { color: rgb(238,19,47); }
H1.HeaderClassName
{
color: #EE132F;
}
.AnyTagClassName
{
color: #EE132F;
}
</style>
background-color css
<style>
a { background-color: #EE132F; }
a { background-color: rgb(238,19,47); }
div.DivClassName
{
background-color: #EE132F;
}
.BgClassName
{
background-color: #EE132F;
}
</style>
border-color css
<style>
span { border-color: #EE132F; }
span { border-color: rgb(238,19,47); }
td.TdClassName
{
border-color: #EE132F;
}
.TagClassName
{
border-color: #EE132F;
}
</style>