Shades of Torch Red #EF153F
Tints of Torch Red #EF153F
RGB
CMYK
RGB Variations
Color information
#EF153F (or 0xEF153F) is known color: Torch Red. HEX triplet: EF, 15 and 3F. RGB value is (239,21,63). Sum of RGB (Red+Green+Blue) = 239+21+63=323 (42% of max value = 765). Red value is 239 (93.75% from 255 or 73.99% from 323); Green value is 21 (8.59% from 255 or 6.50% from 323); Blue value is 63 (25% from 255 or 19.50% from 323); Max value from RGB is 239 - color contains mainly: red. Hex color #EF153F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF153F is #10EAC0. Grayscale: #5B5B5B. Windows color (decimal): -1108673 or 4134383. OLE color: 4134383.
HSL color Cylindrical-coordinate representation of color #EF153F: hue angle of 348.44º 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 #EF153F is Cyan = 0, Magento = 0.91, Yellow = 0.74 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 21 | 63 | - |
| CMYK | 0 | 0.91 | 0.74 | 0.06 |
| HSL | 348.44º | 0.87% | 0.51% | - |
| HSV(B) | 348.44º | 0.91% | 0.94% | - |
| XYZ | 36.76 | 19.25 | 6.48 | - |
| YUV | 90.97 | 112.22 | 233.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 21 | 63 | 0 | 0.91 | 0.74 | 0.06 | 348.44 | 0.87 | 0.51 |
| Hex | EF | 15 | 3F | 0 | 5B | 4A | 6 | 15C | 57 | 33 |
| Octal | 357 | 25 | 77 | 0 | 133 | 112 | 6 | 534 | 127 | 63 |
| Binary | 11101111 | 10101 | 111111 | 0 | 1011011 | 1001010 | 110 | 101011100 | 1010111 | 110011 |
Color Harmonies of #EF153F
Complementary color
Monochromatic Colors of #EF153F
Black with #EF153F
Text Example
Text Example
White with #EF153F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF153F; }
p { color: rgb(239,21,63); }
H1.HeaderClassName
{
color: #EF153F;
}
.AnyTagClassName
{
color: #EF153F;
}
</style>
background-color css
<style>
a { background-color: #EF153F; }
a { background-color: rgb(239,21,63); }
div.DivClassName
{
background-color: #EF153F;
}
.BgClassName
{
background-color: #EF153F;
}
</style>
border-color css
<style>
span { border-color: #EF153F; }
span { border-color: rgb(239,21,63); }
td.TdClassName
{
border-color: #EF153F;
}
.TagClassName
{
border-color: #EF153F;
}
</style>