Shades of Torch Red #EF0015
Tints of Torch Red #EF0015
RGB
CMYK
RGB Variations
Color information
#EF0015 (or 0xEF0015) is known color: Torch Red. HEX triplet: EF, 00 and 15. RGB value is (239,0,21). Sum of RGB (Red+Green+Blue) = 239+0+21=260 (34% of max value = 765). Red value is 239 (93.75% from 255 or 91.92% from 260); Green value is 0 (0.39% from 255 or 0% from 260); Blue value is 21 (8.59% from 255 or 8.08% from 260); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0015 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EF0015 is #10FFEA. Grayscale: #4A4A4A. Windows color (decimal): -1114091 or 1376495. OLE color: 1376495.
HSL color Cylindrical-coordinate representation of color #EF0015: hue angle of 354.73º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EF0015 is Cyan = 0, Magento = 1, Yellow = 0.91 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 0 | 21 | - |
| CMYK | 0 | 1 | 0.91 | 0.06 |
| HSL | 354.73º | 1% | 0.47% | - |
| HSV(B) | 354.73º | 1% | 0.94% | - |
| XYZ | 35.73 | 18.4 | 2.38 | - |
| YUV | 73.86 | 98.18 | 245.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 0 | 21 | 0 | 1 | 0.91 | 0.06 | 354.73 | 1 | 0.47 |
| Hex | EF | 0 | 15 | 0 | 64 | 5B | 6 | 163 | 64 | 2F |
| Octal | 357 | 0 | 25 | 0 | 144 | 133 | 6 | 543 | 144 | 57 |
| Binary | 11101111 | 0 | 10101 | 0 | 1100100 | 1011011 | 110 | 101100011 | 1100100 | 101111 |
Color Harmonies of #EF0015
Complementary color
Monochromatic Colors of #EF0015
Black with #EF0015
Text Example
Text Example
White with #EF0015
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF0015; }
p { color: rgb(239,0,21); }
H1.HeaderClassName
{
color: #EF0015;
}
.AnyTagClassName
{
color: #EF0015;
}
</style>
background-color css
<style>
a { background-color: #EF0015; }
a { background-color: rgb(239,0,21); }
div.DivClassName
{
background-color: #EF0015;
}
.BgClassName
{
background-color: #EF0015;
}
</style>
border-color css
<style>
span { border-color: #EF0015; }
span { border-color: rgb(239,0,21); }
td.TdClassName
{
border-color: #EF0015;
}
.TagClassName
{
border-color: #EF0015;
}
</style>