Shades of Torch Red #EF152B
Tints of Torch Red #EF152B
RGB
CMYK
RGB Variations
Color information
#EF152B (or 0xEF152B) is known color: Torch Red. HEX triplet: EF, 15 and 2B. RGB value is (239,21,43). Sum of RGB (Red+Green+Blue) = 239+21+43=303 (40% of max value = 765). Red value is 239 (93.75% from 255 or 78.88% from 303); Green value is 21 (8.59% from 255 or 6.93% from 303); Blue value is 43 (17.19% from 255 or 14.19% from 303); Max value from RGB is 239 - color contains mainly: red. Hex color #EF152B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF152B is #10EAD4. Grayscale: #585858. Windows color (decimal): -1108693 or 2823663. OLE color: 2823663.
HSL color Cylindrical-coordinate representation of color #EF152B: hue angle of 353.94º 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 #EF152B is Cyan = 0, Magento = 0.91, Yellow = 0.82 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 21 | 43 | - |
| CMYK | 0 | 0.91 | 0.82 | 0.06 |
| HSL | 353.94º | 0.87% | 0.51% | - |
| HSV(B) | 353.94º | 0.91% | 0.94% | - |
| XYZ | 36.3 | 19.06 | 4.05 | - |
| YUV | 88.69 | 102.22 | 235.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 21 | 43 | 0 | 0.91 | 0.82 | 0.06 | 353.94 | 0.87 | 0.51 |
| Hex | EF | 15 | 2B | 0 | 5B | 52 | 6 | 162 | 57 | 33 |
| Octal | 357 | 25 | 53 | 0 | 133 | 122 | 6 | 542 | 127 | 63 |
| Binary | 11101111 | 10101 | 101011 | 0 | 1011011 | 1010010 | 110 | 101100010 | 1010111 | 110011 |
Color Harmonies of #EF152B
Complementary color
Monochromatic Colors of #EF152B
Black with #EF152B
Text Example
Text Example
White with #EF152B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF152B; }
p { color: rgb(239,21,43); }
H1.HeaderClassName
{
color: #EF152B;
}
.AnyTagClassName
{
color: #EF152B;
}
</style>
background-color css
<style>
a { background-color: #EF152B; }
a { background-color: rgb(239,21,43); }
div.DivClassName
{
background-color: #EF152B;
}
.BgClassName
{
background-color: #EF152B;
}
</style>
border-color css
<style>
span { border-color: #EF152B; }
span { border-color: rgb(239,21,43); }
td.TdClassName
{
border-color: #EF152B;
}
.TagClassName
{
border-color: #EF152B;
}
</style>