Shades of Torch Red #EC032E
Tints of Torch Red #EC032E
RGB
CMYK
RGB Variations
Color information
#EC032E (or 0xEC032E) is known color: Torch Red. HEX triplet: EC, 03 and 2E. RGB value is (236,3,46). Sum of RGB (Red+Green+Blue) = 236+3+46=285 (37% of max value = 765). Red value is 236 (92.58% from 255 or 82.81% from 285); Green value is 3 (1.56% from 255 or 1.05% from 285); Blue value is 46 (18.36% from 255 or 16.14% from 285); Max value from RGB is 236 - color contains mainly: red. Hex color #EC032E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC032E is #13FCD1. Grayscale: #4D4D4D. Windows color (decimal): -1309906 or 3015660. OLE color: 3015660.
HSL color Cylindrical-coordinate representation of color #EC032E: hue angle of 348.93º 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 #EC032E is Cyan = 0, Magento = 0.99, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 3 | 46 | - |
| CMYK | 0 | 0.99 | 0.81 | 0.07 |
| HSL | 348.93º | 0.97% | 0.47% | - |
| HSV(B) | 348.93º | 0.99% | 0.93% | - |
| XYZ | 35.12 | 18.1 | 4.23 | - |
| YUV | 77.57 | 110.19 | 241 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 3 | 46 | 0 | 0.99 | 0.81 | 0.07 | 348.93 | 0.97 | 0.47 |
| Hex | EC | 3 | 2E | 0 | 63 | 51 | 7 | 15D | 61 | 2F |
| Octal | 354 | 3 | 56 | 0 | 143 | 121 | 7 | 535 | 141 | 57 |
| Binary | 11101100 | 11 | 101110 | 0 | 1100011 | 1010001 | 111 | 101011101 | 1100001 | 101111 |
Color Harmonies of #EC032E
Complementary color
Monochromatic Colors of #EC032E
Black with #EC032E
Text Example
Text Example
White with #EC032E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC032E; }
p { color: rgb(236,3,46); }
H1.HeaderClassName
{
color: #EC032E;
}
.AnyTagClassName
{
color: #EC032E;
}
</style>
background-color css
<style>
a { background-color: #EC032E; }
a { background-color: rgb(236,3,46); }
div.DivClassName
{
background-color: #EC032E;
}
.BgClassName
{
background-color: #EC032E;
}
</style>
border-color css
<style>
span { border-color: #EC032E; }
span { border-color: rgb(236,3,46); }
td.TdClassName
{
border-color: #EC032E;
}
.TagClassName
{
border-color: #EC032E;
}
</style>