Shades of Torch Red #EF0822
Tints of Torch Red #EF0822
RGB
CMYK
RGB Variations
Color information
#EF0822 (or 0xEF0822) is known color: Torch Red. HEX triplet: EF, 08 and 22. RGB value is (239,8,34). Sum of RGB (Red+Green+Blue) = 239+8+34=281 (37% of max value = 765). Red value is 239 (93.75% from 255 or 85.05% from 281); Green value is 8 (3.52% from 255 or 2.85% from 281); Blue value is 34 (13.67% from 255 or 12.10% from 281); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0822 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF0822 is #10F7DD. Grayscale: #505050. Windows color (decimal): -1112030 or 2230511. OLE color: 2230511.
HSL color Cylindrical-coordinate representation of color #EF0822: hue angle of 353.25º degrees, saturation: 0.94, 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 #EF0822 is Cyan = 0, Magento = 0.97, Yellow = 0.86 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 8 | 34 | - |
| CMYK | 0 | 0.97 | 0.86 | 0.06 |
| HSL | 353.25º | 0.94% | 0.48% | - |
| HSV(B) | 353.25º | 0.97% | 0.94% | - |
| XYZ | 35.97 | 18.64 | 3.22 | - |
| YUV | 80.03 | 102.03 | 241.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 8 | 34 | 0 | 0.97 | 0.86 | 0.06 | 353.25 | 0.94 | 0.48 |
| Hex | EF | 8 | 22 | 0 | 61 | 56 | 6 | 161 | 5E | 30 |
| Octal | 357 | 10 | 42 | 0 | 141 | 126 | 6 | 541 | 136 | 60 |
| Binary | 11101111 | 1000 | 100010 | 0 | 1100001 | 1010110 | 110 | 101100001 | 1011110 | 110000 |
Color Harmonies of #EF0822
Complementary color
Monochromatic Colors of #EF0822
Black with #EF0822
Text Example
Text Example
White with #EF0822
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF0822; }
p { color: rgb(239,8,34); }
H1.HeaderClassName
{
color: #EF0822;
}
.AnyTagClassName
{
color: #EF0822;
}
</style>
background-color css
<style>
a { background-color: #EF0822; }
a { background-color: rgb(239,8,34); }
div.DivClassName
{
background-color: #EF0822;
}
.BgClassName
{
background-color: #EF0822;
}
</style>
border-color css
<style>
span { border-color: #EF0822; }
span { border-color: rgb(239,8,34); }
td.TdClassName
{
border-color: #EF0822;
}
.TagClassName
{
border-color: #EF0822;
}
</style>