Shades of Torch Red #EC0C38
Tints of Torch Red #EC0C38
RGB
CMYK
RGB Variations
Color information
#EC0C38 (or 0xEC0C38) is known color: Torch Red. HEX triplet: EC, 0C and 38. RGB value is (236,12,56). Sum of RGB (Red+Green+Blue) = 236+12+56=304 (40% of max value = 765). Red value is 236 (92.58% from 255 or 77.63% from 304); Green value is 12 (5.08% from 255 or 3.95% from 304); Blue value is 56 (22.27% from 255 or 18.42% from 304); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0C38 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC0C38 is #13F3C7. Grayscale: #545454. Windows color (decimal): -1307592 or 3673324. OLE color: 3673324.
HSL color Cylindrical-coordinate representation of color #EC0C38: hue angle of 348.21º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EC0C38 is Cyan = 0, Magento = 0.95, Yellow = 0.76 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 12 | 56 | - |
| CMYK | 0 | 0.95 | 0.76 | 0.07 |
| HSL | 348.21º | 0.9% | 0.49% | - |
| HSV(B) | 348.21º | 0.95% | 0.93% | - |
| XYZ | 35.44 | 18.38 | 5.42 | - |
| YUV | 83.99 | 112.21 | 236.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 12 | 56 | 0 | 0.95 | 0.76 | 0.07 | 348.21 | 0.9 | 0.49 |
| Hex | EC | C | 38 | 0 | 5F | 4C | 7 | 15C | 5A | 31 |
| Octal | 354 | 14 | 70 | 0 | 137 | 114 | 7 | 534 | 132 | 61 |
| Binary | 11101100 | 1100 | 111000 | 0 | 1011111 | 1001100 | 111 | 101011100 | 1011010 | 110001 |
Color Harmonies of #EC0C38
Complementary color
Monochromatic Colors of #EC0C38
Black with #EC0C38
Text Example
Text Example
White with #EC0C38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC0C38; }
p { color: rgb(236,12,56); }
H1.HeaderClassName
{
color: #EC0C38;
}
.AnyTagClassName
{
color: #EC0C38;
}
</style>
background-color css
<style>
a { background-color: #EC0C38; }
a { background-color: rgb(236,12,56); }
div.DivClassName
{
background-color: #EC0C38;
}
.BgClassName
{
background-color: #EC0C38;
}
</style>
border-color css
<style>
span { border-color: #EC0C38; }
span { border-color: rgb(236,12,56); }
td.TdClassName
{
border-color: #EC0C38;
}
.TagClassName
{
border-color: #EC0C38;
}
</style>