Shades of Torch Red #EC002A
Tints of Torch Red #EC002A
RGB
CMYK
RGB Variations
Color information
#EC002A (or 0xEC002A) is known color: Torch Red. HEX triplet: EC, 00 and 2A. RGB value is (236,0,42). Sum of RGB (Red+Green+Blue) = 236+0+42=278 (36% of max value = 765). Red value is 236 (92.58% from 255 or 84.89% from 278); Green value is 0 (0.39% from 255 or 0% from 278); Blue value is 42 (16.80% from 255 or 15.11% from 278); Max value from RGB is 236 - color contains mainly: red. Hex color #EC002A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC002A is #13FFD5. Grayscale: #4B4B4B. Windows color (decimal): -1310678 or 2752748. OLE color: 2752748.
HSL color Cylindrical-coordinate representation of color #EC002A: hue angle of 349.32º 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 #EC002A is Cyan = 0, Magento = 1, Yellow = 0.82 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 0 | 42 | - |
| CMYK | 0 | 1 | 0.82 | 0.07 |
| HSL | 349.32º | 1% | 0.46% | - |
| HSV(B) | 349.32º | 1% | 0.93% | - |
| XYZ | 35.01 | 18 | 3.82 | - |
| YUV | 75.35 | 109.19 | 242.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 0 | 42 | 0 | 1 | 0.82 | 0.07 | 349.32 | 1 | 0.46 |
| Hex | EC | 0 | 2A | 0 | 64 | 52 | 7 | 15D | 64 | 2E |
| Octal | 354 | 0 | 52 | 0 | 144 | 122 | 7 | 535 | 144 | 56 |
| Binary | 11101100 | 0 | 101010 | 0 | 1100100 | 1010010 | 111 | 101011101 | 1100100 | 101110 |
Color Harmonies of #EC002A
Complementary color
Monochromatic Colors of #EC002A
Black with #EC002A
Text Example
Text Example
White with #EC002A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC002A; }
p { color: rgb(236,0,42); }
H1.HeaderClassName
{
color: #EC002A;
}
.AnyTagClassName
{
color: #EC002A;
}
</style>
background-color css
<style>
a { background-color: #EC002A; }
a { background-color: rgb(236,0,42); }
div.DivClassName
{
background-color: #EC002A;
}
.BgClassName
{
background-color: #EC002A;
}
</style>
border-color css
<style>
span { border-color: #EC002A; }
span { border-color: rgb(236,0,42); }
td.TdClassName
{
border-color: #EC002A;
}
.TagClassName
{
border-color: #EC002A;
}
</style>