Shades of Torch Red #EF103A
Tints of Torch Red #EF103A
RGB
CMYK
RGB Variations
Color information
#EF103A (or 0xEF103A) is known color: Torch Red. HEX triplet: EF, 10 and 3A. RGB value is (239,16,58). Sum of RGB (Red+Green+Blue) = 239+16+58=313 (41% of max value = 765). Red value is 239 (93.75% from 255 or 76.36% from 313); Green value is 16 (6.64% from 255 or 5.11% from 313); Blue value is 58 (23.05% from 255 or 18.53% from 313); Max value from RGB is 239 - color contains mainly: red. Hex color #EF103A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF103A is #10EFC5. Grayscale: #575757. Windows color (decimal): -1109958 or 3805423. OLE color: 3805423.
HSL color Cylindrical-coordinate representation of color #EF103A: hue angle of 348.7º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EF103A is Cyan = 0, Magento = 0.93, Yellow = 0.76 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 16 | 58 | - |
| CMYK | 0 | 0.93 | 0.76 | 0.06 |
| HSL | 348.7º | 0.87% | 0.5% | - |
| HSV(B) | 348.7º | 0.93% | 0.94% | - |
| XYZ | 36.55 | 19.03 | 5.75 | - |
| YUV | 87.47 | 111.38 | 236.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 16 | 58 | 0 | 0.93 | 0.76 | 0.06 | 348.7 | 0.87 | 0.5 |
| Hex | EF | 10 | 3A | 0 | 5D | 4C | 6 | 15D | 57 | 32 |
| Octal | 357 | 20 | 72 | 0 | 135 | 114 | 6 | 535 | 127 | 62 |
| Binary | 11101111 | 10000 | 111010 | 0 | 1011101 | 1001100 | 110 | 101011101 | 1010111 | 110010 |
Color Harmonies of #EF103A
Complementary color
Monochromatic Colors of #EF103A
Black with #EF103A
Text Example
Text Example
White with #EF103A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF103A; }
p { color: rgb(239,16,58); }
H1.HeaderClassName
{
color: #EF103A;
}
.AnyTagClassName
{
color: #EF103A;
}
</style>
background-color css
<style>
a { background-color: #EF103A; }
a { background-color: rgb(239,16,58); }
div.DivClassName
{
background-color: #EF103A;
}
.BgClassName
{
background-color: #EF103A;
}
</style>
border-color css
<style>
span { border-color: #EF103A; }
span { border-color: rgb(239,16,58); }
td.TdClassName
{
border-color: #EF103A;
}
.TagClassName
{
border-color: #EF103A;
}
</style>