Shades of Torch Red #EF0A2D
Tints of Torch Red #EF0A2D
RGB
CMYK
RGB Variations
Color information
#EF0A2D (or 0xEF0A2D) is known color: Torch Red. HEX triplet: EF, 0A and 2D. RGB value is (239,10,45). Sum of RGB (Red+Green+Blue) = 239+10+45=294 (38% of max value = 765). Red value is 239 (93.75% from 255 or 81.29% from 294); Green value is 10 (4.30% from 255 or 3.40% from 294); Blue value is 45 (17.97% from 255 or 15.31% from 294); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0A2D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF0A2D is #10F5D2. Grayscale: #525252. Windows color (decimal): -1111507 or 2951919. OLE color: 2951919.
HSL color Cylindrical-coordinate representation of color #EF0A2D: hue angle of 350.83º 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 #EF0A2D is Cyan = 0, Magento = 0.96, Yellow = 0.81 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 10 | 45 | - |
| CMYK | 0 | 0.96 | 0.81 | 0.06 |
| HSL | 350.83º | 0.92% | 0.49% | - |
| HSV(B) | 350.83º | 0.96% | 0.94% | - |
| XYZ | 36.18 | 18.76 | 4.2 | - |
| YUV | 82.46 | 106.87 | 239.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 10 | 45 | 0 | 0.96 | 0.81 | 0.06 | 350.83 | 0.92 | 0.49 |
| Hex | EF | A | 2D | 0 | 60 | 51 | 6 | 15F | 5C | 31 |
| Octal | 357 | 12 | 55 | 0 | 140 | 121 | 6 | 537 | 134 | 61 |
| Binary | 11101111 | 1010 | 101101 | 0 | 1100000 | 1010001 | 110 | 101011111 | 1011100 | 110001 |
Color Harmonies of #EF0A2D
Complementary color
Monochromatic Colors of #EF0A2D
Black with #EF0A2D
Text Example
Text Example
White with #EF0A2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF0A2D; }
p { color: rgb(239,10,45); }
H1.HeaderClassName
{
color: #EF0A2D;
}
.AnyTagClassName
{
color: #EF0A2D;
}
</style>
background-color css
<style>
a { background-color: #EF0A2D; }
a { background-color: rgb(239,10,45); }
div.DivClassName
{
background-color: #EF0A2D;
}
.BgClassName
{
background-color: #EF0A2D;
}
</style>
border-color css
<style>
span { border-color: #EF0A2D; }
span { border-color: rgb(239,10,45); }
td.TdClassName
{
border-color: #EF0A2D;
}
.TagClassName
{
border-color: #EF0A2D;
}
</style>