Shades of Torch Red #EF0222
Tints of Torch Red #EF0222
RGB
CMYK
RGB Variations
Color information
#EF0222 (or 0xEF0222) is known color: Torch Red. HEX triplet: EF, 02 and 22. RGB value is (239,2,34). Sum of RGB (Red+Green+Blue) = 239+2+34=275 (36% of max value = 765). Red value is 239 (93.75% from 255 or 86.91% from 275); Green value is 2 (1.17% from 255 or 0.73% from 275); Blue value is 34 (13.67% from 255 or 12.36% from 275); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0222 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF0222 is #10FDDD. Grayscale: #4C4C4C. Windows color (decimal): -1113566 or 2228975. OLE color: 2228975.
HSL color Cylindrical-coordinate representation of color #EF0222: hue angle of 351.9º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EF0222 is Cyan = 0, Magento = 0.99, Yellow = 0.86 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 2 | 34 | - |
| CMYK | 0 | 0.99 | 0.86 | 0.06 |
| HSL | 351.9º | 0.98% | 0.47% | - |
| HSV(B) | 351.9º | 0.99% | 0.94% | - |
| XYZ | 35.91 | 18.51 | 3.19 | - |
| YUV | 76.51 | 104.02 | 243.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 2 | 34 | 0 | 0.99 | 0.86 | 0.06 | 351.9 | 0.98 | 0.47 |
| Hex | EF | 2 | 22 | 0 | 63 | 56 | 6 | 160 | 62 | 2F |
| Octal | 357 | 2 | 42 | 0 | 143 | 126 | 6 | 540 | 142 | 57 |
| Binary | 11101111 | 10 | 100010 | 0 | 1100011 | 1010110 | 110 | 101100000 | 1100010 | 101111 |
Color Harmonies of #EF0222
Complementary color
Monochromatic Colors of #EF0222
Black with #EF0222
Text Example
Text Example
White with #EF0222
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF0222; }
p { color: rgb(239,2,34); }
H1.HeaderClassName
{
color: #EF0222;
}
.AnyTagClassName
{
color: #EF0222;
}
</style>
background-color css
<style>
a { background-color: #EF0222; }
a { background-color: rgb(239,2,34); }
div.DivClassName
{
background-color: #EF0222;
}
.BgClassName
{
background-color: #EF0222;
}
</style>
border-color css
<style>
span { border-color: #EF0222; }
span { border-color: rgb(239,2,34); }
td.TdClassName
{
border-color: #EF0222;
}
.TagClassName
{
border-color: #EF0222;
}
</style>