Shades of Torch Red #EF063E
Tints of Torch Red #EF063E
RGB
CMYK
RGB Variations
Color information
#EF063E (or 0xEF063E) is known color: Torch Red. HEX triplet: EF, 06 and 3E. RGB value is (239,6,62). Sum of RGB (Red+Green+Blue) = 239+6+62=307 (40% of max value = 765). Red value is 239 (93.75% from 255 or 77.85% from 307); Green value is 6 (2.73% from 255 or 1.95% from 307); Blue value is 62 (24.61% from 255 or 20.20% from 307); Max value from RGB is 239 - color contains mainly: red. Hex color #EF063E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF063E is #10F9C1. Grayscale: #525252. Windows color (decimal): -1112514 or 4065007. OLE color: 4065007.
HSL color Cylindrical-coordinate representation of color #EF063E: hue angle of 345.58º 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 #EF063E is Cyan = 0, Magento = 0.97, Yellow = 0.74 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 6 | 62 | - |
| CMYK | 0 | 0.97 | 0.74 | 0.06 |
| HSL | 345.58º | 0.95% | 0.48% | - |
| HSV(B) | 345.58º | 0.97% | 0.94% | - |
| XYZ | 36.53 | 18.83 | 6.27 | - |
| YUV | 82.05 | 116.69 | 239.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 6 | 62 | 0 | 0.97 | 0.74 | 0.06 | 345.58 | 0.95 | 0.48 |
| Hex | EF | 6 | 3E | 0 | 61 | 4A | 6 | 15A | 5F | 30 |
| Octal | 357 | 6 | 76 | 0 | 141 | 112 | 6 | 532 | 137 | 60 |
| Binary | 11101111 | 110 | 111110 | 0 | 1100001 | 1001010 | 110 | 101011010 | 1011111 | 110000 |
Color Harmonies of #EF063E
Complementary color
Monochromatic Colors of #EF063E
Black with #EF063E
Text Example
Text Example
White with #EF063E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF063E; }
p { color: rgb(239,6,62); }
H1.HeaderClassName
{
color: #EF063E;
}
.AnyTagClassName
{
color: #EF063E;
}
</style>
background-color css
<style>
a { background-color: #EF063E; }
a { background-color: rgb(239,6,62); }
div.DivClassName
{
background-color: #EF063E;
}
.BgClassName
{
background-color: #EF063E;
}
</style>
border-color css
<style>
span { border-color: #EF063E; }
span { border-color: rgb(239,6,62); }
td.TdClassName
{
border-color: #EF063E;
}
.TagClassName
{
border-color: #EF063E;
}
</style>