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