Shades of Torch Red #EF0F41
Tints of Torch Red #EF0F41
RGB
CMYK
RGB Variations
Color information
#EF0F41 (or 0xEF0F41) is known color: Torch Red. HEX triplet: EF, 0F and 41. RGB value is (239,15,65). Sum of RGB (Red+Green+Blue) = 239+15+65=319 (42% of max value = 765). Red value is 239 (93.75% from 255 or 74.92% from 319); Green value is 15 (6.25% from 255 or 4.70% from 319); Blue value is 65 (25.78% from 255 or 20.38% from 319); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0F41 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF0F41 is #10F0BE. Grayscale: #575757. Windows color (decimal): -1110207 or 4263919. OLE color: 4263919.
HSL color Cylindrical-coordinate representation of color #EF0F41: hue angle of 346.61º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EF0F41 is Cyan = 0, Magento = 0.94, Yellow = 0.73 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 15 | 65 | - |
| CMYK | 0 | 0.94 | 0.73 | 0.06 |
| HSL | 346.61º | 0.88% | 0.5% | - |
| HSV(B) | 346.61º | 0.94% | 0.94% | - |
| XYZ | 36.72 | 19.07 | 6.75 | - |
| YUV | 87.68 | 115.21 | 235.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 15 | 65 | 0 | 0.94 | 0.73 | 0.06 | 346.61 | 0.88 | 0.5 |
| Hex | EF | F | 41 | 0 | 5E | 49 | 6 | 15B | 58 | 32 |
| Octal | 357 | 17 | 101 | 0 | 136 | 111 | 6 | 533 | 130 | 62 |
| Binary | 11101111 | 1111 | 1000001 | 0 | 1011110 | 1001001 | 110 | 101011011 | 1011000 | 110010 |
Color Harmonies of #EF0F41
Complementary color
Monochromatic Colors of #EF0F41
Black with #EF0F41
Text Example
Text Example
White with #EF0F41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF0F41; }
p { color: rgb(239,15,65); }
H1.HeaderClassName
{
color: #EF0F41;
}
.AnyTagClassName
{
color: #EF0F41;
}
</style>
background-color css
<style>
a { background-color: #EF0F41; }
a { background-color: rgb(239,15,65); }
div.DivClassName
{
background-color: #EF0F41;
}
.BgClassName
{
background-color: #EF0F41;
}
</style>
border-color css
<style>
span { border-color: #EF0F41; }
span { border-color: rgb(239,15,65); }
td.TdClassName
{
border-color: #EF0F41;
}
.TagClassName
{
border-color: #EF0F41;
}
</style>