Shades of Torch Red #EF0A1D
Tints of Torch Red #EF0A1D
RGB
CMYK
RGB Variations
Color information
#EF0A1D (or 0xEF0A1D) is known color: Torch Red. HEX triplet: EF, 0A and 1D. RGB value is (239,10,29). Sum of RGB (Red+Green+Blue) = 239+10+29=278 (36% of max value = 765). Red value is 239 (93.75% from 255 or 85.97% from 278); Green value is 10 (4.30% from 255 or 3.60% from 278); Blue value is 29 (11.72% from 255 or 10.43% from 278); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0A1D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF0A1D is #10F5E2. Grayscale: #505050. Windows color (decimal): -1111523 or 1903343. OLE color: 1903343.
HSL color Cylindrical-coordinate representation of color #EF0A1D: hue angle of 355.02º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EF0A1D is Cyan = 0, Magento = 0.96, Yellow = 0.88 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 10 | 29 | - |
| CMYK | 0 | 0.96 | 0.88 | 0.06 |
| HSL | 355.02º | 0.92% | 0.49% | - |
| HSV(B) | 355.02º | 0.96% | 0.94% | - |
| XYZ | 35.93 | 18.66 | 2.87 | - |
| YUV | 80.64 | 98.87 | 240.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 10 | 29 | 0 | 0.96 | 0.88 | 0.06 | 355.02 | 0.92 | 0.49 |
| Hex | EF | A | 1D | 0 | 60 | 58 | 6 | 163 | 5C | 31 |
| Octal | 357 | 12 | 35 | 0 | 140 | 130 | 6 | 543 | 134 | 61 |
| Binary | 11101111 | 1010 | 11101 | 0 | 1100000 | 1011000 | 110 | 101100011 | 1011100 | 110001 |
Color Harmonies of #EF0A1D
Complementary color
Monochromatic Colors of #EF0A1D
Black with #EF0A1D
Text Example
Text Example
White with #EF0A1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF0A1D; }
p { color: rgb(239,10,29); }
H1.HeaderClassName
{
color: #EF0A1D;
}
.AnyTagClassName
{
color: #EF0A1D;
}
</style>
background-color css
<style>
a { background-color: #EF0A1D; }
a { background-color: rgb(239,10,29); }
div.DivClassName
{
background-color: #EF0A1D;
}
.BgClassName
{
background-color: #EF0A1D;
}
</style>
border-color css
<style>
span { border-color: #EF0A1D; }
span { border-color: rgb(239,10,29); }
td.TdClassName
{
border-color: #EF0A1D;
}
.TagClassName
{
border-color: #EF0A1D;
}
</style>