Shades of Torch Red #EE013C
Tints of Torch Red #EE013C
RGB
CMYK
RGB Variations
Color information
#EE013C (or 0xEE013C) is known color: Torch Red. HEX triplet: EE, 01 and 3C. RGB value is (238,1,60). Sum of RGB (Red+Green+Blue) = 238+1+60=299 (39% of max value = 765). Red value is 238 (93.36% from 255 or 79.60% from 299); Green value is 1 (0.78% from 255 or 0.33% from 299); Blue value is 60 (23.83% from 255 or 20.07% from 299); Max value from RGB is 238 - color contains mainly: red. Hex color #EE013C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE013C is #11FEC3. Grayscale: #4E4E4E. Windows color (decimal): -1179332 or 3932654. OLE color: 3932654.
HSL color Cylindrical-coordinate representation of color #EE013C: hue angle of 345.06º 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 #EE013C is Cyan = 0, Magento = 1.00, Yellow = 0.75 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 1 | 60 | - |
| CMYK | 0 | 1.00 | 0.75 | 0.07 |
| HSL | 345.06º | 0.99% | 0.47% | - |
| HSV(B) | 345.06º | 1% | 0.93% | - |
| XYZ | 36.09 | 18.53 | 5.95 | - |
| YUV | 78.59 | 117.52 | 241.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 1 | 60 | 0 | 1.00 | 0.75 | 0.07 | 345.06 | 0.99 | 0.47 |
| Hex | EE | 1 | 3C | 0 | 64 | 4B | 7 | 159 | 63 | 2F |
| Octal | 356 | 1 | 74 | 0 | 144 | 113 | 7 | 531 | 143 | 57 |
| Binary | 11101110 | 1 | 111100 | 0 | 1100100 | 1001011 | 111 | 101011001 | 1100011 | 101111 |
Color Harmonies of #EE013C
Complementary color
Monochromatic Colors of #EE013C
Black with #EE013C
Text Example
Text Example
White with #EE013C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE013C; }
p { color: rgb(238,1,60); }
H1.HeaderClassName
{
color: #EE013C;
}
.AnyTagClassName
{
color: #EE013C;
}
</style>
background-color css
<style>
a { background-color: #EE013C; }
a { background-color: rgb(238,1,60); }
div.DivClassName
{
background-color: #EE013C;
}
.BgClassName
{
background-color: #EE013C;
}
</style>
border-color css
<style>
span { border-color: #EE013C; }
span { border-color: rgb(238,1,60); }
td.TdClassName
{
border-color: #EE013C;
}
.TagClassName
{
border-color: #EE013C;
}
</style>