Shades of Torch Red #EF0921
Tints of Torch Red #EF0921
RGB
CMYK
RGB Variations
Color information
#EF0921 (or 0xEF0921) is known color: Torch Red. HEX triplet: EF, 09 and 21. RGB value is (239,9,33). Sum of RGB (Red+Green+Blue) = 239+9+33=281 (37% of max value = 765). Red value is 239 (93.75% from 255 or 85.05% from 281); Green value is 9 (3.91% from 255 or 3.20% from 281); Blue value is 33 (13.28% from 255 or 11.74% from 281); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0921 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF0921 is #10F6DE. Grayscale: #505050. Windows color (decimal): -1111775 or 2165231. OLE color: 2165231.
HSL color Cylindrical-coordinate representation of color #EF0921: hue angle of 353.74º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EF0921 is Cyan = 0, Magento = 0.96, Yellow = 0.86 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 9 | 33 | - |
| CMYK | 0 | 0.96 | 0.86 | 0.06 |
| HSL | 353.74º | 0.93% | 0.49% | - |
| HSV(B) | 353.74º | 0.96% | 0.94% | - |
| XYZ | 35.97 | 18.66 | 3.14 | - |
| YUV | 80.51 | 101.2 | 241.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 9 | 33 | 0 | 0.96 | 0.86 | 0.06 | 353.74 | 0.93 | 0.49 |
| Hex | EF | 9 | 21 | 0 | 60 | 56 | 6 | 162 | 5D | 31 |
| Octal | 357 | 11 | 41 | 0 | 140 | 126 | 6 | 542 | 135 | 61 |
| Binary | 11101111 | 1001 | 100001 | 0 | 1100000 | 1010110 | 110 | 101100010 | 1011101 | 110001 |
Color Harmonies of #EF0921
Complementary color
Monochromatic Colors of #EF0921
Black with #EF0921
Text Example
Text Example
White with #EF0921
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF0921; }
p { color: rgb(239,9,33); }
H1.HeaderClassName
{
color: #EF0921;
}
.AnyTagClassName
{
color: #EF0921;
}
</style>
background-color css
<style>
a { background-color: #EF0921; }
a { background-color: rgb(239,9,33); }
div.DivClassName
{
background-color: #EF0921;
}
.BgClassName
{
background-color: #EF0921;
}
</style>
border-color css
<style>
span { border-color: #EF0921; }
span { border-color: rgb(239,9,33); }
td.TdClassName
{
border-color: #EF0921;
}
.TagClassName
{
border-color: #EF0921;
}
</style>