Shades of Torch Red #EE1125
Tints of Torch Red #EE1125
RGB
CMYK
RGB Variations
Color information
#EE1125 (or 0xEE1125) is known color: Torch Red. HEX triplet: EE, 11 and 25. RGB value is (238,17,37). Sum of RGB (Red+Green+Blue) = 238+17+37=292 (38% of max value = 765). Red value is 238 (93.36% from 255 or 81.51% from 292); Green value is 17 (7.03% from 255 or 5.82% from 292); Blue value is 37 (14.84% from 255 or 12.67% from 292); Max value from RGB is 238 - color contains mainly: red. Hex color #EE1125 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE1125 is #11EEDA. Grayscale: #555555. Windows color (decimal): -1175259 or 2429422. OLE color: 2429422.
HSL color Cylindrical-coordinate representation of color #EE1125: hue angle of 354.57º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EE1125 is Cyan = 0, Magento = 0.93, Yellow = 0.84 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 17 | 37 | - |
| CMYK | 0 | 0.93 | 0.84 | 0.07 |
| HSL | 354.57º | 0.87% | 0.5% | - |
| HSV(B) | 354.57º | 0.93% | 0.93% | - |
| XYZ | 35.79 | 18.71 | 3.48 | - |
| YUV | 85.36 | 100.72 | 236.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 17 | 37 | 0 | 0.93 | 0.84 | 0.07 | 354.57 | 0.87 | 0.5 |
| Hex | EE | 11 | 25 | 0 | 5D | 54 | 7 | 163 | 57 | 32 |
| Octal | 356 | 21 | 45 | 0 | 135 | 124 | 7 | 543 | 127 | 62 |
| Binary | 11101110 | 10001 | 100101 | 0 | 1011101 | 1010100 | 111 | 101100011 | 1010111 | 110010 |
Color Harmonies of #EE1125
Complementary color
Monochromatic Colors of #EE1125
Black with #EE1125
Text Example
Text Example
White with #EE1125
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE1125; }
p { color: rgb(238,17,37); }
H1.HeaderClassName
{
color: #EE1125;
}
.AnyTagClassName
{
color: #EE1125;
}
</style>
background-color css
<style>
a { background-color: #EE1125; }
a { background-color: rgb(238,17,37); }
div.DivClassName
{
background-color: #EE1125;
}
.BgClassName
{
background-color: #EE1125;
}
</style>
border-color css
<style>
span { border-color: #EE1125; }
span { border-color: rgb(238,17,37); }
td.TdClassName
{
border-color: #EE1125;
}
.TagClassName
{
border-color: #EE1125;
}
</style>