Shades of Torch Red #EC0318
Tints of Torch Red #EC0318
RGB
CMYK
RGB Variations
Color information
#EC0318 (or 0xEC0318) is known color: Torch Red. HEX triplet: EC, 03 and 18. RGB value is (236,3,24). Sum of RGB (Red+Green+Blue) = 236+3+24=263 (34% of max value = 765). Red value is 236 (92.58% from 255 or 89.73% from 263); Green value is 3 (1.56% from 255 or 1.14% from 263); Blue value is 24 (9.77% from 255 or 9.13% from 263); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0318 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EC0318 is #13FCE7. Grayscale: #4B4B4B. Windows color (decimal): -1309928 or 1573868. OLE color: 1573868.
HSL color Cylindrical-coordinate representation of color #EC0318: hue angle of 354.59º 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 #EC0318 is Cyan = 0, Magento = 0.99, Yellow = 0.90 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 3 | 24 | - |
| CMYK | 0 | 0.99 | 0.90 | 0.07 |
| HSL | 354.59º | 0.97% | 0.47% | - |
| HSV(B) | 354.59º | 0.99% | 0.93% | - |
| XYZ | 34.79 | 17.96 | 2.5 | - |
| YUV | 75.06 | 99.19 | 242.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 3 | 24 | 0 | 0.99 | 0.90 | 0.07 | 354.59 | 0.97 | 0.47 |
| Hex | EC | 3 | 18 | 0 | 63 | 5A | 7 | 163 | 61 | 2F |
| Octal | 354 | 3 | 30 | 0 | 143 | 132 | 7 | 543 | 141 | 57 |
| Binary | 11101100 | 11 | 11000 | 0 | 1100011 | 1011010 | 111 | 101100011 | 1100001 | 101111 |
Color Harmonies of #EC0318
Complementary color
Monochromatic Colors of #EC0318
Black with #EC0318
Text Example
Text Example
White with #EC0318
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC0318; }
p { color: rgb(236,3,24); }
H1.HeaderClassName
{
color: #EC0318;
}
.AnyTagClassName
{
color: #EC0318;
}
</style>
background-color css
<style>
a { background-color: #EC0318; }
a { background-color: rgb(236,3,24); }
div.DivClassName
{
background-color: #EC0318;
}
.BgClassName
{
background-color: #EC0318;
}
</style>
border-color css
<style>
span { border-color: #EC0318; }
span { border-color: rgb(236,3,24); }
td.TdClassName
{
border-color: #EC0318;
}
.TagClassName
{
border-color: #EC0318;
}
</style>