Shades of Torch Red #EC0230
Tints of Torch Red #EC0230
RGB
CMYK
RGB Variations
Color information
#EC0230 (or 0xEC0230) is known color: Torch Red. HEX triplet: EC, 02 and 30. RGB value is (236,2,48). Sum of RGB (Red+Green+Blue) = 236+2+48=286 (37% of max value = 765). Red value is 236 (92.58% from 255 or 82.52% from 286); Green value is 2 (1.17% from 255 or 0.70% from 286); Blue value is 48 (19.14% from 255 or 16.78% from 286); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0230 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC0230 is #13FDCF. Grayscale: #4D4D4D. Windows color (decimal): -1310160 or 3146476. OLE color: 3146476.
HSL color Cylindrical-coordinate representation of color #EC0230: hue angle of 348.21º 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 #EC0230 is Cyan = 0, Magento = 0.99, Yellow = 0.80 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 2 | 48 | - |
| CMYK | 0 | 0.99 | 0.80 | 0.07 |
| HSL | 348.21º | 0.98% | 0.47% | - |
| HSV(B) | 348.21º | 0.99% | 0.93% | - |
| XYZ | 35.15 | 18.09 | 4.44 | - |
| YUV | 77.21 | 111.52 | 241.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 2 | 48 | 0 | 0.99 | 0.80 | 0.07 | 348.21 | 0.98 | 0.47 |
| Hex | EC | 2 | 30 | 0 | 63 | 50 | 7 | 15C | 62 | 2F |
| Octal | 354 | 2 | 60 | 0 | 143 | 120 | 7 | 534 | 142 | 57 |
| Binary | 11101100 | 10 | 110000 | 0 | 1100011 | 1010000 | 111 | 101011100 | 1100010 | 101111 |
Color Harmonies of #EC0230
Complementary color
Monochromatic Colors of #EC0230
Black with #EC0230
Text Example
Text Example
White with #EC0230
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC0230; }
p { color: rgb(236,2,48); }
H1.HeaderClassName
{
color: #EC0230;
}
.AnyTagClassName
{
color: #EC0230;
}
</style>
background-color css
<style>
a { background-color: #EC0230; }
a { background-color: rgb(236,2,48); }
div.DivClassName
{
background-color: #EC0230;
}
.BgClassName
{
background-color: #EC0230;
}
</style>
border-color css
<style>
span { border-color: #EC0230; }
span { border-color: rgb(236,2,48); }
td.TdClassName
{
border-color: #EC0230;
}
.TagClassName
{
border-color: #EC0230;
}
</style>