Shades of Torch Red #EC022F
Tints of Torch Red #EC022F
RGB
CMYK
RGB Variations
Color information
#EC022F (or 0xEC022F) is known color: Torch Red. HEX triplet: EC, 02 and 2F. RGB value is (236,2,47). Sum of RGB (Red+Green+Blue) = 236+2+47=285 (37% of max value = 765). Red value is 236 (92.58% from 255 or 82.81% from 285); Green value is 2 (1.17% from 255 or 0.70% from 285); Blue value is 47 (18.75% from 255 or 16.49% from 285); Max value from RGB is 236 - color contains mainly: red. Hex color #EC022F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC022F is #13FDD0. Grayscale: #4D4D4D. Windows color (decimal): -1310161 or 3080940. OLE color: 3080940.
HSL color Cylindrical-coordinate representation of color #EC022F: hue angle of 348.46º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EC022F is Cyan = 0, Magento = 0.99, Yellow = 0.80 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 2 | 47 | - |
| CMYK | 0 | 0.99 | 0.80 | 0.07 |
| HSL | 348.46º | 0.98% | 0.47% | - |
| HSV(B) | 348.46º | 0.99% | 0.93% | - |
| XYZ | 35.13 | 18.08 | 4.33 | - |
| YUV | 77.1 | 111.02 | 241.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 2 | 47 | 0 | 0.99 | 0.80 | 0.07 | 348.46 | 0.98 | 0.47 |
| Hex | EC | 2 | 2F | 0 | 63 | 50 | 7 | 15C | 62 | 2F |
| Octal | 354 | 2 | 57 | 0 | 143 | 120 | 7 | 534 | 142 | 57 |
| Binary | 11101100 | 10 | 101111 | 0 | 1100011 | 1010000 | 111 | 101011100 | 1100010 | 101111 |
Color Harmonies of #EC022F
Complementary color
Monochromatic Colors of #EC022F
Black with #EC022F
Text Example
Text Example
White with #EC022F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC022F; }
p { color: rgb(236,2,47); }
H1.HeaderClassName
{
color: #EC022F;
}
.AnyTagClassName
{
color: #EC022F;
}
</style>
background-color css
<style>
a { background-color: #EC022F; }
a { background-color: rgb(236,2,47); }
div.DivClassName
{
background-color: #EC022F;
}
.BgClassName
{
background-color: #EC022F;
}
</style>
border-color css
<style>
span { border-color: #EC022F; }
span { border-color: rgb(236,2,47); }
td.TdClassName
{
border-color: #EC022F;
}
.TagClassName
{
border-color: #EC022F;
}
</style>