Shades of Torch Red #EC102D
Tints of Torch Red #EC102D
RGB
CMYK
RGB Variations
Color information
#EC102D (or 0xEC102D) is known color: Torch Red. HEX triplet: EC, 10 and 2D. RGB value is (236,16,45). Sum of RGB (Red+Green+Blue) = 236+16+45=297 (39% of max value = 765). Red value is 236 (92.58% from 255 or 79.46% from 297); Green value is 16 (6.64% from 255 or 5.39% from 297); Blue value is 45 (17.97% from 255 or 15.15% from 297); Max value from RGB is 236 - color contains mainly: red. Hex color #EC102D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC102D is #13EFD2. Grayscale: #555555. Windows color (decimal): -1306579 or 2953452. OLE color: 2953452.
HSL color Cylindrical-coordinate representation of color #EC102D: hue angle of 352.09º 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 #EC102D is Cyan = 0, Magento = 0.93, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 16 | 45 | - |
| CMYK | 0 | 0.93 | 0.81 | 0.07 |
| HSL | 352.09º | 0.87% | 0.49% | - |
| HSV(B) | 352.09º | 0.93% | 0.93% | - |
| XYZ | 35.25 | 18.39 | 4.17 | - |
| YUV | 85.09 | 105.39 | 235.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 16 | 45 | 0 | 0.93 | 0.81 | 0.07 | 352.09 | 0.87 | 0.49 |
| Hex | EC | 10 | 2D | 0 | 5D | 51 | 7 | 160 | 57 | 31 |
| Octal | 354 | 20 | 55 | 0 | 135 | 121 | 7 | 540 | 127 | 61 |
| Binary | 11101100 | 10000 | 101101 | 0 | 1011101 | 1010001 | 111 | 101100000 | 1010111 | 110001 |
Color Harmonies of #EC102D
Complementary color
Monochromatic Colors of #EC102D
Black with #EC102D
Text Example
Text Example
White with #EC102D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC102D; }
p { color: rgb(236,16,45); }
H1.HeaderClassName
{
color: #EC102D;
}
.AnyTagClassName
{
color: #EC102D;
}
</style>
background-color css
<style>
a { background-color: #EC102D; }
a { background-color: rgb(236,16,45); }
div.DivClassName
{
background-color: #EC102D;
}
.BgClassName
{
background-color: #EC102D;
}
</style>
border-color css
<style>
span { border-color: #EC102D; }
span { border-color: rgb(236,16,45); }
td.TdClassName
{
border-color: #EC102D;
}
.TagClassName
{
border-color: #EC102D;
}
</style>