Shades of Torch Red #EF0629
Tints of Torch Red #EF0629
RGB
CMYK
RGB Variations
Color information
#EF0629 (or 0xEF0629) is known color: Torch Red. HEX triplet: EF, 06 and 29. RGB value is (239,6,41). Sum of RGB (Red+Green+Blue) = 239+6+41=286 (37% of max value = 765). Red value is 239 (93.75% from 255 or 83.57% from 286); Green value is 6 (2.73% from 255 or 2.10% from 286); Blue value is 41 (16.41% from 255 or 14.34% from 286); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0629 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF0629 is #10F9D6. Grayscale: #4F4F4F. Windows color (decimal): -1112535 or 2688751. OLE color: 2688751.
HSL color Cylindrical-coordinate representation of color #EF0629: hue angle of 350.99º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EF0629 is Cyan = 0, Magento = 0.97, Yellow = 0.83 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 6 | 41 | - |
| CMYK | 0 | 0.97 | 0.83 | 0.06 |
| HSL | 350.99º | 0.95% | 0.48% | - |
| HSV(B) | 350.99º | 0.97% | 0.94% | - |
| XYZ | 36.06 | 18.64 | 3.8 | - |
| YUV | 79.66 | 106.19 | 241.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 6 | 41 | 0 | 0.97 | 0.83 | 0.06 | 350.99 | 0.95 | 0.48 |
| Hex | EF | 6 | 29 | 0 | 61 | 53 | 6 | 15F | 5F | 30 |
| Octal | 357 | 6 | 51 | 0 | 141 | 123 | 6 | 537 | 137 | 60 |
| Binary | 11101111 | 110 | 101001 | 0 | 1100001 | 1010011 | 110 | 101011111 | 1011111 | 110000 |
Color Harmonies of #EF0629
Complementary color
Monochromatic Colors of #EF0629
Black with #EF0629
Text Example
Text Example
White with #EF0629
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF0629; }
p { color: rgb(239,6,41); }
H1.HeaderClassName
{
color: #EF0629;
}
.AnyTagClassName
{
color: #EF0629;
}
</style>
background-color css
<style>
a { background-color: #EF0629; }
a { background-color: rgb(239,6,41); }
div.DivClassName
{
background-color: #EF0629;
}
.BgClassName
{
background-color: #EF0629;
}
</style>
border-color css
<style>
span { border-color: #EF0629; }
span { border-color: rgb(239,6,41); }
td.TdClassName
{
border-color: #EF0629;
}
.TagClassName
{
border-color: #EF0629;
}
</style>