Shades of Torch Red #EE0125
Tints of Torch Red #EE0125
RGB
CMYK
RGB Variations
Color information
#EE0125 (or 0xEE0125) is known color: Torch Red. HEX triplet: EE, 01 and 25. RGB value is (238,1,37). Sum of RGB (Red+Green+Blue) = 238+1+37=276 (36% of max value = 765). Red value is 238 (93.36% from 255 or 86.23% from 276); Green value is 1 (0.78% from 255 or 0.36% from 276); Blue value is 37 (14.84% from 255 or 13.41% from 276); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0125 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE0125 is #11FEDA. Grayscale: #4C4C4C. Windows color (decimal): -1179355 or 2425326. OLE color: 2425326.
HSL color Cylindrical-coordinate representation of color #EE0125: hue angle of 350.89º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EE0125 is Cyan = 0, Magento = 1.00, Yellow = 0.84 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 1 | 37 | - |
| CMYK | 0 | 1.00 | 0.84 | 0.07 |
| HSL | 350.89º | 0.99% | 0.47% | - |
| HSV(B) | 350.89º | 1% | 0.93% | - |
| XYZ | 35.6 | 18.33 | 3.41 | - |
| YUV | 75.97 | 106.02 | 243.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 1 | 37 | 0 | 1.00 | 0.84 | 0.07 | 350.89 | 0.99 | 0.47 |
| Hex | EE | 1 | 25 | 0 | 64 | 54 | 7 | 15F | 63 | 2F |
| Octal | 356 | 1 | 45 | 0 | 144 | 124 | 7 | 537 | 143 | 57 |
| Binary | 11101110 | 1 | 100101 | 0 | 1100100 | 1010100 | 111 | 101011111 | 1100011 | 101111 |
Color Harmonies of #EE0125
Complementary color
Monochromatic Colors of #EE0125
Black with #EE0125
Text Example
Text Example
White with #EE0125
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE0125; }
p { color: rgb(238,1,37); }
H1.HeaderClassName
{
color: #EE0125;
}
.AnyTagClassName
{
color: #EE0125;
}
</style>
background-color css
<style>
a { background-color: #EE0125; }
a { background-color: rgb(238,1,37); }
div.DivClassName
{
background-color: #EE0125;
}
.BgClassName
{
background-color: #EE0125;
}
</style>
border-color css
<style>
span { border-color: #EE0125; }
span { border-color: rgb(238,1,37); }
td.TdClassName
{
border-color: #EE0125;
}
.TagClassName
{
border-color: #EE0125;
}
</style>