Shades of Torch Red #EC003A
Tints of Torch Red #EC003A
RGB
CMYK
RGB Variations
Color information
#EC003A (or 0xEC003A) is known color: Torch Red. HEX triplet: EC, 00 and 3A. RGB value is (236,0,58). Sum of RGB (Red+Green+Blue) = 236+0+58=294 (38% of max value = 765). Red value is 236 (92.58% from 255 or 80.27% from 294); Green value is 0 (0.39% from 255 or 0% from 294); Blue value is 58 (23.05% from 255 or 19.73% from 294); Max value from RGB is 236 - color contains mainly: red. Hex color #EC003A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC003A is #13FFC5. Grayscale: #4D4D4D. Windows color (decimal): -1310662 or 3801324. OLE color: 3801324.
HSL color Cylindrical-coordinate representation of color #EC003A: hue angle of 345.25º 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 #EC003A is Cyan = 0, Magento = 1, Yellow = 0.75 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 0 | 58 | - |
| CMYK | 0 | 1 | 0.75 | 0.07 |
| HSL | 345.25º | 1% | 0.46% | - |
| HSV(B) | 345.25º | 1% | 0.93% | - |
| XYZ | 35.36 | 18.14 | 5.64 | - |
| YUV | 77.18 | 117.19 | 241.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 0 | 58 | 0 | 1 | 0.75 | 0.07 | 345.25 | 1 | 0.46 |
| Hex | EC | 0 | 3A | 0 | 64 | 4B | 7 | 159 | 64 | 2E |
| Octal | 354 | 0 | 72 | 0 | 144 | 113 | 7 | 531 | 144 | 56 |
| Binary | 11101100 | 0 | 111010 | 0 | 1100100 | 1001011 | 111 | 101011001 | 1100100 | 101110 |
Color Harmonies of #EC003A
Complementary color
Monochromatic Colors of #EC003A
Black with #EC003A
Text Example
Text Example
White with #EC003A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC003A; }
p { color: rgb(236,0,58); }
H1.HeaderClassName
{
color: #EC003A;
}
.AnyTagClassName
{
color: #EC003A;
}
</style>
background-color css
<style>
a { background-color: #EC003A; }
a { background-color: rgb(236,0,58); }
div.DivClassName
{
background-color: #EC003A;
}
.BgClassName
{
background-color: #EC003A;
}
</style>
border-color css
<style>
span { border-color: #EC003A; }
span { border-color: rgb(236,0,58); }
td.TdClassName
{
border-color: #EC003A;
}
.TagClassName
{
border-color: #EC003A;
}
</style>