Shades of Torch Red #EF0521
Tints of Torch Red #EF0521
RGB
CMYK
RGB Variations
Color information
#EF0521 (or 0xEF0521) is known color: Torch Red. HEX triplet: EF, 05 and 21. RGB value is (239,5,33). Sum of RGB (Red+Green+Blue) = 239+5+33=277 (36% of max value = 765). Red value is 239 (93.75% from 255 or 86.28% from 277); Green value is 5 (2.34% from 255 or 1.81% from 277); Blue value is 33 (13.28% from 255 or 11.91% from 277); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0521 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF0521 is #10FADE. Grayscale: #4E4E4E. Windows color (decimal): -1112799 or 2164207. OLE color: 2164207.
HSL color Cylindrical-coordinate representation of color #EF0521: hue angle of 352.82º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EF0521 is Cyan = 0, Magento = 0.98, Yellow = 0.86 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 5 | 33 | - |
| CMYK | 0 | 0.98 | 0.86 | 0.06 |
| HSL | 352.82º | 0.96% | 0.48% | - |
| HSV(B) | 352.82º | 0.98% | 0.94% | - |
| XYZ | 35.93 | 18.57 | 3.13 | - |
| YUV | 78.16 | 102.52 | 242.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 5 | 33 | 0 | 0.98 | 0.86 | 0.06 | 352.82 | 0.96 | 0.48 |
| Hex | EF | 5 | 21 | 0 | 62 | 56 | 6 | 161 | 60 | 30 |
| Octal | 357 | 5 | 41 | 0 | 142 | 126 | 6 | 541 | 140 | 60 |
| Binary | 11101111 | 101 | 100001 | 0 | 1100010 | 1010110 | 110 | 101100001 | 1100000 | 110000 |
Color Harmonies of #EF0521
Complementary color
Monochromatic Colors of #EF0521
Black with #EF0521
Text Example
Text Example
White with #EF0521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF0521; }
p { color: rgb(239,5,33); }
H1.HeaderClassName
{
color: #EF0521;
}
.AnyTagClassName
{
color: #EF0521;
}
</style>
background-color css
<style>
a { background-color: #EF0521; }
a { background-color: rgb(239,5,33); }
div.DivClassName
{
background-color: #EF0521;
}
.BgClassName
{
background-color: #EF0521;
}
</style>
border-color css
<style>
span { border-color: #EF0521; }
span { border-color: rgb(239,5,33); }
td.TdClassName
{
border-color: #EF0521;
}
.TagClassName
{
border-color: #EF0521;
}
</style>