Shades of Torch Red #EF0129
Tints of Torch Red #EF0129
RGB
CMYK
RGB Variations
Color information
#EF0129 (or 0xEF0129) is known color: Torch Red. HEX triplet: EF, 01 and 29. RGB value is (239,1,41). Sum of RGB (Red+Green+Blue) = 239+1+41=281 (37% of max value = 765). Red value is 239 (93.75% from 255 or 85.05% from 281); Green value is 1 (0.78% from 255 or 0.36% from 281); Blue value is 41 (16.41% from 255 or 14.59% from 281); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0129 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF0129 is #10FED6. Grayscale: #4C4C4C. Windows color (decimal): -1113815 or 2687471. OLE color: 2687471.
HSL color Cylindrical-coordinate representation of color #EF0129: hue angle of 349.92º 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 #EF0129 is Cyan = 0, Magento = 1.00, Yellow = 0.83 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 1 | 41 | - |
| CMYK | 0 | 1.00 | 0.83 | 0.06 |
| HSL | 349.92º | 0.99% | 0.47% | - |
| HSV(B) | 349.92º | 1% | 0.94% | - |
| XYZ | 36.01 | 18.53 | 3.78 | - |
| YUV | 76.72 | 107.85 | 243.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 1 | 41 | 0 | 1.00 | 0.83 | 0.06 | 349.92 | 0.99 | 0.47 |
| Hex | EF | 1 | 29 | 0 | 64 | 53 | 6 | 15E | 63 | 2F |
| Octal | 357 | 1 | 51 | 0 | 144 | 123 | 6 | 536 | 143 | 57 |
| Binary | 11101111 | 1 | 101001 | 0 | 1100100 | 1010011 | 110 | 101011110 | 1100011 | 101111 |
Color Harmonies of #EF0129
Complementary color
Monochromatic Colors of #EF0129
Black with #EF0129
Text Example
Text Example
White with #EF0129
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF0129; }
p { color: rgb(239,1,41); }
H1.HeaderClassName
{
color: #EF0129;
}
.AnyTagClassName
{
color: #EF0129;
}
</style>
background-color css
<style>
a { background-color: #EF0129; }
a { background-color: rgb(239,1,41); }
div.DivClassName
{
background-color: #EF0129;
}
.BgClassName
{
background-color: #EF0129;
}
</style>
border-color css
<style>
span { border-color: #EF0129; }
span { border-color: rgb(239,1,41); }
td.TdClassName
{
border-color: #EF0129;
}
.TagClassName
{
border-color: #EF0129;
}
</style>