Shades of Torch Red #EF081C
Tints of Torch Red #EF081C
RGB
CMYK
RGB Variations
Color information
#EF081C (or 0xEF081C) is known color: Torch Red. HEX triplet: EF, 08 and 1C. RGB value is (239,8,28). Sum of RGB (Red+Green+Blue) = 239+8+28=275 (36% of max value = 765). Red value is 239 (93.75% from 255 or 86.91% from 275); Green value is 8 (3.52% from 255 or 2.91% from 275); Blue value is 28 (11.33% from 255 or 10.18% from 275); Max value from RGB is 239 - color contains mainly: red. Hex color #EF081C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF081C is #10F7E3. Grayscale: #4F4F4F. Windows color (decimal): -1112036 or 1837295. OLE color: 1837295.
HSL color Cylindrical-coordinate representation of color #EF081C: hue angle of 354.81º 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 #EF081C is Cyan = 0, Magento = 0.97, Yellow = 0.88 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 8 | 28 | - |
| CMYK | 0 | 0.97 | 0.88 | 0.06 |
| HSL | 354.81º | 0.94% | 0.48% | - |
| HSV(B) | 354.81º | 0.97% | 0.94% | - |
| XYZ | 35.89 | 18.61 | 2.8 | - |
| YUV | 79.35 | 99.03 | 241.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 8 | 28 | 0 | 0.97 | 0.88 | 0.06 | 354.81 | 0.94 | 0.48 |
| Hex | EF | 8 | 1C | 0 | 61 | 58 | 6 | 163 | 5E | 30 |
| Octal | 357 | 10 | 34 | 0 | 141 | 130 | 6 | 543 | 136 | 60 |
| Binary | 11101111 | 1000 | 11100 | 0 | 1100001 | 1011000 | 110 | 101100011 | 1011110 | 110000 |
Color Harmonies of #EF081C
Complementary color
Monochromatic Colors of #EF081C
Black with #EF081C
Text Example
Text Example
White with #EF081C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF081C; }
p { color: rgb(239,8,28); }
H1.HeaderClassName
{
color: #EF081C;
}
.AnyTagClassName
{
color: #EF081C;
}
</style>
background-color css
<style>
a { background-color: #EF081C; }
a { background-color: rgb(239,8,28); }
div.DivClassName
{
background-color: #EF081C;
}
.BgClassName
{
background-color: #EF081C;
}
</style>
border-color css
<style>
span { border-color: #EF081C; }
span { border-color: rgb(239,8,28); }
td.TdClassName
{
border-color: #EF081C;
}
.TagClassName
{
border-color: #EF081C;
}
</style>