Shades of Torch Red #EF083F
Tints of Torch Red #EF083F
RGB
CMYK
RGB Variations
Color information
#EF083F (or 0xEF083F) is known color: Torch Red. HEX triplet: EF, 08 and 3F. RGB value is (239,8,63). Sum of RGB (Red+Green+Blue) = 239+8+63=310 (41% of max value = 765). Red value is 239 (93.75% from 255 or 77.10% from 310); Green value is 8 (3.52% from 255 or 2.58% from 310); Blue value is 63 (25% from 255 or 20.32% from 310); Max value from RGB is 239 - color contains mainly: red. Hex color #EF083F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF083F is #10F7C0. Grayscale: #535353. Windows color (decimal): -1112001 or 4131055. OLE color: 4131055.
HSL color Cylindrical-coordinate representation of color #EF083F: hue angle of 345.71º 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 #EF083F is Cyan = 0, Magento = 0.97, Yellow = 0.74 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 8 | 63 | - |
| CMYK | 0 | 0.97 | 0.74 | 0.06 |
| HSL | 345.71º | 0.94% | 0.48% | - |
| HSV(B) | 345.71º | 0.97% | 0.94% | - |
| XYZ | 36.58 | 18.88 | 6.42 | - |
| YUV | 83.34 | 116.53 | 239.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 8 | 63 | 0 | 0.97 | 0.74 | 0.06 | 345.71 | 0.94 | 0.48 |
| Hex | EF | 8 | 3F | 0 | 61 | 4A | 6 | 15A | 5E | 30 |
| Octal | 357 | 10 | 77 | 0 | 141 | 112 | 6 | 532 | 136 | 60 |
| Binary | 11101111 | 1000 | 111111 | 0 | 1100001 | 1001010 | 110 | 101011010 | 1011110 | 110000 |
Color Harmonies of #EF083F
Complementary color
Monochromatic Colors of #EF083F
Black with #EF083F
Text Example
Text Example
White with #EF083F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF083F; }
p { color: rgb(239,8,63); }
H1.HeaderClassName
{
color: #EF083F;
}
.AnyTagClassName
{
color: #EF083F;
}
</style>
background-color css
<style>
a { background-color: #EF083F; }
a { background-color: rgb(239,8,63); }
div.DivClassName
{
background-color: #EF083F;
}
.BgClassName
{
background-color: #EF083F;
}
</style>
border-color css
<style>
span { border-color: #EF083F; }
span { border-color: rgb(239,8,63); }
td.TdClassName
{
border-color: #EF083F;
}
.TagClassName
{
border-color: #EF083F;
}
</style>