Shades of Torch Red #EE012C
Tints of Torch Red #EE012C
RGB
CMYK
RGB Variations
Color information
#EE012C (or 0xEE012C) is known color: Torch Red. HEX triplet: EE, 01 and 2C. RGB value is (238,1,44). Sum of RGB (Red+Green+Blue) = 238+1+44=283 (37% of max value = 765). Red value is 238 (93.36% from 255 or 84.10% from 283); Green value is 1 (0.78% from 255 or 0.35% from 283); Blue value is 44 (17.58% from 255 or 15.55% from 283); Max value from RGB is 238 - color contains mainly: red. Hex color #EE012C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE012C is #11FED3. Grayscale: #4C4C4C. Windows color (decimal): -1179348 or 2884078. OLE color: 2884078.
HSL color Cylindrical-coordinate representation of color #EE012C: hue angle of 349.11º 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 #EE012C is Cyan = 0, Magento = 1.00, Yellow = 0.82 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 1 | 44 | - |
| CMYK | 0 | 1.00 | 0.82 | 0.07 |
| HSL | 349.11º | 0.99% | 0.47% | - |
| HSV(B) | 349.11º | 1% | 0.93% | - |
| XYZ | 35.73 | 18.38 | 4.05 | - |
| YUV | 76.77 | 109.52 | 243 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 1 | 44 | 0 | 1.00 | 0.82 | 0.07 | 349.11 | 0.99 | 0.47 |
| Hex | EE | 1 | 2C | 0 | 64 | 52 | 7 | 15D | 63 | 2F |
| Octal | 356 | 1 | 54 | 0 | 144 | 122 | 7 | 535 | 143 | 57 |
| Binary | 11101110 | 1 | 101100 | 0 | 1100100 | 1010010 | 111 | 101011101 | 1100011 | 101111 |
Color Harmonies of #EE012C
Complementary color
Monochromatic Colors of #EE012C
Black with #EE012C
Text Example
Text Example
White with #EE012C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE012C; }
p { color: rgb(238,1,44); }
H1.HeaderClassName
{
color: #EE012C;
}
.AnyTagClassName
{
color: #EE012C;
}
</style>
background-color css
<style>
a { background-color: #EE012C; }
a { background-color: rgb(238,1,44); }
div.DivClassName
{
background-color: #EE012C;
}
.BgClassName
{
background-color: #EE012C;
}
</style>
border-color css
<style>
span { border-color: #EE012C; }
span { border-color: rgb(238,1,44); }
td.TdClassName
{
border-color: #EE012C;
}
.TagClassName
{
border-color: #EE012C;
}
</style>