Shades of Torch Red #EC0235
Tints of Torch Red #EC0235
RGB
CMYK
RGB Variations
Color information
#EC0235 (or 0xEC0235) is known color: Torch Red. HEX triplet: EC, 02 and 35. RGB value is (236,2,53). Sum of RGB (Red+Green+Blue) = 236+2+53=291 (38% of max value = 765). Red value is 236 (92.58% from 255 or 81.10% from 291); Green value is 2 (1.17% from 255 or 0.69% from 291); Blue value is 53 (21.09% from 255 or 18.21% from 291); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0235 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC0235 is #13FDCA. Grayscale: #4D4D4D. Windows color (decimal): -1310155 or 3474156. OLE color: 3474156.
HSL color Cylindrical-coordinate representation of color #EC0235: hue angle of 346.92º 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 #EC0235 is Cyan = 0, Magento = 0.99, Yellow = 0.78 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 2 | 53 | - |
| CMYK | 0 | 0.99 | 0.78 | 0.07 |
| HSL | 346.92º | 0.98% | 0.47% | - |
| HSV(B) | 346.92º | 0.99% | 0.93% | - |
| XYZ | 35.26 | 18.13 | 5.01 | - |
| YUV | 77.78 | 114.02 | 240.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 2 | 53 | 0 | 0.99 | 0.78 | 0.07 | 346.92 | 0.98 | 0.47 |
| Hex | EC | 2 | 35 | 0 | 63 | 4E | 7 | 15B | 62 | 2F |
| Octal | 354 | 2 | 65 | 0 | 143 | 116 | 7 | 533 | 142 | 57 |
| Binary | 11101100 | 10 | 110101 | 0 | 1100011 | 1001110 | 111 | 101011011 | 1100010 | 101111 |
Color Harmonies of #EC0235
Complementary color
Monochromatic Colors of #EC0235
Black with #EC0235
Text Example
Text Example
White with #EC0235
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC0235; }
p { color: rgb(236,2,53); }
H1.HeaderClassName
{
color: #EC0235;
}
.AnyTagClassName
{
color: #EC0235;
}
</style>
background-color css
<style>
a { background-color: #EC0235; }
a { background-color: rgb(236,2,53); }
div.DivClassName
{
background-color: #EC0235;
}
.BgClassName
{
background-color: #EC0235;
}
</style>
border-color css
<style>
span { border-color: #EC0235; }
span { border-color: rgb(236,2,53); }
td.TdClassName
{
border-color: #EC0235;
}
.TagClassName
{
border-color: #EC0235;
}
</style>