Shades of Torch Red #EF021B
Tints of Torch Red #EF021B
RGB
CMYK
RGB Variations
Color information
#EF021B (or 0xEF021B) is known color: Torch Red. HEX triplet: EF, 02 and 1B. RGB value is (239,2,27). Sum of RGB (Red+Green+Blue) = 239+2+27=268 (35% of max value = 765). Red value is 239 (93.75% from 255 or 89.18% from 268); Green value is 2 (1.17% from 255 or 0.75% from 268); Blue value is 27 (10.94% from 255 or 10.07% from 268); Max value from RGB is 239 - color contains mainly: red. Hex color #EF021B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF021B is #10FDE4. Grayscale: #4B4B4B. Windows color (decimal): -1113573 or 1770223. OLE color: 1770223.
HSL color Cylindrical-coordinate representation of color #EF021B: hue angle of 353.67º 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 #EF021B is Cyan = 0, Magento = 0.99, Yellow = 0.89 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 2 | 27 | - |
| CMYK | 0 | 0.99 | 0.89 | 0.06 |
| HSL | 353.67º | 0.98% | 0.47% | - |
| HSV(B) | 353.67º | 0.99% | 0.94% | - |
| XYZ | 35.82 | 18.47 | 2.71 | - |
| YUV | 75.71 | 100.52 | 244.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 2 | 27 | 0 | 0.99 | 0.89 | 0.06 | 353.67 | 0.98 | 0.47 |
| Hex | EF | 2 | 1B | 0 | 63 | 59 | 6 | 162 | 62 | 2F |
| Octal | 357 | 2 | 33 | 0 | 143 | 131 | 6 | 542 | 142 | 57 |
| Binary | 11101111 | 10 | 11011 | 0 | 1100011 | 1011001 | 110 | 101100010 | 1100010 | 101111 |
Color Harmonies of #EF021B
Complementary color
Monochromatic Colors of #EF021B
Black with #EF021B
Text Example
Text Example
White with #EF021B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF021B; }
p { color: rgb(239,2,27); }
H1.HeaderClassName
{
color: #EF021B;
}
.AnyTagClassName
{
color: #EF021B;
}
</style>
background-color css
<style>
a { background-color: #EF021B; }
a { background-color: rgb(239,2,27); }
div.DivClassName
{
background-color: #EF021B;
}
.BgClassName
{
background-color: #EF021B;
}
</style>
border-color css
<style>
span { border-color: #EF021B; }
span { border-color: rgb(239,2,27); }
td.TdClassName
{
border-color: #EF021B;
}
.TagClassName
{
border-color: #EF021B;
}
</style>