Shades of Torch Red #EC003B
Tints of Torch Red #EC003B
RGB
CMYK
RGB Variations
Color information
#EC003B (or 0xEC003B) is known color: Torch Red. HEX triplet: EC, 00 and 3B. RGB value is (236,0,59). Sum of RGB (Red+Green+Blue) = 236+0+59=295 (39% of max value = 765). Red value is 236 (92.58% from 255 or 80% from 295); Green value is 0 (0.39% from 255 or 0% from 295); Blue value is 59 (23.44% from 255 or 20% from 295); Max value from RGB is 236 - color contains mainly: red. Hex color #EC003B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC003B is #13FFC4. Grayscale: #4D4D4D. Windows color (decimal): -1310661 or 3866860. OLE color: 3866860.
HSL color Cylindrical-coordinate representation of color #EC003B: hue angle of 345º 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 #EC003B is Cyan = 0, Magento = 1, Yellow = 0.75 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 0 | 59 | - |
| CMYK | 0 | 1 | 0.75 | 0.07 |
| HSL | 345º | 1% | 0.46% | - |
| HSV(B) | 345º | 1% | 0.93% | - |
| XYZ | 35.38 | 18.15 | 5.78 | - |
| YUV | 77.29 | 117.69 | 241.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 0 | 59 | 0 | 1 | 0.75 | 0.07 | 345 | 1 | 0.46 |
| Hex | EC | 0 | 3B | 0 | 64 | 4B | 7 | 159 | 64 | 2E |
| Octal | 354 | 0 | 73 | 0 | 144 | 113 | 7 | 531 | 144 | 56 |
| Binary | 11101100 | 0 | 111011 | 0 | 1100100 | 1001011 | 111 | 101011001 | 1100100 | 101110 |
Color Harmonies of #EC003B
Complementary color
Monochromatic Colors of #EC003B
Black with #EC003B
Text Example
Text Example
White with #EC003B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC003B; }
p { color: rgb(236,0,59); }
H1.HeaderClassName
{
color: #EC003B;
}
.AnyTagClassName
{
color: #EC003B;
}
</style>
background-color css
<style>
a { background-color: #EC003B; }
a { background-color: rgb(236,0,59); }
div.DivClassName
{
background-color: #EC003B;
}
.BgClassName
{
background-color: #EC003B;
}
</style>
border-color css
<style>
span { border-color: #EC003B; }
span { border-color: rgb(236,0,59); }
td.TdClassName
{
border-color: #EC003B;
}
.TagClassName
{
border-color: #EC003B;
}
</style>