Shades of Torch Red #EF043A
Tints of Torch Red #EF043A
RGB
CMYK
RGB Variations
Color information
#EF043A (or 0xEF043A) is known color: Torch Red. HEX triplet: EF, 04 and 3A. RGB value is (239,4,58). Sum of RGB (Red+Green+Blue) = 239+4+58=301 (39% of max value = 765). Red value is 239 (93.75% from 255 or 79.40% from 301); Green value is 4 (1.95% from 255 or 1.33% from 301); Blue value is 58 (23.05% from 255 or 19.27% from 301); Max value from RGB is 239 - color contains mainly: red. Hex color #EF043A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF043A is #10FBC5. Grayscale: #505050. Windows color (decimal): -1113030 or 3802351. OLE color: 3802351.
HSL color Cylindrical-coordinate representation of color #EF043A: hue angle of 346.21º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EF043A is Cyan = 0, Magento = 0.98, Yellow = 0.76 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 4 | 58 | - |
| CMYK | 0 | 0.98 | 0.76 | 0.06 |
| HSL | 346.21º | 0.97% | 0.48% | - |
| HSV(B) | 346.21º | 0.98% | 0.94% | - |
| XYZ | 36.4 | 18.74 | 5.7 | - |
| YUV | 80.42 | 115.36 | 241.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 4 | 58 | 0 | 0.98 | 0.76 | 0.06 | 346.21 | 0.97 | 0.48 |
| Hex | EF | 4 | 3A | 0 | 62 | 4C | 6 | 15A | 61 | 30 |
| Octal | 357 | 4 | 72 | 0 | 142 | 114 | 6 | 532 | 141 | 60 |
| Binary | 11101111 | 100 | 111010 | 0 | 1100010 | 1001100 | 110 | 101011010 | 1100001 | 110000 |
Color Harmonies of #EF043A
Complementary color
Monochromatic Colors of #EF043A
Black with #EF043A
Text Example
Text Example
White with #EF043A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF043A; }
p { color: rgb(239,4,58); }
H1.HeaderClassName
{
color: #EF043A;
}
.AnyTagClassName
{
color: #EF043A;
}
</style>
background-color css
<style>
a { background-color: #EF043A; }
a { background-color: rgb(239,4,58); }
div.DivClassName
{
background-color: #EF043A;
}
.BgClassName
{
background-color: #EF043A;
}
</style>
border-color css
<style>
span { border-color: #EF043A; }
span { border-color: rgb(239,4,58); }
td.TdClassName
{
border-color: #EF043A;
}
.TagClassName
{
border-color: #EF043A;
}
</style>