Shades of Torch Red #EF0927
Tints of Torch Red #EF0927
RGB
CMYK
RGB Variations
Color information
#EF0927 (or 0xEF0927) is known color: Torch Red. HEX triplet: EF, 09 and 27. RGB value is (239,9,39). Sum of RGB (Red+Green+Blue) = 239+9+39=287 (38% of max value = 765). Red value is 239 (93.75% from 255 or 83.28% from 287); Green value is 9 (3.91% from 255 or 3.14% from 287); Blue value is 39 (15.62% from 255 or 13.59% from 287); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0927 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF0927 is #10F6D8. Grayscale: #515151. Windows color (decimal): -1111769 or 2558447. OLE color: 2558447.
HSL color Cylindrical-coordinate representation of color #EF0927: hue angle of 352.17º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EF0927 is Cyan = 0, Magento = 0.96, Yellow = 0.84 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 9 | 39 | - |
| CMYK | 0 | 0.96 | 0.84 | 0.06 |
| HSL | 352.17º | 0.93% | 0.49% | - |
| HSV(B) | 352.17º | 0.96% | 0.94% | - |
| XYZ | 36.06 | 18.69 | 3.63 | - |
| YUV | 81.19 | 104.2 | 240.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 9 | 39 | 0 | 0.96 | 0.84 | 0.06 | 352.17 | 0.93 | 0.49 |
| Hex | EF | 9 | 27 | 0 | 60 | 54 | 6 | 160 | 5D | 31 |
| Octal | 357 | 11 | 47 | 0 | 140 | 124 | 6 | 540 | 135 | 61 |
| Binary | 11101111 | 1001 | 100111 | 0 | 1100000 | 1010100 | 110 | 101100000 | 1011101 | 110001 |
Color Harmonies of #EF0927
Complementary color
Monochromatic Colors of #EF0927
Black with #EF0927
Text Example
Text Example
White with #EF0927
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF0927; }
p { color: rgb(239,9,39); }
H1.HeaderClassName
{
color: #EF0927;
}
.AnyTagClassName
{
color: #EF0927;
}
</style>
background-color css
<style>
a { background-color: #EF0927; }
a { background-color: rgb(239,9,39); }
div.DivClassName
{
background-color: #EF0927;
}
.BgClassName
{
background-color: #EF0927;
}
</style>
border-color css
<style>
span { border-color: #EF0927; }
span { border-color: rgb(239,9,39); }
td.TdClassName
{
border-color: #EF0927;
}
.TagClassName
{
border-color: #EF0927;
}
</style>