Shades of Torch Red #EC061B
Tints of Torch Red #EC061B
RGB
CMYK
RGB Variations
Color information
#EC061B (or 0xEC061B) is known color: Torch Red. HEX triplet: EC, 06 and 1B. RGB value is (236,6,27). Sum of RGB (Red+Green+Blue) = 236+6+27=269 (35% of max value = 765). Red value is 236 (92.58% from 255 or 87.73% from 269); Green value is 6 (2.73% from 255 or 2.23% from 269); Blue value is 27 (10.94% from 255 or 10.04% from 269); Max value from RGB is 236 - color contains mainly: red. Hex color #EC061B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC061B is #13F9E4. Grayscale: #4D4D4D. Windows color (decimal): -1309157 or 1771244. OLE color: 1771244.
HSL color Cylindrical-coordinate representation of color #EC061B: hue angle of 354.52º 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 #EC061B is Cyan = 0, Magento = 0.97, Yellow = 0.89 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 6 | 27 | - |
| CMYK | 0 | 0.97 | 0.89 | 0.07 |
| HSL | 354.52º | 0.95% | 0.47% | - |
| HSV(B) | 354.52º | 0.97% | 0.93% | - |
| XYZ | 34.86 | 18.04 | 2.68 | - |
| YUV | 77.16 | 99.7 | 241.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 6 | 27 | 0 | 0.97 | 0.89 | 0.07 | 354.52 | 0.95 | 0.47 |
| Hex | EC | 6 | 1B | 0 | 61 | 59 | 7 | 163 | 5F | 2F |
| Octal | 354 | 6 | 33 | 0 | 141 | 131 | 7 | 543 | 137 | 57 |
| Binary | 11101100 | 110 | 11011 | 0 | 1100001 | 1011001 | 111 | 101100011 | 1011111 | 101111 |
Color Harmonies of #EC061B
Complementary color
Monochromatic Colors of #EC061B
Black with #EC061B
Text Example
Text Example
White with #EC061B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC061B; }
p { color: rgb(236,6,27); }
H1.HeaderClassName
{
color: #EC061B;
}
.AnyTagClassName
{
color: #EC061B;
}
</style>
background-color css
<style>
a { background-color: #EC061B; }
a { background-color: rgb(236,6,27); }
div.DivClassName
{
background-color: #EC061B;
}
.BgClassName
{
background-color: #EC061B;
}
</style>
border-color css
<style>
span { border-color: #EC061B; }
span { border-color: rgb(236,6,27); }
td.TdClassName
{
border-color: #EC061B;
}
.TagClassName
{
border-color: #EC061B;
}
</style>