Shades of Torch Red #EC052B
Tints of Torch Red #EC052B
RGB
CMYK
RGB Variations
Color information
#EC052B (or 0xEC052B) is known color: Torch Red. HEX triplet: EC, 05 and 2B. RGB value is (236,5,43). Sum of RGB (Red+Green+Blue) = 236+5+43=284 (37% of max value = 765). Red value is 236 (92.58% from 255 or 83.10% from 284); Green value is 5 (2.34% from 255 or 1.76% from 284); Blue value is 43 (17.19% from 255 or 15.14% from 284); Max value from RGB is 236 - color contains mainly: red. Hex color #EC052B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC052B is #13FAD4. Grayscale: #4E4E4E. Windows color (decimal): -1309397 or 2819564. OLE color: 2819564.
HSL color Cylindrical-coordinate representation of color #EC052B: hue angle of 350.13º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EC052B is Cyan = 0, Magento = 0.98, Yellow = 0.82 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 5 | 43 | - |
| CMYK | 0 | 0.98 | 0.82 | 0.07 |
| HSL | 350.13º | 0.96% | 0.47% | - |
| HSV(B) | 350.13º | 0.98% | 0.93% | - |
| XYZ | 35.08 | 18.12 | 3.93 | - |
| YUV | 78.4 | 108.03 | 240.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 5 | 43 | 0 | 0.98 | 0.82 | 0.07 | 350.13 | 0.96 | 0.47 |
| Hex | EC | 5 | 2B | 0 | 62 | 52 | 7 | 15E | 60 | 2F |
| Octal | 354 | 5 | 53 | 0 | 142 | 122 | 7 | 536 | 140 | 57 |
| Binary | 11101100 | 101 | 101011 | 0 | 1100010 | 1010010 | 111 | 101011110 | 1100000 | 101111 |
Color Harmonies of #EC052B
Complementary color
Monochromatic Colors of #EC052B
Black with #EC052B
Text Example
Text Example
White with #EC052B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC052B; }
p { color: rgb(236,5,43); }
H1.HeaderClassName
{
color: #EC052B;
}
.AnyTagClassName
{
color: #EC052B;
}
</style>
background-color css
<style>
a { background-color: #EC052B; }
a { background-color: rgb(236,5,43); }
div.DivClassName
{
background-color: #EC052B;
}
.BgClassName
{
background-color: #EC052B;
}
</style>
border-color css
<style>
span { border-color: #EC052B; }
span { border-color: rgb(236,5,43); }
td.TdClassName
{
border-color: #EC052B;
}
.TagClassName
{
border-color: #EC052B;
}
</style>