Shades of Torch Red #EF0045
Tints of Torch Red #EF0045
RGB
CMYK
RGB Variations
Color information
#EF0045 (or 0xEF0045) is known color: Torch Red. HEX triplet: EF, 00 and 45. RGB value is (239,0,69). Sum of RGB (Red+Green+Blue) = 239+0+69=308 (40% of max value = 765). Red value is 239 (93.75% from 255 or 77.60% from 308); Green value is 0 (0.39% from 255 or 0% from 308); Blue value is 69 (27.34% from 255 or 22.40% from 308); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0045 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF0045 is #10FFBA. Grayscale: #4F4F4F. Windows color (decimal): -1114043 or 4522223. OLE color: 4522223.
HSL color Cylindrical-coordinate representation of color #EF0045: hue angle of 342.68º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EF0045 is Cyan = 0, Magento = 1, Yellow = 0.71 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 0 | 69 | - |
| CMYK | 0 | 1 | 0.71 | 0.06 |
| HSL | 342.68º | 1% | 0.47% | - |
| HSV(B) | 342.68º | 1% | 0.94% | - |
| XYZ | 36.67 | 18.78 | 7.32 | - |
| YUV | 79.33 | 122.18 | 241.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 0 | 69 | 0 | 1 | 0.71 | 0.06 | 342.68 | 1 | 0.47 |
| Hex | EF | 0 | 45 | 0 | 64 | 47 | 6 | 157 | 64 | 2F |
| Octal | 357 | 0 | 105 | 0 | 144 | 107 | 6 | 527 | 144 | 57 |
| Binary | 11101111 | 0 | 1000101 | 0 | 1100100 | 1000111 | 110 | 101010111 | 1100100 | 101111 |
Color Harmonies of #EF0045
Complementary color
Monochromatic Colors of #EF0045
Black with #EF0045
Text Example
Text Example
White with #EF0045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF0045; }
p { color: rgb(239,0,69); }
H1.HeaderClassName
{
color: #EF0045;
}
.AnyTagClassName
{
color: #EF0045;
}
</style>
background-color css
<style>
a { background-color: #EF0045; }
a { background-color: rgb(239,0,69); }
div.DivClassName
{
background-color: #EF0045;
}
.BgClassName
{
background-color: #EF0045;
}
</style>
border-color css
<style>
span { border-color: #EF0045; }
span { border-color: rgb(239,0,69); }
td.TdClassName
{
border-color: #EF0045;
}
.TagClassName
{
border-color: #EF0045;
}
</style>