Shades of Torch Red #EC033A
Tints of Torch Red #EC033A
RGB
CMYK
RGB Variations
Color information
#EC033A (or 0xEC033A) is known color: Torch Red. HEX triplet: EC, 03 and 3A. RGB value is (236,3,58). Sum of RGB (Red+Green+Blue) = 236+3+58=297 (39% of max value = 765). Red value is 236 (92.58% from 255 or 79.46% from 297); Green value is 3 (1.56% from 255 or 1.01% from 297); Blue value is 58 (23.05% from 255 or 19.53% from 297); Max value from RGB is 236 - color contains mainly: red. Hex color #EC033A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC033A is #13FCC5. Grayscale: #4E4E4E. Windows color (decimal): -1309894 or 3802092. OLE color: 3802092.
HSL color Cylindrical-coordinate representation of color #EC033A: hue angle of 345.84º degrees, saturation: 0.97, 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 #EC033A is Cyan = 0, Magento = 0.99, Yellow = 0.75 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 3 | 58 | - |
| CMYK | 0 | 0.99 | 0.75 | 0.07 |
| HSL | 345.84º | 0.97% | 0.47% | - |
| HSV(B) | 345.84º | 0.99% | 0.93% | - |
| XYZ | 35.39 | 18.2 | 5.65 | - |
| YUV | 78.94 | 116.19 | 240.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 3 | 58 | 0 | 0.99 | 0.75 | 0.07 | 345.84 | 0.97 | 0.47 |
| Hex | EC | 3 | 3A | 0 | 63 | 4B | 7 | 15A | 61 | 2F |
| Octal | 354 | 3 | 72 | 0 | 143 | 113 | 7 | 532 | 141 | 57 |
| Binary | 11101100 | 11 | 111010 | 0 | 1100011 | 1001011 | 111 | 101011010 | 1100001 | 101111 |
Color Harmonies of #EC033A
Complementary color
Monochromatic Colors of #EC033A
Black with #EC033A
Text Example
Text Example
White with #EC033A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC033A; }
p { color: rgb(236,3,58); }
H1.HeaderClassName
{
color: #EC033A;
}
.AnyTagClassName
{
color: #EC033A;
}
</style>
background-color css
<style>
a { background-color: #EC033A; }
a { background-color: rgb(236,3,58); }
div.DivClassName
{
background-color: #EC033A;
}
.BgClassName
{
background-color: #EC033A;
}
</style>
border-color css
<style>
span { border-color: #EC033A; }
span { border-color: rgb(236,3,58); }
td.TdClassName
{
border-color: #EC033A;
}
.TagClassName
{
border-color: #EC033A;
}
</style>