Shades of Torch Red #EF0441
Tints of Torch Red #EF0441
RGB
CMYK
RGB Variations
Color information
#EF0441 (or 0xEF0441) is known color: Torch Red. HEX triplet: EF, 04 and 41. RGB value is (239,4,65). Sum of RGB (Red+Green+Blue) = 239+4+65=308 (40% of max value = 765). Red value is 239 (93.75% from 255 or 77.60% from 308); Green value is 4 (1.95% from 255 or 1.30% from 308); Blue value is 65 (25.78% from 255 or 21.10% from 308); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0441 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF0441 is #10FBBE. Grayscale: #515151. Windows color (decimal): -1113023 or 4261103. OLE color: 4261103.
HSL color Cylindrical-coordinate representation of color #EF0441: hue angle of 344.43º 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 #EF0441 is Cyan = 0, Magento = 0.98, Yellow = 0.73 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 4 | 65 | - |
| CMYK | 0 | 0.98 | 0.73 | 0.06 |
| HSL | 344.43º | 0.97% | 0.48% | - |
| HSV(B) | 344.43º | 0.98% | 0.94% | - |
| XYZ | 36.59 | 18.82 | 6.7 | - |
| YUV | 81.22 | 118.86 | 240.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 4 | 65 | 0 | 0.98 | 0.73 | 0.06 | 344.43 | 0.97 | 0.48 |
| Hex | EF | 4 | 41 | 0 | 62 | 49 | 6 | 158 | 61 | 30 |
| Octal | 357 | 4 | 101 | 0 | 142 | 111 | 6 | 530 | 141 | 60 |
| Binary | 11101111 | 100 | 1000001 | 0 | 1100010 | 1001001 | 110 | 101011000 | 1100001 | 110000 |
Color Harmonies of #EF0441
Complementary color
Monochromatic Colors of #EF0441
Black with #EF0441
Text Example
Text Example
White with #EF0441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF0441; }
p { color: rgb(239,4,65); }
H1.HeaderClassName
{
color: #EF0441;
}
.AnyTagClassName
{
color: #EF0441;
}
</style>
background-color css
<style>
a { background-color: #EF0441; }
a { background-color: rgb(239,4,65); }
div.DivClassName
{
background-color: #EF0441;
}
.BgClassName
{
background-color: #EF0441;
}
</style>
border-color css
<style>
span { border-color: #EF0441; }
span { border-color: rgb(239,4,65); }
td.TdClassName
{
border-color: #EF0441;
}
.TagClassName
{
border-color: #EF0441;
}
</style>