Shades of Torch Red #EF0334
Tints of Torch Red #EF0334
RGB
CMYK
RGB Variations
Color information
#EF0334 (or 0xEF0334) is known color: Torch Red. HEX triplet: EF, 03 and 34. RGB value is (239,3,52). Sum of RGB (Red+Green+Blue) = 239+3+52=294 (38% of max value = 765). Red value is 239 (93.75% from 255 or 81.29% from 294); Green value is 3 (1.56% from 255 or 1.02% from 294); Blue value is 52 (20.70% from 255 or 17.69% from 294); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0334 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF0334 is #10FCCB. Grayscale: #4F4F4F. Windows color (decimal): -1113292 or 3408879. OLE color: 3408879.
HSL color Cylindrical-coordinate representation of color #EF0334: hue angle of 347.54º 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 #EF0334 is Cyan = 0, Magento = 0.99, Yellow = 0.78 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 3 | 52 | - |
| CMYK | 0 | 0.99 | 0.78 | 0.06 |
| HSL | 347.54º | 0.98% | 0.47% | - |
| HSV(B) | 347.54º | 0.99% | 0.94% | - |
| XYZ | 36.25 | 18.66 | 4.94 | - |
| YUV | 79.15 | 112.69 | 242.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 3 | 52 | 0 | 0.99 | 0.78 | 0.06 | 347.54 | 0.98 | 0.47 |
| Hex | EF | 3 | 34 | 0 | 63 | 4E | 6 | 15C | 62 | 2F |
| Octal | 357 | 3 | 64 | 0 | 143 | 116 | 6 | 534 | 142 | 57 |
| Binary | 11101111 | 11 | 110100 | 0 | 1100011 | 1001110 | 110 | 101011100 | 1100010 | 101111 |
Color Harmonies of #EF0334
Complementary color
Monochromatic Colors of #EF0334
Black with #EF0334
Text Example
Text Example
White with #EF0334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF0334; }
p { color: rgb(239,3,52); }
H1.HeaderClassName
{
color: #EF0334;
}
.AnyTagClassName
{
color: #EF0334;
}
</style>
background-color css
<style>
a { background-color: #EF0334; }
a { background-color: rgb(239,3,52); }
div.DivClassName
{
background-color: #EF0334;
}
.BgClassName
{
background-color: #EF0334;
}
</style>
border-color css
<style>
span { border-color: #EF0334; }
span { border-color: rgb(239,3,52); }
td.TdClassName
{
border-color: #EF0334;
}
.TagClassName
{
border-color: #EF0334;
}
</style>