Shades of Torch Red #EF0733
Tints of Torch Red #EF0733
RGB
CMYK
RGB Variations
Color information
#EF0733 (or 0xEF0733) is known color: Torch Red. HEX triplet: EF, 07 and 33. RGB value is (239,7,51). Sum of RGB (Red+Green+Blue) = 239+7+51=297 (39% of max value = 765). Red value is 239 (93.75% from 255 or 80.47% from 297); Green value is 7 (3.12% from 255 or 2.36% from 297); Blue value is 51 (20.31% from 255 or 17.17% from 297); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0733 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF0733 is #10F8CC. Grayscale: #515151. Windows color (decimal): -1112269 or 3344367. OLE color: 3344367.
HSL color Cylindrical-coordinate representation of color #EF0733: hue angle of 348.62º degrees, saturation: 0.94, 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 #EF0733 is Cyan = 0, Magento = 0.97, Yellow = 0.79 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 7 | 51 | - |
| CMYK | 0 | 0.97 | 0.79 | 0.06 |
| HSL | 348.62º | 0.94% | 0.48% | - |
| HSV(B) | 348.62º | 0.97% | 0.94% | - |
| XYZ | 36.27 | 18.74 | 4.84 | - |
| YUV | 81.38 | 110.86 | 240.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 7 | 51 | 0 | 0.97 | 0.79 | 0.06 | 348.62 | 0.94 | 0.48 |
| Hex | EF | 7 | 33 | 0 | 61 | 4F | 6 | 15D | 5E | 30 |
| Octal | 357 | 7 | 63 | 0 | 141 | 117 | 6 | 535 | 136 | 60 |
| Binary | 11101111 | 111 | 110011 | 0 | 1100001 | 1001111 | 110 | 101011101 | 1011110 | 110000 |
Color Harmonies of #EF0733
Complementary color
Monochromatic Colors of #EF0733
Black with #EF0733
Text Example
Text Example
White with #EF0733
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF0733; }
p { color: rgb(239,7,51); }
H1.HeaderClassName
{
color: #EF0733;
}
.AnyTagClassName
{
color: #EF0733;
}
</style>
background-color css
<style>
a { background-color: #EF0733; }
a { background-color: rgb(239,7,51); }
div.DivClassName
{
background-color: #EF0733;
}
.BgClassName
{
background-color: #EF0733;
}
</style>
border-color css
<style>
span { border-color: #EF0733; }
span { border-color: rgb(239,7,51); }
td.TdClassName
{
border-color: #EF0733;
}
.TagClassName
{
border-color: #EF0733;
}
</style>