Shades of Torch Red #EF0021
Tints of Torch Red #EF0021
RGB
CMYK
RGB Variations
Color information
#EF0021 (or 0xEF0021) is known color: Torch Red. HEX triplet: EF, 00 and 21. RGB value is (239,0,33). Sum of RGB (Red+Green+Blue) = 239+0+33=272 (36% of max value = 765). Red value is 239 (93.75% from 255 or 87.87% from 272); Green value is 0 (0.39% from 255 or 0% from 272); Blue value is 33 (13.28% from 255 or 12.13% from 272); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0021 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF0021 is #10FFDE. Grayscale: #4B4B4B. Windows color (decimal): -1114079 or 2162927. OLE color: 2162927.
HSL color Cylindrical-coordinate representation of color #EF0021: hue angle of 351.72º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EF0021 is Cyan = 0, Magento = 1, Yellow = 0.86 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 0 | 33 | - |
| CMYK | 0 | 1 | 0.86 | 0.06 |
| HSL | 351.72º | 1% | 0.47% | - |
| HSV(B) | 351.72º | 1% | 0.94% | - |
| XYZ | 35.87 | 18.46 | 3.11 | - |
| YUV | 75.22 | 104.18 | 244.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 0 | 33 | 0 | 1 | 0.86 | 0.06 | 351.72 | 1 | 0.47 |
| Hex | EF | 0 | 21 | 0 | 64 | 56 | 6 | 160 | 64 | 2F |
| Octal | 357 | 0 | 41 | 0 | 144 | 126 | 6 | 540 | 144 | 57 |
| Binary | 11101111 | 0 | 100001 | 0 | 1100100 | 1010110 | 110 | 101100000 | 1100100 | 101111 |
Color Harmonies of #EF0021
Complementary color
Monochromatic Colors of #EF0021
Black with #EF0021
Text Example
Text Example
White with #EF0021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF0021; }
p { color: rgb(239,0,33); }
H1.HeaderClassName
{
color: #EF0021;
}
.AnyTagClassName
{
color: #EF0021;
}
</style>
background-color css
<style>
a { background-color: #EF0021; }
a { background-color: rgb(239,0,33); }
div.DivClassName
{
background-color: #EF0021;
}
.BgClassName
{
background-color: #EF0021;
}
</style>
border-color css
<style>
span { border-color: #EF0021; }
span { border-color: rgb(239,0,33); }
td.TdClassName
{
border-color: #EF0021;
}
.TagClassName
{
border-color: #EF0021;
}
</style>