Shades of Torch Red #EF153A
Tints of Torch Red #EF153A
RGB
CMYK
RGB Variations
Color information
#EF153A (or 0xEF153A) is known color: Torch Red. HEX triplet: EF, 15 and 3A. RGB value is (239,21,58). Sum of RGB (Red+Green+Blue) = 239+21+58=318 (42% of max value = 765). Red value is 239 (93.75% from 255 or 75.16% from 318); Green value is 21 (8.59% from 255 or 6.60% from 318); Blue value is 58 (23.05% from 255 or 18.24% from 318); Max value from RGB is 239 - color contains mainly: red. Hex color #EF153A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF153A is #10EAC5. Grayscale: #5A5A5A. Windows color (decimal): -1108678 or 3806703. OLE color: 3806703.
HSL color Cylindrical-coordinate representation of color #EF153A: hue angle of 349.82º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EF153A is Cyan = 0, Magento = 0.91, Yellow = 0.76 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 21 | 58 | - |
| CMYK | 0 | 0.91 | 0.76 | 0.06 |
| HSL | 349.82º | 0.87% | 0.51% | - |
| HSV(B) | 349.82º | 0.91% | 0.94% | - |
| XYZ | 36.63 | 19.19 | 5.78 | - |
| YUV | 90.4 | 109.72 | 233.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 21 | 58 | 0 | 0.91 | 0.76 | 0.06 | 349.82 | 0.87 | 0.51 |
| Hex | EF | 15 | 3A | 0 | 5B | 4C | 6 | 15E | 57 | 33 |
| Octal | 357 | 25 | 72 | 0 | 133 | 114 | 6 | 536 | 127 | 63 |
| Binary | 11101111 | 10101 | 111010 | 0 | 1011011 | 1001100 | 110 | 101011110 | 1010111 | 110011 |
Color Harmonies of #EF153A
Complementary color
Monochromatic Colors of #EF153A
Black with #EF153A
Text Example
Text Example
White with #EF153A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF153A; }
p { color: rgb(239,21,58); }
H1.HeaderClassName
{
color: #EF153A;
}
.AnyTagClassName
{
color: #EF153A;
}
</style>
background-color css
<style>
a { background-color: #EF153A; }
a { background-color: rgb(239,21,58); }
div.DivClassName
{
background-color: #EF153A;
}
.BgClassName
{
background-color: #EF153A;
}
</style>
border-color css
<style>
span { border-color: #EF153A; }
span { border-color: rgb(239,21,58); }
td.TdClassName
{
border-color: #EF153A;
}
.TagClassName
{
border-color: #EF153A;
}
</style>