Shades of Torch Red #EF0339
Tints of Torch Red #EF0339
RGB
CMYK
RGB Variations
Color information
#EF0339 (or 0xEF0339) is known color: Torch Red. HEX triplet: EF, 03 and 39. RGB value is (239,3,57). Sum of RGB (Red+Green+Blue) = 239+3+57=299 (39% of max value = 765). Red value is 239 (93.75% from 255 or 79.93% from 299); Green value is 3 (1.56% from 255 or 1.00% from 299); Blue value is 57 (22.66% from 255 or 19.06% from 299); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0339 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF0339 is #10FCC6. Grayscale: #4F4F4F. Windows color (decimal): -1113287 or 3736559. OLE color: 3736559.
HSL color Cylindrical-coordinate representation of color #EF0339: hue angle of 346.27º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EF0339 is Cyan = 0, Magento = 0.99, Yellow = 0.76 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 3 | 57 | - |
| CMYK | 0 | 0.99 | 0.76 | 0.06 |
| HSL | 346.27º | 0.98% | 0.47% | - |
| HSV(B) | 346.27º | 0.99% | 0.94% | - |
| XYZ | 36.37 | 18.71 | 5.57 | - |
| YUV | 79.72 | 115.19 | 241.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 3 | 57 | 0 | 0.99 | 0.76 | 0.06 | 346.27 | 0.98 | 0.47 |
| Hex | EF | 3 | 39 | 0 | 63 | 4C | 6 | 15A | 62 | 2F |
| Octal | 357 | 3 | 71 | 0 | 143 | 114 | 6 | 532 | 142 | 57 |
| Binary | 11101111 | 11 | 111001 | 0 | 1100011 | 1001100 | 110 | 101011010 | 1100010 | 101111 |
Color Harmonies of #EF0339
Complementary color
Monochromatic Colors of #EF0339
Black with #EF0339
Text Example
Text Example
White with #EF0339
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF0339; }
p { color: rgb(239,3,57); }
H1.HeaderClassName
{
color: #EF0339;
}
.AnyTagClassName
{
color: #EF0339;
}
</style>
background-color css
<style>
a { background-color: #EF0339; }
a { background-color: rgb(239,3,57); }
div.DivClassName
{
background-color: #EF0339;
}
.BgClassName
{
background-color: #EF0339;
}
</style>
border-color css
<style>
span { border-color: #EF0339; }
span { border-color: rgb(239,3,57); }
td.TdClassName
{
border-color: #EF0339;
}
.TagClassName
{
border-color: #EF0339;
}
</style>