Shades of Torch Red #EF103F
Tints of Torch Red #EF103F
RGB
CMYK
RGB Variations
Color information
#EF103F (or 0xEF103F) is known color: Torch Red. HEX triplet: EF, 10 and 3F. RGB value is (239,16,63). Sum of RGB (Red+Green+Blue) = 239+16+63=318 (42% of max value = 765). Red value is 239 (93.75% from 255 or 75.16% from 318); Green value is 16 (6.64% from 255 or 5.03% from 318); Blue value is 63 (25% from 255 or 19.81% from 318); Max value from RGB is 239 - color contains mainly: red. Hex color #EF103F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF103F is #10EFC0. Grayscale: #585858. Windows color (decimal): -1109953 or 4133103. OLE color: 4133103.
HSL color Cylindrical-coordinate representation of color #EF103F: hue angle of 347.35º 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 #EF103F is Cyan = 0, Magento = 0.93, Yellow = 0.74 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 16 | 63 | - |
| CMYK | 0 | 0.93 | 0.74 | 0.06 |
| HSL | 347.35º | 0.87% | 0.5% | - |
| HSV(B) | 347.35º | 0.93% | 0.94% | - |
| XYZ | 36.68 | 19.08 | 6.45 | - |
| YUV | 88.04 | 113.88 | 235.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 16 | 63 | 0 | 0.93 | 0.74 | 0.06 | 347.35 | 0.87 | 0.5 |
| Hex | EF | 10 | 3F | 0 | 5D | 4A | 6 | 15B | 57 | 32 |
| Octal | 357 | 20 | 77 | 0 | 135 | 112 | 6 | 533 | 127 | 62 |
| Binary | 11101111 | 10000 | 111111 | 0 | 1011101 | 1001010 | 110 | 101011011 | 1010111 | 110010 |
Color Harmonies of #EF103F
Complementary color
Monochromatic Colors of #EF103F
Black with #EF103F
Text Example
Text Example
White with #EF103F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF103F; }
p { color: rgb(239,16,63); }
H1.HeaderClassName
{
color: #EF103F;
}
.AnyTagClassName
{
color: #EF103F;
}
</style>
background-color css
<style>
a { background-color: #EF103F; }
a { background-color: rgb(239,16,63); }
div.DivClassName
{
background-color: #EF103F;
}
.BgClassName
{
background-color: #EF103F;
}
</style>
border-color css
<style>
span { border-color: #EF103F; }
span { border-color: rgb(239,16,63); }
td.TdClassName
{
border-color: #EF103F;
}
.TagClassName
{
border-color: #EF103F;
}
</style>