Shades of Torch Red #EC061D
Tints of Torch Red #EC061D
RGB
CMYK
RGB Variations
Color information
#EC061D (or 0xEC061D) is known color: Torch Red. HEX triplet: EC, 06 and 1D. RGB value is (236,6,29). Sum of RGB (Red+Green+Blue) = 236+6+29=271 (35% of max value = 765). Red value is 236 (92.58% from 255 or 87.08% from 271); Green value is 6 (2.73% from 255 or 2.21% from 271); Blue value is 29 (11.72% from 255 or 10.70% from 271); Max value from RGB is 236 - color contains mainly: red. Hex color #EC061D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC061D is #13F9E2. Grayscale: #4D4D4D. Windows color (decimal): -1309155 or 1902316. OLE color: 1902316.
HSL color Cylindrical-coordinate representation of color #EC061D: hue angle of 354º 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 #EC061D is Cyan = 0, Magento = 0.97, Yellow = 0.88 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 6 | 29 | - |
| CMYK | 0 | 0.97 | 0.88 | 0.07 |
| HSL | 354º | 0.95% | 0.47% | - |
| HSV(B) | 354º | 0.97% | 0.93% | - |
| XYZ | 34.88 | 18.05 | 2.81 | - |
| YUV | 77.39 | 100.7 | 241.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 6 | 29 | 0 | 0.97 | 0.88 | 0.07 | 354 | 0.95 | 0.47 |
| Hex | EC | 6 | 1D | 0 | 61 | 58 | 7 | 162 | 5F | 2F |
| Octal | 354 | 6 | 35 | 0 | 141 | 130 | 7 | 542 | 137 | 57 |
| Binary | 11101100 | 110 | 11101 | 0 | 1100001 | 1011000 | 111 | 101100010 | 1011111 | 101111 |
Color Harmonies of #EC061D
Complementary color
Monochromatic Colors of #EC061D
Black with #EC061D
Text Example
Text Example
White with #EC061D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC061D; }
p { color: rgb(236,6,29); }
H1.HeaderClassName
{
color: #EC061D;
}
.AnyTagClassName
{
color: #EC061D;
}
</style>
background-color css
<style>
a { background-color: #EC061D; }
a { background-color: rgb(236,6,29); }
div.DivClassName
{
background-color: #EC061D;
}
.BgClassName
{
background-color: #EC061D;
}
</style>
border-color css
<style>
span { border-color: #EC061D; }
span { border-color: rgb(236,6,29); }
td.TdClassName
{
border-color: #EC061D;
}
.TagClassName
{
border-color: #EC061D;
}
</style>