Shades of Torch Red #EF061E
Tints of Torch Red #EF061E
RGB
CMYK
RGB Variations
Color information
#EF061E (or 0xEF061E) is known color: Torch Red. HEX triplet: EF, 06 and 1E. RGB value is (239,6,30). Sum of RGB (Red+Green+Blue) = 239+6+30=275 (36% of max value = 765). Red value is 239 (93.75% from 255 or 86.91% from 275); Green value is 6 (2.73% from 255 or 2.18% from 275); Blue value is 30 (12.11% from 255 or 10.91% from 275); Max value from RGB is 239 - color contains mainly: red. Hex color #EF061E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF061E is #10F9E1. Grayscale: #4E4E4E. Windows color (decimal): -1112546 or 1967855. OLE color: 1967855.
HSL color Cylindrical-coordinate representation of color #EF061E: hue angle of 353.82º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EF061E is Cyan = 0, Magento = 0.97, Yellow = 0.87 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 6 | 30 | - |
| CMYK | 0 | 0.97 | 0.87 | 0.06 |
| HSL | 353.82º | 0.95% | 0.48% | - |
| HSV(B) | 353.82º | 0.97% | 0.94% | - |
| XYZ | 35.9 | 18.57 | 2.92 | - |
| YUV | 78.4 | 100.69 | 242.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 6 | 30 | 0 | 0.97 | 0.87 | 0.06 | 353.82 | 0.95 | 0.48 |
| Hex | EF | 6 | 1E | 0 | 61 | 57 | 6 | 162 | 5F | 30 |
| Octal | 357 | 6 | 36 | 0 | 141 | 127 | 6 | 542 | 137 | 60 |
| Binary | 11101111 | 110 | 11110 | 0 | 1100001 | 1010111 | 110 | 101100010 | 1011111 | 110000 |
Color Harmonies of #EF061E
Complementary color
Monochromatic Colors of #EF061E
Black with #EF061E
Text Example
Text Example
White with #EF061E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF061E; }
p { color: rgb(239,6,30); }
H1.HeaderClassName
{
color: #EF061E;
}
.AnyTagClassName
{
color: #EF061E;
}
</style>
background-color css
<style>
a { background-color: #EF061E; }
a { background-color: rgb(239,6,30); }
div.DivClassName
{
background-color: #EF061E;
}
.BgClassName
{
background-color: #EF061E;
}
</style>
border-color css
<style>
span { border-color: #EF061E; }
span { border-color: rgb(239,6,30); }
td.TdClassName
{
border-color: #EF061E;
}
.TagClassName
{
border-color: #EF061E;
}
</style>