Shades of Torch Red #EF023C
Tints of Torch Red #EF023C
RGB
CMYK
RGB Variations
Color information
#EF023C (or 0xEF023C) is known color: Torch Red. HEX triplet: EF, 02 and 3C. RGB value is (239,2,60). Sum of RGB (Red+Green+Blue) = 239+2+60=301 (39% of max value = 765). Red value is 239 (93.75% from 255 or 79.40% from 301); Green value is 2 (1.17% from 255 or 0.66% from 301); Blue value is 60 (23.83% from 255 or 19.93% from 301); Max value from RGB is 239 - color contains mainly: red. Hex color #EF023C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF023C is #10FDC3. Grayscale: #4F4F4F. Windows color (decimal): -1113540 or 3932911. OLE color: 3932911.
HSL color Cylindrical-coordinate representation of color #EF023C: hue angle of 345.32º 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 #EF023C is Cyan = 0, Magento = 0.99, Yellow = 0.75 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 2 | 60 | - |
| CMYK | 0 | 0.99 | 0.75 | 0.06 |
| HSL | 345.32º | 0.98% | 0.47% | - |
| HSV(B) | 345.32º | 0.99% | 0.94% | - |
| XYZ | 36.43 | 18.72 | 5.97 | - |
| YUV | 79.48 | 117.02 | 241.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 2 | 60 | 0 | 0.99 | 0.75 | 0.06 | 345.32 | 0.98 | 0.47 |
| Hex | EF | 2 | 3C | 0 | 63 | 4B | 6 | 159 | 62 | 2F |
| Octal | 357 | 2 | 74 | 0 | 143 | 113 | 6 | 531 | 142 | 57 |
| Binary | 11101111 | 10 | 111100 | 0 | 1100011 | 1001011 | 110 | 101011001 | 1100010 | 101111 |
Color Harmonies of #EF023C
Complementary color
Monochromatic Colors of #EF023C
Black with #EF023C
Text Example
Text Example
White with #EF023C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF023C; }
p { color: rgb(239,2,60); }
H1.HeaderClassName
{
color: #EF023C;
}
.AnyTagClassName
{
color: #EF023C;
}
</style>
background-color css
<style>
a { background-color: #EF023C; }
a { background-color: rgb(239,2,60); }
div.DivClassName
{
background-color: #EF023C;
}
.BgClassName
{
background-color: #EF023C;
}
</style>
border-color css
<style>
span { border-color: #EF023C; }
span { border-color: rgb(239,2,60); }
td.TdClassName
{
border-color: #EF023C;
}
.TagClassName
{
border-color: #EF023C;
}
</style>