Shades of Torch Red #EF022F
Tints of Torch Red #EF022F
RGB
CMYK
RGB Variations
Color information
#EF022F (or 0xEF022F) is known color: Torch Red. HEX triplet: EF, 02 and 2F. RGB value is (239,2,47). Sum of RGB (Red+Green+Blue) = 239+2+47=288 (38% of max value = 765). Red value is 239 (93.75% from 255 or 82.99% from 288); Green value is 2 (1.17% from 255 or 0.69% from 288); Blue value is 47 (18.75% from 255 or 16.32% from 288); Max value from RGB is 239 - color contains mainly: red. Hex color #EF022F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF022F is #10FDD0. Grayscale: #4E4E4E. Windows color (decimal): -1113553 or 3080943. OLE color: 3080943.
HSL color Cylindrical-coordinate representation of color #EF022F: hue angle of 348.61º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EF022F is Cyan = 0, Magento = 0.99, Yellow = 0.80 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 2 | 47 | - |
| CMYK | 0 | 0.99 | 0.80 | 0.06 |
| HSL | 348.61º | 0.98% | 0.47% | - |
| HSV(B) | 348.61º | 0.99% | 0.94% | - |
| XYZ | 36.13 | 18.6 | 4.38 | - |
| YUV | 77.99 | 110.52 | 242.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 2 | 47 | 0 | 0.99 | 0.80 | 0.06 | 348.61 | 0.98 | 0.47 |
| Hex | EF | 2 | 2F | 0 | 63 | 50 | 6 | 15D | 62 | 2F |
| Octal | 357 | 2 | 57 | 0 | 143 | 120 | 6 | 535 | 142 | 57 |
| Binary | 11101111 | 10 | 101111 | 0 | 1100011 | 1010000 | 110 | 101011101 | 1100010 | 101111 |
Color Harmonies of #EF022F
Complementary color
Monochromatic Colors of #EF022F
Black with #EF022F
Text Example
Text Example
White with #EF022F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF022F; }
p { color: rgb(239,2,47); }
H1.HeaderClassName
{
color: #EF022F;
}
.AnyTagClassName
{
color: #EF022F;
}
</style>
background-color css
<style>
a { background-color: #EF022F; }
a { background-color: rgb(239,2,47); }
div.DivClassName
{
background-color: #EF022F;
}
.BgClassName
{
background-color: #EF022F;
}
</style>
border-color css
<style>
span { border-color: #EF022F; }
span { border-color: rgb(239,2,47); }
td.TdClassName
{
border-color: #EF022F;
}
.TagClassName
{
border-color: #EF022F;
}
</style>