Shades of Torch Red #EC132B
Tints of Torch Red #EC132B
RGB
CMYK
RGB Variations
Color information
#EC132B (or 0xEC132B) is known color: Torch Red. HEX triplet: EC, 13 and 2B. RGB value is (236,19,43). Sum of RGB (Red+Green+Blue) = 236+19+43=298 (39% of max value = 765). Red value is 236 (92.58% from 255 or 79.19% from 298); Green value is 19 (7.81% from 255 or 6.38% from 298); Blue value is 43 (17.19% from 255 or 14.43% from 298); Max value from RGB is 236 - color contains mainly: red. Hex color #EC132B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC132B is #13ECD4. Grayscale: #565656. Windows color (decimal): -1305813 or 2823148. OLE color: 2823148.
HSL color Cylindrical-coordinate representation of color #EC132B: hue angle of 353.36º 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 #EC132B is Cyan = 0, Magento = 0.92, Yellow = 0.82 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 19 | 43 | - |
| CMYK | 0 | 0.92 | 0.82 | 0.07 |
| HSL | 353.36º | 0.85% | 0.5% | - |
| HSV(B) | 353.36º | 0.92% | 0.93% | - |
| XYZ | 35.26 | 18.47 | 3.99 | - |
| YUV | 86.62 | 103.39 | 234.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 19 | 43 | 0 | 0.92 | 0.82 | 0.07 | 353.36 | 0.85 | 0.5 |
| Hex | EC | 13 | 2B | 0 | 5C | 52 | 7 | 161 | 55 | 32 |
| Octal | 354 | 23 | 53 | 0 | 134 | 122 | 7 | 541 | 125 | 62 |
| Binary | 11101100 | 10011 | 101011 | 0 | 1011100 | 1010010 | 111 | 101100001 | 1010101 | 110010 |
Color Harmonies of #EC132B
Complementary color
Monochromatic Colors of #EC132B
Black with #EC132B
Text Example
Text Example
White with #EC132B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC132B; }
p { color: rgb(236,19,43); }
H1.HeaderClassName
{
color: #EC132B;
}
.AnyTagClassName
{
color: #EC132B;
}
</style>
background-color css
<style>
a { background-color: #EC132B; }
a { background-color: rgb(236,19,43); }
div.DivClassName
{
background-color: #EC132B;
}
.BgClassName
{
background-color: #EC132B;
}
</style>
border-color css
<style>
span { border-color: #EC132B; }
span { border-color: rgb(236,19,43); }
td.TdClassName
{
border-color: #EC132B;
}
.TagClassName
{
border-color: #EC132B;
}
</style>