Shades of Torch Red #EC052A
Tints of Torch Red #EC052A
RGB
CMYK
RGB Variations
Color information
#EC052A (or 0xEC052A) is known color: Torch Red. HEX triplet: EC, 05 and 2A. RGB value is (236,5,42). Sum of RGB (Red+Green+Blue) = 236+5+42=283 (37% of max value = 765). Red value is 236 (92.58% from 255 or 83.39% from 283); Green value is 5 (2.34% from 255 or 1.77% from 283); Blue value is 42 (16.80% from 255 or 14.84% from 283); Max value from RGB is 236 - color contains mainly: red. Hex color #EC052A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC052A is #13FAD5. Grayscale: #4E4E4E. Windows color (decimal): -1309398 or 2754028. OLE color: 2754028.
HSL color Cylindrical-coordinate representation of color #EC052A: hue angle of 350.39º 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 #EC052A is Cyan = 0, Magento = 0.98, Yellow = 0.82 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 5 | 42 | - |
| CMYK | 0 | 0.98 | 0.82 | 0.07 |
| HSL | 350.39º | 0.96% | 0.47% | - |
| HSV(B) | 350.39º | 0.98% | 0.93% | - |
| XYZ | 35.06 | 18.11 | 3.84 | - |
| YUV | 78.29 | 107.53 | 240.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 5 | 42 | 0 | 0.98 | 0.82 | 0.07 | 350.39 | 0.96 | 0.47 |
| Hex | EC | 5 | 2A | 0 | 62 | 52 | 7 | 15E | 60 | 2F |
| Octal | 354 | 5 | 52 | 0 | 142 | 122 | 7 | 536 | 140 | 57 |
| Binary | 11101100 | 101 | 101010 | 0 | 1100010 | 1010010 | 111 | 101011110 | 1100000 | 101111 |
Color Harmonies of #EC052A
Complementary color
Monochromatic Colors of #EC052A
Black with #EC052A
Text Example
Text Example
White with #EC052A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC052A; }
p { color: rgb(236,5,42); }
H1.HeaderClassName
{
color: #EC052A;
}
.AnyTagClassName
{
color: #EC052A;
}
</style>
background-color css
<style>
a { background-color: #EC052A; }
a { background-color: rgb(236,5,42); }
div.DivClassName
{
background-color: #EC052A;
}
.BgClassName
{
background-color: #EC052A;
}
</style>
border-color css
<style>
span { border-color: #EC052A; }
span { border-color: rgb(236,5,42); }
td.TdClassName
{
border-color: #EC052A;
}
.TagClassName
{
border-color: #EC052A;
}
</style>