Shades of Torch Red #EF0621
Tints of Torch Red #EF0621
RGB
CMYK
RGB Variations
Color information
#EF0621 (or 0xEF0621) is known color: Torch Red. HEX triplet: EF, 06 and 21. RGB value is (239,6,33). Sum of RGB (Red+Green+Blue) = 239+6+33=278 (36% of max value = 765). Red value is 239 (93.75% from 255 or 85.97% from 278); Green value is 6 (2.73% from 255 or 2.16% from 278); Blue value is 33 (13.28% from 255 or 11.87% from 278); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0621 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF0621 is #10F9DE. Grayscale: #4E4E4E. Windows color (decimal): -1112543 or 2164463. OLE color: 2164463.
HSL color Cylindrical-coordinate representation of color #EF0621: hue angle of 353.05º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EF0621 is Cyan = 0, Magento = 0.97, Yellow = 0.86 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 6 | 33 | - |
| CMYK | 0 | 0.97 | 0.86 | 0.06 |
| HSL | 353.05º | 0.95% | 0.48% | - |
| HSV(B) | 353.05º | 0.97% | 0.94% | - |
| XYZ | 35.94 | 18.59 | 3.13 | - |
| YUV | 78.75 | 102.19 | 242.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 6 | 33 | 0 | 0.97 | 0.86 | 0.06 | 353.05 | 0.95 | 0.48 |
| Hex | EF | 6 | 21 | 0 | 61 | 56 | 6 | 161 | 5F | 30 |
| Octal | 357 | 6 | 41 | 0 | 141 | 126 | 6 | 541 | 137 | 60 |
| Binary | 11101111 | 110 | 100001 | 0 | 1100001 | 1010110 | 110 | 101100001 | 1011111 | 110000 |
Color Harmonies of #EF0621
Complementary color
Monochromatic Colors of #EF0621
Black with #EF0621
Text Example
Text Example
White with #EF0621
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF0621; }
p { color: rgb(239,6,33); }
H1.HeaderClassName
{
color: #EF0621;
}
.AnyTagClassName
{
color: #EF0621;
}
</style>
background-color css
<style>
a { background-color: #EF0621; }
a { background-color: rgb(239,6,33); }
div.DivClassName
{
background-color: #EF0621;
}
.BgClassName
{
background-color: #EF0621;
}
</style>
border-color css
<style>
span { border-color: #EF0621; }
span { border-color: rgb(239,6,33); }
td.TdClassName
{
border-color: #EF0621;
}
.TagClassName
{
border-color: #EF0621;
}
</style>