Shades of Torch Red #EC093A
Tints of Torch Red #EC093A
RGB
CMYK
RGB Variations
Color information
#EC093A (or 0xEC093A) is known color: Torch Red. HEX triplet: EC, 09 and 3A. RGB value is (236,9,58). Sum of RGB (Red+Green+Blue) = 236+9+58=303 (40% of max value = 765). Red value is 236 (92.58% from 255 or 77.89% from 303); Green value is 9 (3.91% from 255 or 2.97% from 303); Blue value is 58 (23.05% from 255 or 19.14% from 303); Max value from RGB is 236 - color contains mainly: red. Hex color #EC093A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC093A is #13F6C5. Grayscale: #525252. Windows color (decimal): -1308358 or 3803628. OLE color: 3803628.
HSL color Cylindrical-coordinate representation of color #EC093A: hue angle of 347.05º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EC093A is Cyan = 0, Magento = 0.96, Yellow = 0.75 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 9 | 58 | - |
| CMYK | 0 | 0.96 | 0.75 | 0.07 |
| HSL | 347.05º | 0.93% | 0.48% | - |
| HSV(B) | 347.05º | 0.96% | 0.93% | - |
| XYZ | 35.45 | 18.33 | 5.67 | - |
| YUV | 82.46 | 114.21 | 237.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 9 | 58 | 0 | 0.96 | 0.75 | 0.07 | 347.05 | 0.93 | 0.48 |
| Hex | EC | 9 | 3A | 0 | 60 | 4B | 7 | 15B | 5D | 30 |
| Octal | 354 | 11 | 72 | 0 | 140 | 113 | 7 | 533 | 135 | 60 |
| Binary | 11101100 | 1001 | 111010 | 0 | 1100000 | 1001011 | 111 | 101011011 | 1011101 | 110000 |
Color Harmonies of #EC093A
Complementary color
Monochromatic Colors of #EC093A
Black with #EC093A
Text Example
Text Example
White with #EC093A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC093A; }
p { color: rgb(236,9,58); }
H1.HeaderClassName
{
color: #EC093A;
}
.AnyTagClassName
{
color: #EC093A;
}
</style>
background-color css
<style>
a { background-color: #EC093A; }
a { background-color: rgb(236,9,58); }
div.DivClassName
{
background-color: #EC093A;
}
.BgClassName
{
background-color: #EC093A;
}
</style>
border-color css
<style>
span { border-color: #EC093A; }
span { border-color: rgb(236,9,58); }
td.TdClassName
{
border-color: #EC093A;
}
.TagClassName
{
border-color: #EC093A;
}
</style>