Shades of Torch Red #EF001E
Tints of Torch Red #EF001E
RGB
CMYK
RGB Variations
Color information
#EF001E (or 0xEF001E) is known color: Torch Red. HEX triplet: EF, 00 and 1E. RGB value is (239,0,30). Sum of RGB (Red+Green+Blue) = 239+0+30=269 (35% of max value = 765). Red value is 239 (93.75% from 255 or 88.85% from 269); Green value is 0 (0.39% from 255 or 0% from 269); Blue value is 30 (12.11% from 255 or 11.15% from 269); Max value from RGB is 239 - color contains mainly: red. Hex color #EF001E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF001E is #10FFE1. Grayscale: #4B4B4B. Windows color (decimal): -1114082 or 1966319. OLE color: 1966319.
HSL color Cylindrical-coordinate representation of color #EF001E: hue angle of 352.47º 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 #EF001E is Cyan = 0, Magento = 1, Yellow = 0.87 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 0 | 30 | - |
| CMYK | 0 | 1 | 0.87 | 0.06 |
| HSL | 352.47º | 1% | 0.47% | - |
| HSV(B) | 352.47º | 1% | 0.94% | - |
| XYZ | 35.83 | 18.44 | 2.9 | - |
| YUV | 74.88 | 102.68 | 245.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 0 | 30 | 0 | 1 | 0.87 | 0.06 | 352.47 | 1 | 0.47 |
| Hex | EF | 0 | 1E | 0 | 64 | 57 | 6 | 160 | 64 | 2F |
| Octal | 357 | 0 | 36 | 0 | 144 | 127 | 6 | 540 | 144 | 57 |
| Binary | 11101111 | 0 | 11110 | 0 | 1100100 | 1010111 | 110 | 101100000 | 1100100 | 101111 |
Color Harmonies of #EF001E
Complementary color
Monochromatic Colors of #EF001E
Black with #EF001E
Text Example
Text Example
White with #EF001E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF001E; }
p { color: rgb(239,0,30); }
H1.HeaderClassName
{
color: #EF001E;
}
.AnyTagClassName
{
color: #EF001E;
}
</style>
background-color css
<style>
a { background-color: #EF001E; }
a { background-color: rgb(239,0,30); }
div.DivClassName
{
background-color: #EF001E;
}
.BgClassName
{
background-color: #EF001E;
}
</style>
border-color css
<style>
span { border-color: #EF001E; }
span { border-color: rgb(239,0,30); }
td.TdClassName
{
border-color: #EF001E;
}
.TagClassName
{
border-color: #EF001E;
}
</style>