Shades of Torch Red #EC102B
Tints of Torch Red #EC102B
RGB
CMYK
RGB Variations
Color information
#EC102B (or 0xEC102B) is known color: Torch Red. HEX triplet: EC, 10 and 2B. RGB value is (236,16,43). Sum of RGB (Red+Green+Blue) = 236+16+43=295 (39% of max value = 765). Red value is 236 (92.58% from 255 or 80% from 295); Green value is 16 (6.64% from 255 or 5.42% from 295); Blue value is 43 (17.19% from 255 or 14.58% from 295); Max value from RGB is 236 - color contains mainly: red. Hex color #EC102B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC102B is #13EFD4. Grayscale: #545454. Windows color (decimal): -1306581 or 2822380. OLE color: 2822380.
HSL color Cylindrical-coordinate representation of color #EC102B: hue angle of 352.64º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EC102B is Cyan = 0, Magento = 0.93, Yellow = 0.82 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 16 | 43 | - |
| CMYK | 0 | 0.93 | 0.82 | 0.07 |
| HSL | 352.64º | 0.87% | 0.49% | - |
| HSV(B) | 352.64º | 0.93% | 0.93% | - |
| XYZ | 35.21 | 18.38 | 3.98 | - |
| YUV | 84.86 | 104.39 | 235.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 16 | 43 | 0 | 0.93 | 0.82 | 0.07 | 352.64 | 0.87 | 0.49 |
| Hex | EC | 10 | 2B | 0 | 5D | 52 | 7 | 161 | 57 | 31 |
| Octal | 354 | 20 | 53 | 0 | 135 | 122 | 7 | 541 | 127 | 61 |
| Binary | 11101100 | 10000 | 101011 | 0 | 1011101 | 1010010 | 111 | 101100001 | 1010111 | 110001 |
Color Harmonies of #EC102B
Complementary color
Monochromatic Colors of #EC102B
Black with #EC102B
Text Example
Text Example
White with #EC102B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC102B; }
p { color: rgb(236,16,43); }
H1.HeaderClassName
{
color: #EC102B;
}
.AnyTagClassName
{
color: #EC102B;
}
</style>
background-color css
<style>
a { background-color: #EC102B; }
a { background-color: rgb(236,16,43); }
div.DivClassName
{
background-color: #EC102B;
}
.BgClassName
{
background-color: #EC102B;
}
</style>
border-color css
<style>
span { border-color: #EC102B; }
span { border-color: rgb(236,16,43); }
td.TdClassName
{
border-color: #EC102B;
}
.TagClassName
{
border-color: #EC102B;
}
</style>