Shades of Torch Red #EC002C
Tints of Torch Red #EC002C
RGB
CMYK
RGB Variations
Color information
#EC002C (or 0xEC002C) is known color: Torch Red. HEX triplet: EC, 00 and 2C. RGB value is (236,0,44). Sum of RGB (Red+Green+Blue) = 236+0+44=280 (37% of max value = 765). Red value is 236 (92.58% from 255 or 84.29% from 280); Green value is 0 (0.39% from 255 or 0% from 280); Blue value is 44 (17.58% from 255 or 15.71% from 280); Max value from RGB is 236 - color contains mainly: red. Hex color #EC002C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC002C is #13FFD3. Grayscale: #4B4B4B. Windows color (decimal): -1310676 or 2883820. OLE color: 2883820.
HSL color Cylindrical-coordinate representation of color #EC002C: hue angle of 348.81º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EC002C is Cyan = 0, Magento = 1, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 0 | 44 | - |
| CMYK | 0 | 1 | 0.81 | 0.07 |
| HSL | 348.81º | 1% | 0.46% | - |
| HSV(B) | 348.81º | 1% | 0.93% | - |
| XYZ | 35.05 | 18.01 | 4.01 | - |
| YUV | 75.58 | 110.19 | 242.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 0 | 44 | 0 | 1 | 0.81 | 0.07 | 348.81 | 1 | 0.46 |
| Hex | EC | 0 | 2C | 0 | 64 | 51 | 7 | 15D | 64 | 2E |
| Octal | 354 | 0 | 54 | 0 | 144 | 121 | 7 | 535 | 144 | 56 |
| Binary | 11101100 | 0 | 101100 | 0 | 1100100 | 1010001 | 111 | 101011101 | 1100100 | 101110 |
Color Harmonies of #EC002C
Complementary color
Monochromatic Colors of #EC002C
Black with #EC002C
Text Example
Text Example
White with #EC002C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC002C; }
p { color: rgb(236,0,44); }
H1.HeaderClassName
{
color: #EC002C;
}
.AnyTagClassName
{
color: #EC002C;
}
</style>
background-color css
<style>
a { background-color: #EC002C; }
a { background-color: rgb(236,0,44); }
div.DivClassName
{
background-color: #EC002C;
}
.BgClassName
{
background-color: #EC002C;
}
</style>
border-color css
<style>
span { border-color: #EC002C; }
span { border-color: rgb(236,0,44); }
td.TdClassName
{
border-color: #EC002C;
}
.TagClassName
{
border-color: #EC002C;
}
</style>