Shades of Torch Red #EC0238
Tints of Torch Red #EC0238
RGB
CMYK
RGB Variations
Color information
#EC0238 (or 0xEC0238) is known color: Torch Red. HEX triplet: EC, 02 and 38. RGB value is (236,2,56). Sum of RGB (Red+Green+Blue) = 236+2+56=294 (38% of max value = 765). Red value is 236 (92.58% from 255 or 80.27% from 294); Green value is 2 (1.17% from 255 or 0.68% from 294); Blue value is 56 (22.27% from 255 or 19.05% from 294); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0238 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC0238 is #13FDC7. Grayscale: #4E4E4E. Windows color (decimal): -1310152 or 3670764. OLE color: 3670764.
HSL color Cylindrical-coordinate representation of color #EC0238: hue angle of 346.15º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EC0238 is Cyan = 0, Magento = 0.99, Yellow = 0.76 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 2 | 56 | - |
| CMYK | 0 | 0.99 | 0.76 | 0.07 |
| HSL | 346.15º | 0.98% | 0.47% | - |
| HSV(B) | 346.15º | 0.99% | 0.93% | - |
| XYZ | 35.33 | 18.16 | 5.38 | - |
| YUV | 78.12 | 115.52 | 240.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 2 | 56 | 0 | 0.99 | 0.76 | 0.07 | 346.15 | 0.98 | 0.47 |
| Hex | EC | 2 | 38 | 0 | 63 | 4C | 7 | 15A | 62 | 2F |
| Octal | 354 | 2 | 70 | 0 | 143 | 114 | 7 | 532 | 142 | 57 |
| Binary | 11101100 | 10 | 111000 | 0 | 1100011 | 1001100 | 111 | 101011010 | 1100010 | 101111 |
Color Harmonies of #EC0238
Complementary color
Monochromatic Colors of #EC0238
Black with #EC0238
Text Example
Text Example
White with #EC0238
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC0238; }
p { color: rgb(236,2,56); }
H1.HeaderClassName
{
color: #EC0238;
}
.AnyTagClassName
{
color: #EC0238;
}
</style>
background-color css
<style>
a { background-color: #EC0238; }
a { background-color: rgb(236,2,56); }
div.DivClassName
{
background-color: #EC0238;
}
.BgClassName
{
background-color: #EC0238;
}
</style>
border-color css
<style>
span { border-color: #EC0238; }
span { border-color: rgb(236,2,56); }
td.TdClassName
{
border-color: #EC0238;
}
.TagClassName
{
border-color: #EC0238;
}
</style>