Shades of Torch Red #EC003E
Tints of Torch Red #EC003E
RGB
CMYK
RGB Variations
Color information
#EC003E (or 0xEC003E) is known color: Torch Red. HEX triplet: EC, 00 and 3E. RGB value is (236,0,62). Sum of RGB (Red+Green+Blue) = 236+0+62=298 (39% of max value = 765). Red value is 236 (92.58% from 255 or 79.19% from 298); Green value is 0 (0.39% from 255 or 0% from 298); Blue value is 62 (24.61% from 255 or 20.81% from 298); Max value from RGB is 236 - color contains mainly: red. Hex color #EC003E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC003E is #13FFC1. Grayscale: #4D4D4D. Windows color (decimal): -1310658 or 4063468. OLE color: 4063468.
HSL color Cylindrical-coordinate representation of color #EC003E: hue angle of 344.24º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EC003E is Cyan = 0, Magento = 1, Yellow = 0.74 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 0 | 62 | - |
| CMYK | 0 | 1 | 0.74 | 0.07 |
| HSL | 344.24º | 1% | 0.46% | - |
| HSV(B) | 344.24º | 1% | 0.93% | - |
| XYZ | 35.46 | 18.18 | 6.2 | - |
| YUV | 77.63 | 119.19 | 240.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 0 | 62 | 0 | 1 | 0.74 | 0.07 | 344.24 | 1 | 0.46 |
| Hex | EC | 0 | 3E | 0 | 64 | 4A | 7 | 158 | 64 | 2E |
| Octal | 354 | 0 | 76 | 0 | 144 | 112 | 7 | 530 | 144 | 56 |
| Binary | 11101100 | 0 | 111110 | 0 | 1100100 | 1001010 | 111 | 101011000 | 1100100 | 101110 |
Color Harmonies of #EC003E
Complementary color
Monochromatic Colors of #EC003E
Black with #EC003E
Text Example
Text Example
White with #EC003E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC003E; }
p { color: rgb(236,0,62); }
H1.HeaderClassName
{
color: #EC003E;
}
.AnyTagClassName
{
color: #EC003E;
}
</style>
background-color css
<style>
a { background-color: #EC003E; }
a { background-color: rgb(236,0,62); }
div.DivClassName
{
background-color: #EC003E;
}
.BgClassName
{
background-color: #EC003E;
}
</style>
border-color css
<style>
span { border-color: #EC003E; }
span { border-color: rgb(236,0,62); }
td.TdClassName
{
border-color: #EC003E;
}
.TagClassName
{
border-color: #EC003E;
}
</style>