Shades of Torch Red #EF083D
Tints of Torch Red #EF083D
RGB
CMYK
RGB Variations
Color information
#EF083D (or 0xEF083D) is known color: Torch Red. HEX triplet: EF, 08 and 3D. RGB value is (239,8,61). Sum of RGB (Red+Green+Blue) = 239+8+61=308 (40% of max value = 765). Red value is 239 (93.75% from 255 or 77.60% from 308); Green value is 8 (3.52% from 255 or 2.60% from 308); Blue value is 61 (24.22% from 255 or 19.81% from 308); Max value from RGB is 239 - color contains mainly: red. Hex color #EF083D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF083D is #10F7C2. Grayscale: #535353. Windows color (decimal): -1112003 or 3999983. OLE color: 3999983.
HSL color Cylindrical-coordinate representation of color #EF083D: hue angle of 346.23º 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 #EF083D is Cyan = 0, Magento = 0.97, Yellow = 0.74 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 8 | 61 | - |
| CMYK | 0 | 0.97 | 0.74 | 0.06 |
| HSL | 346.23º | 0.94% | 0.48% | - |
| HSV(B) | 346.23º | 0.97% | 0.94% | - |
| XYZ | 36.53 | 18.86 | 6.13 | - |
| YUV | 83.11 | 115.53 | 239.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 8 | 61 | 0 | 0.97 | 0.74 | 0.06 | 346.23 | 0.94 | 0.48 |
| Hex | EF | 8 | 3D | 0 | 61 | 4A | 6 | 15A | 5E | 30 |
| Octal | 357 | 10 | 75 | 0 | 141 | 112 | 6 | 532 | 136 | 60 |
| Binary | 11101111 | 1000 | 111101 | 0 | 1100001 | 1001010 | 110 | 101011010 | 1011110 | 110000 |
Color Harmonies of #EF083D
Complementary color
Monochromatic Colors of #EF083D
Black with #EF083D
Text Example
Text Example
White with #EF083D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF083D; }
p { color: rgb(239,8,61); }
H1.HeaderClassName
{
color: #EF083D;
}
.AnyTagClassName
{
color: #EF083D;
}
</style>
background-color css
<style>
a { background-color: #EF083D; }
a { background-color: rgb(239,8,61); }
div.DivClassName
{
background-color: #EF083D;
}
.BgClassName
{
background-color: #EF083D;
}
</style>
border-color css
<style>
span { border-color: #EF083D; }
span { border-color: rgb(239,8,61); }
td.TdClassName
{
border-color: #EF083D;
}
.TagClassName
{
border-color: #EF083D;
}
</style>