Shades of Torch Red #EF101C
Tints of Torch Red #EF101C
RGB
CMYK
RGB Variations
Color information
#EF101C (or 0xEF101C) is known color: Torch Red. HEX triplet: EF, 10 and 1C. RGB value is (239,16,28). Sum of RGB (Red+Green+Blue) = 239+16+28=283 (37% of max value = 765). Red value is 239 (93.75% from 255 or 84.45% from 283); Green value is 16 (6.64% from 255 or 5.65% from 283); Blue value is 28 (11.33% from 255 or 9.89% from 283); Max value from RGB is 239 - color contains mainly: red. Hex color #EF101C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF101C is #10EFE3. Grayscale: #545454. Windows color (decimal): -1109988 or 1839343. OLE color: 1839343.
HSL color Cylindrical-coordinate representation of color #EF101C: hue angle of 356.77º 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 #EF101C is Cyan = 0, Magento = 0.93, Yellow = 0.88 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 16 | 28 | - |
| CMYK | 0 | 0.93 | 0.88 | 0.06 |
| HSL | 356.77º | 0.87% | 0.5% | - |
| HSV(B) | 356.77º | 0.93% | 0.94% | - |
| XYZ | 35.99 | 18.81 | 2.83 | - |
| YUV | 84.05 | 96.38 | 238.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 16 | 28 | 0 | 0.93 | 0.88 | 0.06 | 356.77 | 0.87 | 0.5 |
| Hex | EF | 10 | 1C | 0 | 5D | 58 | 6 | 165 | 57 | 32 |
| Octal | 357 | 20 | 34 | 0 | 135 | 130 | 6 | 545 | 127 | 62 |
| Binary | 11101111 | 10000 | 11100 | 0 | 1011101 | 1011000 | 110 | 101100101 | 1010111 | 110010 |
Color Harmonies of #EF101C
Complementary color
Monochromatic Colors of #EF101C
Black with #EF101C
Text Example
Text Example
White with #EF101C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF101C; }
p { color: rgb(239,16,28); }
H1.HeaderClassName
{
color: #EF101C;
}
.AnyTagClassName
{
color: #EF101C;
}
</style>
background-color css
<style>
a { background-color: #EF101C; }
a { background-color: rgb(239,16,28); }
div.DivClassName
{
background-color: #EF101C;
}
.BgClassName
{
background-color: #EF101C;
}
</style>
border-color css
<style>
span { border-color: #EF101C; }
span { border-color: rgb(239,16,28); }
td.TdClassName
{
border-color: #EF101C;
}
.TagClassName
{
border-color: #EF101C;
}
</style>