Shades of Torch Red #EF0725
Tints of Torch Red #EF0725
RGB
CMYK
RGB Variations
Color information
#EF0725 (or 0xEF0725) is known color: Torch Red. HEX triplet: EF, 07 and 25. RGB value is (239,7,37). Sum of RGB (Red+Green+Blue) = 239+7+37=283 (37% of max value = 765). Red value is 239 (93.75% from 255 or 84.45% from 283); Green value is 7 (3.12% from 255 or 2.47% from 283); Blue value is 37 (14.84% from 255 or 13.07% from 283); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0725 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF0725 is #10F8DA. Grayscale: #4F4F4F. Windows color (decimal): -1112283 or 2426863. OLE color: 2426863.
HSL color Cylindrical-coordinate representation of color #EF0725: hue angle of 352.24º 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 #EF0725 is Cyan = 0, Magento = 0.97, Yellow = 0.85 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 7 | 37 | - |
| CMYK | 0 | 0.97 | 0.85 | 0.06 |
| HSL | 352.24º | 0.94% | 0.48% | - |
| HSV(B) | 352.24º | 0.97% | 0.94% | - |
| XYZ | 36.01 | 18.64 | 3.45 | - |
| YUV | 79.79 | 103.86 | 241.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 7 | 37 | 0 | 0.97 | 0.85 | 0.06 | 352.24 | 0.94 | 0.48 |
| Hex | EF | 7 | 25 | 0 | 61 | 55 | 6 | 160 | 5E | 30 |
| Octal | 357 | 7 | 45 | 0 | 141 | 125 | 6 | 540 | 136 | 60 |
| Binary | 11101111 | 111 | 100101 | 0 | 1100001 | 1010101 | 110 | 101100000 | 1011110 | 110000 |
Color Harmonies of #EF0725
Complementary color
Monochromatic Colors of #EF0725
Black with #EF0725
Text Example
Text Example
White with #EF0725
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF0725; }
p { color: rgb(239,7,37); }
H1.HeaderClassName
{
color: #EF0725;
}
.AnyTagClassName
{
color: #EF0725;
}
</style>
background-color css
<style>
a { background-color: #EF0725; }
a { background-color: rgb(239,7,37); }
div.DivClassName
{
background-color: #EF0725;
}
.BgClassName
{
background-color: #EF0725;
}
</style>
border-color css
<style>
span { border-color: #EF0725; }
span { border-color: rgb(239,7,37); }
td.TdClassName
{
border-color: #EF0725;
}
.TagClassName
{
border-color: #EF0725;
}
</style>