Shades of Torch Red #EF0923
Tints of Torch Red #EF0923
RGB
CMYK
RGB Variations
Color information
#EF0923 (or 0xEF0923) is known color: Torch Red. HEX triplet: EF, 09 and 23. RGB value is (239,9,35). Sum of RGB (Red+Green+Blue) = 239+9+35=283 (37% of max value = 765). Red value is 239 (93.75% from 255 or 84.45% from 283); Green value is 9 (3.91% from 255 or 3.18% from 283); Blue value is 35 (14.06% from 255 or 12.37% from 283); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0923 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF0923 is #10F6DC. Grayscale: #505050. Windows color (decimal): -1111773 or 2296303. OLE color: 2296303.
HSL color Cylindrical-coordinate representation of color #EF0923: hue angle of 353.22º 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 #EF0923 is Cyan = 0, Magento = 0.96, Yellow = 0.85 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 9 | 35 | - |
| CMYK | 0 | 0.96 | 0.85 | 0.06 |
| HSL | 353.22º | 0.93% | 0.49% | - |
| HSV(B) | 353.22º | 0.96% | 0.94% | - |
| XYZ | 36 | 18.67 | 3.3 | - |
| YUV | 80.73 | 102.2 | 240.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 9 | 35 | 0 | 0.96 | 0.85 | 0.06 | 353.22 | 0.93 | 0.49 |
| Hex | EF | 9 | 23 | 0 | 60 | 55 | 6 | 161 | 5D | 31 |
| Octal | 357 | 11 | 43 | 0 | 140 | 125 | 6 | 541 | 135 | 61 |
| Binary | 11101111 | 1001 | 100011 | 0 | 1100000 | 1010101 | 110 | 101100001 | 1011101 | 110001 |
Color Harmonies of #EF0923
Complementary color
Monochromatic Colors of #EF0923
Black with #EF0923
Text Example
Text Example
White with #EF0923
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF0923; }
p { color: rgb(239,9,35); }
H1.HeaderClassName
{
color: #EF0923;
}
.AnyTagClassName
{
color: #EF0923;
}
</style>
background-color css
<style>
a { background-color: #EF0923; }
a { background-color: rgb(239,9,35); }
div.DivClassName
{
background-color: #EF0923;
}
.BgClassName
{
background-color: #EF0923;
}
</style>
border-color css
<style>
span { border-color: #EF0923; }
span { border-color: rgb(239,9,35); }
td.TdClassName
{
border-color: #EF0923;
}
.TagClassName
{
border-color: #EF0923;
}
</style>