Shades of Torch Red #EC032B
Tints of Torch Red #EC032B
RGB
CMYK
RGB Variations
Color information
#EC032B (or 0xEC032B) is known color: Torch Red. HEX triplet: EC, 03 and 2B. RGB value is (236,3,43). Sum of RGB (Red+Green+Blue) = 236+3+43=282 (37% of max value = 765). Red value is 236 (92.58% from 255 or 83.69% from 282); Green value is 3 (1.56% from 255 or 1.06% from 282); Blue value is 43 (17.19% from 255 or 15.25% from 282); Max value from RGB is 236 - color contains mainly: red. Hex color #EC032B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC032B is #13FCD4. Grayscale: #4D4D4D. Windows color (decimal): -1309909 or 2819052. OLE color: 2819052.
HSL color Cylindrical-coordinate representation of color #EC032B: hue angle of 349.7º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EC032B is Cyan = 0, Magento = 0.99, Yellow = 0.82 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 3 | 43 | - |
| CMYK | 0 | 0.99 | 0.82 | 0.07 |
| HSL | 349.7º | 0.97% | 0.47% | - |
| HSV(B) | 349.7º | 0.99% | 0.93% | - |
| XYZ | 35.06 | 18.07 | 3.93 | - |
| YUV | 77.23 | 108.69 | 241.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 3 | 43 | 0 | 0.99 | 0.82 | 0.07 | 349.7 | 0.97 | 0.47 |
| Hex | EC | 3 | 2B | 0 | 63 | 52 | 7 | 15E | 61 | 2F |
| Octal | 354 | 3 | 53 | 0 | 143 | 122 | 7 | 536 | 141 | 57 |
| Binary | 11101100 | 11 | 101011 | 0 | 1100011 | 1010010 | 111 | 101011110 | 1100001 | 101111 |
Color Harmonies of #EC032B
Complementary color
Monochromatic Colors of #EC032B
Black with #EC032B
Text Example
Text Example
White with #EC032B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC032B; }
p { color: rgb(236,3,43); }
H1.HeaderClassName
{
color: #EC032B;
}
.AnyTagClassName
{
color: #EC032B;
}
</style>
background-color css
<style>
a { background-color: #EC032B; }
a { background-color: rgb(236,3,43); }
div.DivClassName
{
background-color: #EC032B;
}
.BgClassName
{
background-color: #EC032B;
}
</style>
border-color css
<style>
span { border-color: #EC032B; }
span { border-color: rgb(236,3,43); }
td.TdClassName
{
border-color: #EC032B;
}
.TagClassName
{
border-color: #EC032B;
}
</style>