Shades of Torch Red #EC0631
Tints of Torch Red #EC0631
RGB
CMYK
RGB Variations
Color information
#EC0631 (or 0xEC0631) is known color: Torch Red. HEX triplet: EC, 06 and 31. RGB value is (236,6,49). Sum of RGB (Red+Green+Blue) = 236+6+49=291 (38% of max value = 765). Red value is 236 (92.58% from 255 or 81.10% from 291); Green value is 6 (2.73% from 255 or 2.06% from 291); Blue value is 49 (19.53% from 255 or 16.84% from 291); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0631 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC0631 is #13F9CE. Grayscale: #4F4F4F. Windows color (decimal): -1309135 or 3213036. OLE color: 3213036.
HSL color Cylindrical-coordinate representation of color #EC0631: hue angle of 348.78º degrees, saturation: 0.95, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EC0631 is Cyan = 0, Magento = 0.97, Yellow = 0.79 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 6 | 49 | - |
| CMYK | 0 | 0.97 | 0.79 | 0.07 |
| HSL | 348.78º | 0.95% | 0.47% | - |
| HSV(B) | 348.78º | 0.97% | 0.93% | - |
| XYZ | 35.21 | 18.18 | 4.56 | - |
| YUV | 79.67 | 110.7 | 239.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 6 | 49 | 0 | 0.97 | 0.79 | 0.07 | 348.78 | 0.95 | 0.47 |
| Hex | EC | 6 | 31 | 0 | 61 | 4F | 7 | 15D | 5F | 2F |
| Octal | 354 | 6 | 61 | 0 | 141 | 117 | 7 | 535 | 137 | 57 |
| Binary | 11101100 | 110 | 110001 | 0 | 1100001 | 1001111 | 111 | 101011101 | 1011111 | 101111 |
Color Harmonies of #EC0631
Complementary color
Monochromatic Colors of #EC0631
Black with #EC0631
Text Example
Text Example
White with #EC0631
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC0631; }
p { color: rgb(236,6,49); }
H1.HeaderClassName
{
color: #EC0631;
}
.AnyTagClassName
{
color: #EC0631;
}
</style>
background-color css
<style>
a { background-color: #EC0631; }
a { background-color: rgb(236,6,49); }
div.DivClassName
{
background-color: #EC0631;
}
.BgClassName
{
background-color: #EC0631;
}
</style>
border-color css
<style>
span { border-color: #EC0631; }
span { border-color: rgb(236,6,49); }
td.TdClassName
{
border-color: #EC0631;
}
.TagClassName
{
border-color: #EC0631;
}
</style>