Shades of Torch Red #EF0529
Tints of Torch Red #EF0529
RGB
CMYK
RGB Variations
Color information
#EF0529 (or 0xEF0529) is known color: Torch Red. HEX triplet: EF, 05 and 29. RGB value is (239,5,41). Sum of RGB (Red+Green+Blue) = 239+5+41=285 (37% of max value = 765). Red value is 239 (93.75% from 255 or 83.86% from 285); Green value is 5 (2.34% from 255 or 1.75% from 285); Blue value is 41 (16.41% from 255 or 14.39% from 285); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0529 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF0529 is #10FAD6. Grayscale: #4F4F4F. Windows color (decimal): -1112791 or 2688495. OLE color: 2688495.
HSL color Cylindrical-coordinate representation of color #EF0529: hue angle of 350.77º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EF0529 is Cyan = 0, Magento = 0.98, Yellow = 0.83 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 5 | 41 | - |
| CMYK | 0 | 0.98 | 0.83 | 0.06 |
| HSL | 350.77º | 0.96% | 0.48% | - |
| HSV(B) | 350.77º | 0.98% | 0.94% | - |
| XYZ | 36.05 | 18.62 | 3.79 | - |
| YUV | 79.07 | 106.52 | 242.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 5 | 41 | 0 | 0.98 | 0.83 | 0.06 | 350.77 | 0.96 | 0.48 |
| Hex | EF | 5 | 29 | 0 | 62 | 53 | 6 | 15F | 60 | 30 |
| Octal | 357 | 5 | 51 | 0 | 142 | 123 | 6 | 537 | 140 | 60 |
| Binary | 11101111 | 101 | 101001 | 0 | 1100010 | 1010011 | 110 | 101011111 | 1100000 | 110000 |
Color Harmonies of #EF0529
Complementary color
Monochromatic Colors of #EF0529
Black with #EF0529
Text Example
Text Example
White with #EF0529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF0529; }
p { color: rgb(239,5,41); }
H1.HeaderClassName
{
color: #EF0529;
}
.AnyTagClassName
{
color: #EF0529;
}
</style>
background-color css
<style>
a { background-color: #EF0529; }
a { background-color: rgb(239,5,41); }
div.DivClassName
{
background-color: #EF0529;
}
.BgClassName
{
background-color: #EF0529;
}
</style>
border-color css
<style>
span { border-color: #EF0529; }
span { border-color: rgb(239,5,41); }
td.TdClassName
{
border-color: #EF0529;
}
.TagClassName
{
border-color: #EF0529;
}
</style>