Shades of Torch Red #EE1225
Tints of Torch Red #EE1225
RGB
CMYK
RGB Variations
Color information
#EE1225 (or 0xEE1225) is known color: Torch Red. HEX triplet: EE, 12 and 25. RGB value is (238,18,37). Sum of RGB (Red+Green+Blue) = 238+18+37=293 (38% of max value = 765). Red value is 238 (93.36% from 255 or 81.23% from 293); Green value is 18 (7.42% from 255 or 6.14% from 293); Blue value is 37 (14.84% from 255 or 12.63% from 293); Max value from RGB is 238 - color contains mainly: red. Hex color #EE1225 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE1225 is #11EDDA. Grayscale: #565656. Windows color (decimal): -1175003 or 2429678. OLE color: 2429678.
HSL color Cylindrical-coordinate representation of color #EE1225: hue angle of 354.82º 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 #EE1225 is Cyan = 0, Magento = 0.92, Yellow = 0.84 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 18 | 37 | - |
| CMYK | 0 | 0.92 | 0.84 | 0.07 |
| HSL | 354.82º | 0.87% | 0.5% | - |
| HSV(B) | 354.82º | 0.92% | 0.93% | - |
| XYZ | 35.81 | 18.74 | 3.48 | - |
| YUV | 85.95 | 100.39 | 236.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 18 | 37 | 0 | 0.92 | 0.84 | 0.07 | 354.82 | 0.87 | 0.5 |
| Hex | EE | 12 | 25 | 0 | 5C | 54 | 7 | 163 | 57 | 32 |
| Octal | 356 | 22 | 45 | 0 | 134 | 124 | 7 | 543 | 127 | 62 |
| Binary | 11101110 | 10010 | 100101 | 0 | 1011100 | 1010100 | 111 | 101100011 | 1010111 | 110010 |
Color Harmonies of #EE1225
Complementary color
Monochromatic Colors of #EE1225
Black with #EE1225
Text Example
Text Example
White with #EE1225
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE1225; }
p { color: rgb(238,18,37); }
H1.HeaderClassName
{
color: #EE1225;
}
.AnyTagClassName
{
color: #EE1225;
}
</style>
background-color css
<style>
a { background-color: #EE1225; }
a { background-color: rgb(238,18,37); }
div.DivClassName
{
background-color: #EE1225;
}
.BgClassName
{
background-color: #EE1225;
}
</style>
border-color css
<style>
span { border-color: #EE1225; }
span { border-color: rgb(238,18,37); }
td.TdClassName
{
border-color: #EE1225;
}
.TagClassName
{
border-color: #EE1225;
}
</style>