Shades of Torch Red #EF0A23
Tints of Torch Red #EF0A23
RGB
CMYK
RGB Variations
Color information
#EF0A23 (or 0xEF0A23) is known color: Torch Red. HEX triplet: EF, 0A and 23. RGB value is (239,10,35). Sum of RGB (Red+Green+Blue) = 239+10+35=284 (37% of max value = 765). Red value is 239 (93.75% from 255 or 84.15% from 284); Green value is 10 (4.30% from 255 or 3.52% from 284); Blue value is 35 (14.06% from 255 or 12.32% from 284); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0A23 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF0A23 is #10F5DC. Grayscale: #515151. Windows color (decimal): -1111517 or 2296559. OLE color: 2296559.
HSL color Cylindrical-coordinate representation of color #EF0A23: hue angle of 353.45º degrees, saturation: 0.92, 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 #EF0A23 is Cyan = 0, Magento = 0.96, Yellow = 0.85 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 10 | 35 | - |
| CMYK | 0 | 0.96 | 0.85 | 0.06 |
| HSL | 353.45º | 0.92% | 0.49% | - |
| HSV(B) | 353.45º | 0.96% | 0.94% | - |
| XYZ | 36.01 | 18.69 | 3.3 | - |
| YUV | 81.32 | 101.87 | 240.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 10 | 35 | 0 | 0.96 | 0.85 | 0.06 | 353.45 | 0.92 | 0.49 |
| Hex | EF | A | 23 | 0 | 60 | 55 | 6 | 161 | 5C | 31 |
| Octal | 357 | 12 | 43 | 0 | 140 | 125 | 6 | 541 | 134 | 61 |
| Binary | 11101111 | 1010 | 100011 | 0 | 1100000 | 1010101 | 110 | 101100001 | 1011100 | 110001 |
Color Harmonies of #EF0A23
Complementary color
Monochromatic Colors of #EF0A23
Black with #EF0A23
Text Example
Text Example
White with #EF0A23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF0A23; }
p { color: rgb(239,10,35); }
H1.HeaderClassName
{
color: #EF0A23;
}
.AnyTagClassName
{
color: #EF0A23;
}
</style>
background-color css
<style>
a { background-color: #EF0A23; }
a { background-color: rgb(239,10,35); }
div.DivClassName
{
background-color: #EF0A23;
}
.BgClassName
{
background-color: #EF0A23;
}
</style>
border-color css
<style>
span { border-color: #EF0A23; }
span { border-color: rgb(239,10,35); }
td.TdClassName
{
border-color: #EF0A23;
}
.TagClassName
{
border-color: #EF0A23;
}
</style>