Shades of Torch Red #EF0D3A
Tints of Torch Red #EF0D3A
RGB
CMYK
RGB Variations
Color information
#EF0D3A (or 0xEF0D3A) is known color: Torch Red. HEX triplet: EF, 0D and 3A. RGB value is (239,13,58). Sum of RGB (Red+Green+Blue) = 239+13+58=310 (41% of max value = 765). Red value is 239 (93.75% from 255 or 77.10% from 310); Green value is 13 (5.47% from 255 or 4.19% from 310); Blue value is 58 (23.05% from 255 or 18.71% from 310); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0D3A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF0D3A is #10F2C5. Grayscale: #555555. Windows color (decimal): -1110726 or 3804655. OLE color: 3804655.
HSL color Cylindrical-coordinate representation of color #EF0D3A: hue angle of 348.05º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EF0D3A is Cyan = 0, Magento = 0.95, Yellow = 0.76 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 13 | 58 | - |
| CMYK | 0 | 0.95 | 0.76 | 0.06 |
| HSL | 348.05º | 0.9% | 0.49% | - |
| HSV(B) | 348.05º | 0.95% | 0.94% | - |
| XYZ | 36.5 | 18.94 | 5.74 | - |
| YUV | 85.7 | 112.37 | 237.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 13 | 58 | 0 | 0.95 | 0.76 | 0.06 | 348.05 | 0.9 | 0.49 |
| Hex | EF | D | 3A | 0 | 5F | 4C | 6 | 15C | 5A | 31 |
| Octal | 357 | 15 | 72 | 0 | 137 | 114 | 6 | 534 | 132 | 61 |
| Binary | 11101111 | 1101 | 111010 | 0 | 1011111 | 1001100 | 110 | 101011100 | 1011010 | 110001 |
Color Harmonies of #EF0D3A
Complementary color
Monochromatic Colors of #EF0D3A
Black with #EF0D3A
Text Example
Text Example
White with #EF0D3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF0D3A; }
p { color: rgb(239,13,58); }
H1.HeaderClassName
{
color: #EF0D3A;
}
.AnyTagClassName
{
color: #EF0D3A;
}
</style>
background-color css
<style>
a { background-color: #EF0D3A; }
a { background-color: rgb(239,13,58); }
div.DivClassName
{
background-color: #EF0D3A;
}
.BgClassName
{
background-color: #EF0D3A;
}
</style>
border-color css
<style>
span { border-color: #EF0D3A; }
span { border-color: rgb(239,13,58); }
td.TdClassName
{
border-color: #EF0D3A;
}
.TagClassName
{
border-color: #EF0D3A;
}
</style>