Shades of Torch Red #EC0435
Tints of Torch Red #EC0435
RGB
CMYK
RGB Variations
Color information
#EC0435 (or 0xEC0435) is known color: Torch Red. HEX triplet: EC, 04 and 35. RGB value is (236,4,53). Sum of RGB (Red+Green+Blue) = 236+4+53=293 (38% of max value = 765). Red value is 236 (92.58% from 255 or 80.55% from 293); Green value is 4 (1.95% from 255 or 1.37% from 293); Blue value is 53 (21.09% from 255 or 18.09% from 293); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0435 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC0435 is #13FBCA. Grayscale: #4E4E4E. Windows color (decimal): -1309643 or 3474668. OLE color: 3474668.
HSL color Cylindrical-coordinate representation of color #EC0435: hue angle of 347.33º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EC0435 is Cyan = 0, Magento = 0.98, Yellow = 0.78 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 4 | 53 | - |
| CMYK | 0 | 0.98 | 0.78 | 0.07 |
| HSL | 347.33º | 0.97% | 0.47% | - |
| HSV(B) | 347.33º | 0.98% | 0.93% | - |
| XYZ | 35.28 | 18.18 | 5.02 | - |
| YUV | 78.95 | 113.36 | 240.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 4 | 53 | 0 | 0.98 | 0.78 | 0.07 | 347.33 | 0.97 | 0.47 |
| Hex | EC | 4 | 35 | 0 | 62 | 4E | 7 | 15B | 61 | 2F |
| Octal | 354 | 4 | 65 | 0 | 142 | 116 | 7 | 533 | 141 | 57 |
| Binary | 11101100 | 100 | 110101 | 0 | 1100010 | 1001110 | 111 | 101011011 | 1100001 | 101111 |
Color Harmonies of #EC0435
Complementary color
Monochromatic Colors of #EC0435
Black with #EC0435
Text Example
Text Example
White with #EC0435
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC0435; }
p { color: rgb(236,4,53); }
H1.HeaderClassName
{
color: #EC0435;
}
.AnyTagClassName
{
color: #EC0435;
}
</style>
background-color css
<style>
a { background-color: #EC0435; }
a { background-color: rgb(236,4,53); }
div.DivClassName
{
background-color: #EC0435;
}
.BgClassName
{
background-color: #EC0435;
}
</style>
border-color css
<style>
span { border-color: #EC0435; }
span { border-color: rgb(236,4,53); }
td.TdClassName
{
border-color: #EC0435;
}
.TagClassName
{
border-color: #EC0435;
}
</style>