Shades of Torch Red #EF103E
Tints of Torch Red #EF103E
RGB
CMYK
RGB Variations
Color information
#EF103E (or 0xEF103E) is known color: Torch Red. HEX triplet: EF, 10 and 3E. RGB value is (239,16,62). Sum of RGB (Red+Green+Blue) = 239+16+62=317 (41% of max value = 765). Red value is 239 (93.75% from 255 or 75.39% from 317); Green value is 16 (6.64% from 255 or 5.05% from 317); Blue value is 62 (24.61% from 255 or 19.56% from 317); Max value from RGB is 239 - color contains mainly: red. Hex color #EF103E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF103E is #10EFC1. Grayscale: #575757. Windows color (decimal): -1109954 or 4067567. OLE color: 4067567.
HSL color Cylindrical-coordinate representation of color #EF103E: hue angle of 347.62º 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 #EF103E is Cyan = 0, Magento = 0.93, Yellow = 0.74 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 16 | 62 | - |
| CMYK | 0 | 0.93 | 0.74 | 0.06 |
| HSL | 347.62º | 0.87% | 0.5% | - |
| HSV(B) | 347.62º | 0.93% | 0.94% | - |
| XYZ | 36.65 | 19.07 | 6.31 | - |
| YUV | 87.92 | 113.38 | 235.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 16 | 62 | 0 | 0.93 | 0.74 | 0.06 | 347.62 | 0.87 | 0.5 |
| Hex | EF | 10 | 3E | 0 | 5D | 4A | 6 | 15C | 57 | 32 |
| Octal | 357 | 20 | 76 | 0 | 135 | 112 | 6 | 534 | 127 | 62 |
| Binary | 11101111 | 10000 | 111110 | 0 | 1011101 | 1001010 | 110 | 101011100 | 1010111 | 110010 |
Color Harmonies of #EF103E
Complementary color
Monochromatic Colors of #EF103E
Black with #EF103E
Text Example
Text Example
White with #EF103E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF103E; }
p { color: rgb(239,16,62); }
H1.HeaderClassName
{
color: #EF103E;
}
.AnyTagClassName
{
color: #EF103E;
}
</style>
background-color css
<style>
a { background-color: #EF103E; }
a { background-color: rgb(239,16,62); }
div.DivClassName
{
background-color: #EF103E;
}
.BgClassName
{
background-color: #EF103E;
}
</style>
border-color css
<style>
span { border-color: #EF103E; }
span { border-color: rgb(239,16,62); }
td.TdClassName
{
border-color: #EF103E;
}
.TagClassName
{
border-color: #EF103E;
}
</style>