Shades of Torch Red #EC0628
Tints of Torch Red #EC0628
RGB
CMYK
RGB Variations
Color information
#EC0628 (or 0xEC0628) is known color: Torch Red. HEX triplet: EC, 06 and 28. RGB value is (236,6,40). Sum of RGB (Red+Green+Blue) = 236+6+40=282 (37% of max value = 765). Red value is 236 (92.58% from 255 or 83.69% from 282); Green value is 6 (2.73% from 255 or 2.13% from 282); Blue value is 40 (16.02% from 255 or 14.18% from 282); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0628 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC0628 is #13F9D7. Grayscale: #4E4E4E. Windows color (decimal): -1309144 or 2623212. OLE color: 2623212.
HSL color Cylindrical-coordinate representation of color #EC0628: hue angle of 351.13º 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 #EC0628 is Cyan = 0, Magento = 0.97, Yellow = 0.83 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 6 | 40 | - |
| CMYK | 0 | 0.97 | 0.83 | 0.07 |
| HSL | 351.13º | 0.95% | 0.47% | - |
| HSV(B) | 351.13º | 0.97% | 0.93% | - |
| XYZ | 35.04 | 18.12 | 3.66 | - |
| YUV | 78.65 | 106.2 | 240.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 6 | 40 | 0 | 0.97 | 0.83 | 0.07 | 351.13 | 0.95 | 0.47 |
| Hex | EC | 6 | 28 | 0 | 61 | 53 | 7 | 15F | 5F | 2F |
| Octal | 354 | 6 | 50 | 0 | 141 | 123 | 7 | 537 | 137 | 57 |
| Binary | 11101100 | 110 | 101000 | 0 | 1100001 | 1010011 | 111 | 101011111 | 1011111 | 101111 |
Color Harmonies of #EC0628
Complementary color
Monochromatic Colors of #EC0628
Black with #EC0628
Text Example
Text Example
White with #EC0628
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC0628; }
p { color: rgb(236,6,40); }
H1.HeaderClassName
{
color: #EC0628;
}
.AnyTagClassName
{
color: #EC0628;
}
</style>
background-color css
<style>
a { background-color: #EC0628; }
a { background-color: rgb(236,6,40); }
div.DivClassName
{
background-color: #EC0628;
}
.BgClassName
{
background-color: #EC0628;
}
</style>
border-color css
<style>
span { border-color: #EC0628; }
span { border-color: rgb(236,6,40); }
td.TdClassName
{
border-color: #EC0628;
}
.TagClassName
{
border-color: #EC0628;
}
</style>