Shades of Torch Red #EC132D
Tints of Torch Red #EC132D
RGB
CMYK
RGB Variations
Color information
#EC132D (or 0xEC132D) is known color: Torch Red. HEX triplet: EC, 13 and 2D. RGB value is (236,19,45). Sum of RGB (Red+Green+Blue) = 236+19+45=300 (39% of max value = 765). Red value is 236 (92.58% from 255 or 78.67% from 300); Green value is 19 (7.81% from 255 or 6.33% from 300); Blue value is 45 (17.97% from 255 or 15% from 300); Max value from RGB is 236 - color contains mainly: red. Hex color #EC132D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC132D is #13ECD2. Grayscale: #565656. Windows color (decimal): -1305811 or 2954220. OLE color: 2954220.
HSL color Cylindrical-coordinate representation of color #EC132D: hue angle of 352.81º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EC132D is Cyan = 0, Magento = 0.92, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 19 | 45 | - |
| CMYK | 0 | 0.92 | 0.81 | 0.07 |
| HSL | 352.81º | 0.85% | 0.5% | - |
| HSV(B) | 352.81º | 0.92% | 0.93% | - |
| XYZ | 35.3 | 18.49 | 4.19 | - |
| YUV | 86.85 | 104.39 | 234.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 19 | 45 | 0 | 0.92 | 0.81 | 0.07 | 352.81 | 0.85 | 0.5 |
| Hex | EC | 13 | 2D | 0 | 5C | 51 | 7 | 161 | 55 | 32 |
| Octal | 354 | 23 | 55 | 0 | 134 | 121 | 7 | 541 | 125 | 62 |
| Binary | 11101100 | 10011 | 101101 | 0 | 1011100 | 1010001 | 111 | 101100001 | 1010101 | 110010 |
Color Harmonies of #EC132D
Complementary color
Monochromatic Colors of #EC132D
Black with #EC132D
Text Example
Text Example
White with #EC132D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC132D; }
p { color: rgb(236,19,45); }
H1.HeaderClassName
{
color: #EC132D;
}
.AnyTagClassName
{
color: #EC132D;
}
</style>
background-color css
<style>
a { background-color: #EC132D; }
a { background-color: rgb(236,19,45); }
div.DivClassName
{
background-color: #EC132D;
}
.BgClassName
{
background-color: #EC132D;
}
</style>
border-color css
<style>
span { border-color: #EC132D; }
span { border-color: rgb(236,19,45); }
td.TdClassName
{
border-color: #EC132D;
}
.TagClassName
{
border-color: #EC132D;
}
</style>