Shades of Torch Red #EE1025
Tints of Torch Red #EE1025
RGB
CMYK
RGB Variations
Color information
#EE1025 (or 0xEE1025) is known color: Torch Red. HEX triplet: EE, 10 and 25. RGB value is (238,16,37). Sum of RGB (Red+Green+Blue) = 238+16+37=291 (38% of max value = 765). Red value is 238 (93.36% from 255 or 81.79% from 291); Green value is 16 (6.64% from 255 or 5.50% from 291); Blue value is 37 (14.84% from 255 or 12.71% from 291); Max value from RGB is 238 - color contains mainly: red. Hex color #EE1025 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE1025 is #11EFDA. Grayscale: #545454. Windows color (decimal): -1175515 or 2429166. OLE color: 2429166.
HSL color Cylindrical-coordinate representation of color #EE1025: hue angle of 354.32º 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 #EE1025 is Cyan = 0, Magento = 0.93, Yellow = 0.84 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 16 | 37 | - |
| CMYK | 0 | 0.93 | 0.84 | 0.07 |
| HSL | 354.32º | 0.87% | 0.5% | - |
| HSV(B) | 354.32º | 0.93% | 0.93% | - |
| XYZ | 35.78 | 18.68 | 3.47 | - |
| YUV | 84.77 | 101.05 | 237.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 16 | 37 | 0 | 0.93 | 0.84 | 0.07 | 354.32 | 0.87 | 0.5 |
| Hex | EE | 10 | 25 | 0 | 5D | 54 | 7 | 162 | 57 | 32 |
| Octal | 356 | 20 | 45 | 0 | 135 | 124 | 7 | 542 | 127 | 62 |
| Binary | 11101110 | 10000 | 100101 | 0 | 1011101 | 1010100 | 111 | 101100010 | 1010111 | 110010 |
Color Harmonies of #EE1025
Complementary color
Monochromatic Colors of #EE1025
Black with #EE1025
Text Example
Text Example
White with #EE1025
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE1025; }
p { color: rgb(238,16,37); }
H1.HeaderClassName
{
color: #EE1025;
}
.AnyTagClassName
{
color: #EE1025;
}
</style>
background-color css
<style>
a { background-color: #EE1025; }
a { background-color: rgb(238,16,37); }
div.DivClassName
{
background-color: #EE1025;
}
.BgClassName
{
background-color: #EE1025;
}
</style>
border-color css
<style>
span { border-color: #EE1025; }
span { border-color: rgb(238,16,37); }
td.TdClassName
{
border-color: #EE1025;
}
.TagClassName
{
border-color: #EE1025;
}
</style>