Shades of Torch Red #EF0622
Tints of Torch Red #EF0622
RGB
CMYK
RGB Variations
Color information
#EF0622 (or 0xEF0622) is known color: Torch Red. HEX triplet: EF, 06 and 22. RGB value is (239,6,34). Sum of RGB (Red+Green+Blue) = 239+6+34=279 (36% of max value = 765). Red value is 239 (93.75% from 255 or 85.66% from 279); Green value is 6 (2.73% from 255 or 2.15% from 279); Blue value is 34 (13.67% from 255 or 12.19% from 279); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0622 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF0622 is #10F9DD. Grayscale: #4E4E4E. Windows color (decimal): -1112542 or 2229999. OLE color: 2229999.
HSL color Cylindrical-coordinate representation of color #EF0622: hue angle of 352.79º 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 #EF0622 is Cyan = 0, Magento = 0.97, Yellow = 0.86 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 6 | 34 | - |
| CMYK | 0 | 0.97 | 0.86 | 0.06 |
| HSL | 352.79º | 0.95% | 0.48% | - |
| HSV(B) | 352.79º | 0.97% | 0.94% | - |
| XYZ | 35.95 | 18.6 | 3.21 | - |
| YUV | 78.86 | 102.69 | 242.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 6 | 34 | 0 | 0.97 | 0.86 | 0.06 | 352.79 | 0.95 | 0.48 |
| Hex | EF | 6 | 22 | 0 | 61 | 56 | 6 | 161 | 5F | 30 |
| Octal | 357 | 6 | 42 | 0 | 141 | 126 | 6 | 541 | 137 | 60 |
| Binary | 11101111 | 110 | 100010 | 0 | 1100001 | 1010110 | 110 | 101100001 | 1011111 | 110000 |
Color Harmonies of #EF0622
Complementary color
Monochromatic Colors of #EF0622
Black with #EF0622
Text Example
Text Example
White with #EF0622
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF0622; }
p { color: rgb(239,6,34); }
H1.HeaderClassName
{
color: #EF0622;
}
.AnyTagClassName
{
color: #EF0622;
}
</style>
background-color css
<style>
a { background-color: #EF0622; }
a { background-color: rgb(239,6,34); }
div.DivClassName
{
background-color: #EF0622;
}
.BgClassName
{
background-color: #EF0622;
}
</style>
border-color css
<style>
span { border-color: #EF0622; }
span { border-color: rgb(239,6,34); }
td.TdClassName
{
border-color: #EF0622;
}
.TagClassName
{
border-color: #EF0622;
}
</style>