Shades of Torch Red #EC0627
Tints of Torch Red #EC0627
RGB
CMYK
RGB Variations
Color information
#EC0627 (or 0xEC0627) is known color: Torch Red. HEX triplet: EC, 06 and 27. RGB value is (236,6,39). Sum of RGB (Red+Green+Blue) = 236+6+39=281 (37% of max value = 765). Red value is 236 (92.58% from 255 or 83.99% from 281); Green value is 6 (2.73% from 255 or 2.14% from 281); Blue value is 39 (15.62% from 255 or 13.88% from 281); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0627 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC0627 is #13F9D8. Grayscale: #4E4E4E. Windows color (decimal): -1309145 or 2557676. OLE color: 2557676.
HSL color Cylindrical-coordinate representation of color #EC0627: hue angle of 351.39º 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 #EC0627 is Cyan = 0, Magento = 0.97, Yellow = 0.83 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 6 | 39 | - |
| CMYK | 0 | 0.97 | 0.83 | 0.07 |
| HSL | 351.39º | 0.95% | 0.47% | - |
| HSV(B) | 351.39º | 0.97% | 0.93% | - |
| XYZ | 35.02 | 18.11 | 3.57 | - |
| YUV | 78.53 | 105.7 | 240.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 6 | 39 | 0 | 0.97 | 0.83 | 0.07 | 351.39 | 0.95 | 0.47 |
| Hex | EC | 6 | 27 | 0 | 61 | 53 | 7 | 15F | 5F | 2F |
| Octal | 354 | 6 | 47 | 0 | 141 | 123 | 7 | 537 | 137 | 57 |
| Binary | 11101100 | 110 | 100111 | 0 | 1100001 | 1010011 | 111 | 101011111 | 1011111 | 101111 |
Color Harmonies of #EC0627
Complementary color
Monochromatic Colors of #EC0627
Black with #EC0627
Text Example
Text Example
White with #EC0627
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC0627; }
p { color: rgb(236,6,39); }
H1.HeaderClassName
{
color: #EC0627;
}
.AnyTagClassName
{
color: #EC0627;
}
</style>
background-color css
<style>
a { background-color: #EC0627; }
a { background-color: rgb(236,6,39); }
div.DivClassName
{
background-color: #EC0627;
}
.BgClassName
{
background-color: #EC0627;
}
</style>
border-color css
<style>
span { border-color: #EC0627; }
span { border-color: rgb(236,6,39); }
td.TdClassName
{
border-color: #EC0627;
}
.TagClassName
{
border-color: #EC0627;
}
</style>