Shades of Torch Red #EE0039
Tints of Torch Red #EE0039
RGB
CMYK
RGB Variations
Color information
#EE0039 (or 0xEE0039) is known color: Torch Red. HEX triplet: EE, 00 and 39. RGB value is (238,0,57). Sum of RGB (Red+Green+Blue) = 238+0+57=295 (39% of max value = 765). Red value is 238 (93.36% from 255 or 80.68% from 295); Green value is 0 (0.39% from 255 or 0% from 295); Blue value is 57 (22.66% from 255 or 19.32% from 295); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0039 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE0039 is #11FFC6. Grayscale: #4D4D4D. Windows color (decimal): -1179591 or 3735790. OLE color: 3735790.
HSL color Cylindrical-coordinate representation of color #EE0039: hue angle of 345.63º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EE0039 is Cyan = 0, Magento = 1, Yellow = 0.76 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 0 | 57 | - |
| CMYK | 0 | 1 | 0.76 | 0.07 |
| HSL | 345.63º | 1% | 0.47% | - |
| HSV(B) | 345.63º | 1% | 0.93% | - |
| XYZ | 36 | 18.47 | 5.54 | - |
| YUV | 77.66 | 116.35 | 242.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 0 | 57 | 0 | 1 | 0.76 | 0.07 | 345.63 | 1 | 0.47 |
| Hex | EE | 0 | 39 | 0 | 64 | 4C | 7 | 15A | 64 | 2F |
| Octal | 356 | 0 | 71 | 0 | 144 | 114 | 7 | 532 | 144 | 57 |
| Binary | 11101110 | 0 | 111001 | 0 | 1100100 | 1001100 | 111 | 101011010 | 1100100 | 101111 |
Color Harmonies of #EE0039
Complementary color
Monochromatic Colors of #EE0039
Black with #EE0039
Text Example
Text Example
White with #EE0039
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE0039; }
p { color: rgb(238,0,57); }
H1.HeaderClassName
{
color: #EE0039;
}
.AnyTagClassName
{
color: #EE0039;
}
</style>
background-color css
<style>
a { background-color: #EE0039; }
a { background-color: rgb(238,0,57); }
div.DivClassName
{
background-color: #EE0039;
}
.BgClassName
{
background-color: #EE0039;
}
</style>
border-color css
<style>
span { border-color: #EE0039; }
span { border-color: rgb(238,0,57); }
td.TdClassName
{
border-color: #EE0039;
}
.TagClassName
{
border-color: #EE0039;
}
</style>