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