Shades of Torch Red #EF042D
Tints of Torch Red #EF042D
RGB
CMYK
RGB Variations
Color information
#EF042D (or 0xEF042D) is known color: Torch Red. HEX triplet: EF, 04 and 2D. RGB value is (239,4,45). Sum of RGB (Red+Green+Blue) = 239+4+45=288 (38% of max value = 765). Red value is 239 (93.75% from 255 or 82.99% from 288); Green value is 4 (1.95% from 255 or 1.39% from 288); Blue value is 45 (17.97% from 255 or 15.62% from 288); Max value from RGB is 239 - color contains mainly: red. Hex color #EF042D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF042D is #10FBD2. Grayscale: #4F4F4F. Windows color (decimal): -1113043 or 2950383. OLE color: 2950383.
HSL color Cylindrical-coordinate representation of color #EF042D: hue angle of 349.53º 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 #EF042D is Cyan = 0, Magento = 0.98, Yellow = 0.81 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 4 | 45 | - |
| CMYK | 0 | 0.98 | 0.81 | 0.06 |
| HSL | 349.53º | 0.97% | 0.48% | - |
| HSV(B) | 349.53º | 0.98% | 0.94% | - |
| XYZ | 36.11 | 18.63 | 4.17 | - |
| YUV | 78.94 | 108.86 | 242.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 4 | 45 | 0 | 0.98 | 0.81 | 0.06 | 349.53 | 0.97 | 0.48 |
| Hex | EF | 4 | 2D | 0 | 62 | 51 | 6 | 15E | 61 | 30 |
| Octal | 357 | 4 | 55 | 0 | 142 | 121 | 6 | 536 | 141 | 60 |
| Binary | 11101111 | 100 | 101101 | 0 | 1100010 | 1010001 | 110 | 101011110 | 1100001 | 110000 |
Color Harmonies of #EF042D
Complementary color
Monochromatic Colors of #EF042D
Black with #EF042D
Text Example
Text Example
White with #EF042D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF042D; }
p { color: rgb(239,4,45); }
H1.HeaderClassName
{
color: #EF042D;
}
.AnyTagClassName
{
color: #EF042D;
}
</style>
background-color css
<style>
a { background-color: #EF042D; }
a { background-color: rgb(239,4,45); }
div.DivClassName
{
background-color: #EF042D;
}
.BgClassName
{
background-color: #EF042D;
}
</style>
border-color css
<style>
span { border-color: #EF042D; }
span { border-color: rgb(239,4,45); }
td.TdClassName
{
border-color: #EF042D;
}
.TagClassName
{
border-color: #EF042D;
}
</style>