Shades of Torch Red #EF0134
Tints of Torch Red #EF0134
RGB
CMYK
RGB Variations
Color information
#EF0134 (or 0xEF0134) is known color: Torch Red. HEX triplet: EF, 01 and 34. RGB value is (239,1,52). Sum of RGB (Red+Green+Blue) = 239+1+52=292 (38% of max value = 765). Red value is 239 (93.75% from 255 or 81.85% from 292); Green value is 1 (0.78% from 255 or 0.34% from 292); Blue value is 52 (20.70% from 255 or 17.81% from 292); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0134 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF0134 is #10FECB. Grayscale: #4E4E4E. Windows color (decimal): -1113804 or 3408367. OLE color: 3408367.
HSL color Cylindrical-coordinate representation of color #EF0134: hue angle of 347.14º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EF0134 is Cyan = 0, Magento = 1.00, Yellow = 0.78 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 1 | 52 | - |
| CMYK | 0 | 1.00 | 0.78 | 0.06 |
| HSL | 347.14º | 0.99% | 0.47% | - |
| HSV(B) | 347.14º | 1% | 0.94% | - |
| XYZ | 36.23 | 18.62 | 4.93 | - |
| YUV | 77.98 | 113.35 | 242.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 1 | 52 | 0 | 1.00 | 0.78 | 0.06 | 347.14 | 0.99 | 0.47 |
| Hex | EF | 1 | 34 | 0 | 64 | 4E | 6 | 15B | 63 | 2F |
| Octal | 357 | 1 | 64 | 0 | 144 | 116 | 6 | 533 | 143 | 57 |
| Binary | 11101111 | 1 | 110100 | 0 | 1100100 | 1001110 | 110 | 101011011 | 1100011 | 101111 |
Color Harmonies of #EF0134
Complementary color
Monochromatic Colors of #EF0134
Black with #EF0134
Text Example
Text Example
White with #EF0134
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF0134; }
p { color: rgb(239,1,52); }
H1.HeaderClassName
{
color: #EF0134;
}
.AnyTagClassName
{
color: #EF0134;
}
</style>
background-color css
<style>
a { background-color: #EF0134; }
a { background-color: rgb(239,1,52); }
div.DivClassName
{
background-color: #EF0134;
}
.BgClassName
{
background-color: #EF0134;
}
</style>
border-color css
<style>
span { border-color: #EF0134; }
span { border-color: rgb(239,1,52); }
td.TdClassName
{
border-color: #EF0134;
}
.TagClassName
{
border-color: #EF0134;
}
</style>