Shades of Torch Red #EC032F
Tints of Torch Red #EC032F
RGB
CMYK
RGB Variations
Color information
#EC032F (or 0xEC032F) is known color: Torch Red. HEX triplet: EC, 03 and 2F. RGB value is (236,3,47). Sum of RGB (Red+Green+Blue) = 236+3+47=286 (37% of max value = 765). Red value is 236 (92.58% from 255 or 82.52% from 286); Green value is 3 (1.56% from 255 or 1.05% from 286); Blue value is 47 (18.75% from 255 or 16.43% from 286); Max value from RGB is 236 - color contains mainly: red. Hex color #EC032F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC032F is #13FCD0. Grayscale: #4D4D4D. Windows color (decimal): -1309905 or 3081196. OLE color: 3081196.
HSL color Cylindrical-coordinate representation of color #EC032F: hue angle of 348.67º 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 #EC032F is Cyan = 0, Magento = 0.99, Yellow = 0.80 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 3 | 47 | - |
| CMYK | 0 | 0.99 | 0.80 | 0.07 |
| HSL | 348.67º | 0.97% | 0.47% | - |
| HSV(B) | 348.67º | 0.99% | 0.93% | - |
| XYZ | 35.14 | 18.1 | 4.33 | - |
| YUV | 77.68 | 110.69 | 240.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 3 | 47 | 0 | 0.99 | 0.80 | 0.07 | 348.67 | 0.97 | 0.47 |
| Hex | EC | 3 | 2F | 0 | 63 | 50 | 7 | 15D | 61 | 2F |
| Octal | 354 | 3 | 57 | 0 | 143 | 120 | 7 | 535 | 141 | 57 |
| Binary | 11101100 | 11 | 101111 | 0 | 1100011 | 1010000 | 111 | 101011101 | 1100001 | 101111 |
Color Harmonies of #EC032F
Complementary color
Monochromatic Colors of #EC032F
Black with #EC032F
Text Example
Text Example
White with #EC032F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC032F; }
p { color: rgb(236,3,47); }
H1.HeaderClassName
{
color: #EC032F;
}
.AnyTagClassName
{
color: #EC032F;
}
</style>
background-color css
<style>
a { background-color: #EC032F; }
a { background-color: rgb(236,3,47); }
div.DivClassName
{
background-color: #EC032F;
}
.BgClassName
{
background-color: #EC032F;
}
</style>
border-color css
<style>
span { border-color: #EC032F; }
span { border-color: rgb(236,3,47); }
td.TdClassName
{
border-color: #EC032F;
}
.TagClassName
{
border-color: #EC032F;
}
</style>