Shades of Torch Red #EF0732
Tints of Torch Red #EF0732
RGB
CMYK
RGB Variations
Color information
#EF0732 (or 0xEF0732) is known color: Torch Red. HEX triplet: EF, 07 and 32. RGB value is (239,7,50). Sum of RGB (Red+Green+Blue) = 239+7+50=296 (39% of max value = 765). Red value is 239 (93.75% from 255 or 80.74% from 296); Green value is 7 (3.12% from 255 or 2.36% from 296); Blue value is 50 (19.92% from 255 or 16.89% from 296); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0732 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF0732 is #10F8CD. Grayscale: #515151. Windows color (decimal): -1112270 or 3278831. OLE color: 3278831.
HSL color Cylindrical-coordinate representation of color #EF0732: hue angle of 348.88º 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 #EF0732 is Cyan = 0, Magento = 0.97, Yellow = 0.79 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 7 | 50 | - |
| CMYK | 0 | 0.97 | 0.79 | 0.06 |
| HSL | 348.88º | 0.94% | 0.48% | - |
| HSV(B) | 348.88º | 0.97% | 0.94% | - |
| XYZ | 36.25 | 18.73 | 4.72 | - |
| YUV | 81.27 | 110.36 | 240.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 7 | 50 | 0 | 0.97 | 0.79 | 0.06 | 348.88 | 0.94 | 0.48 |
| Hex | EF | 7 | 32 | 0 | 61 | 4F | 6 | 15D | 5E | 30 |
| Octal | 357 | 7 | 62 | 0 | 141 | 117 | 6 | 535 | 136 | 60 |
| Binary | 11101111 | 111 | 110010 | 0 | 1100001 | 1001111 | 110 | 101011101 | 1011110 | 110000 |
Color Harmonies of #EF0732
Complementary color
Monochromatic Colors of #EF0732
Black with #EF0732
Text Example
Text Example
White with #EF0732
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF0732; }
p { color: rgb(239,7,50); }
H1.HeaderClassName
{
color: #EF0732;
}
.AnyTagClassName
{
color: #EF0732;
}
</style>
background-color css
<style>
a { background-color: #EF0732; }
a { background-color: rgb(239,7,50); }
div.DivClassName
{
background-color: #EF0732;
}
.BgClassName
{
background-color: #EF0732;
}
</style>
border-color css
<style>
span { border-color: #EF0732; }
span { border-color: rgb(239,7,50); }
td.TdClassName
{
border-color: #EF0732;
}
.TagClassName
{
border-color: #EF0732;
}
</style>