Shades of Torch Red #EF0123
Tints of Torch Red #EF0123
RGB
CMYK
RGB Variations
Color information
#EF0123 (or 0xEF0123) is known color: Torch Red. HEX triplet: EF, 01 and 23. RGB value is (239,1,35). Sum of RGB (Red+Green+Blue) = 239+1+35=275 (36% of max value = 765). Red value is 239 (93.75% from 255 or 86.91% from 275); Green value is 1 (0.78% from 255 or 0.36% from 275); Blue value is 35 (14.06% from 255 or 12.73% from 275); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0123 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF0123 is #10FEDC. Grayscale: #4C4C4C. Windows color (decimal): -1113821 or 2294255. OLE color: 2294255.
HSL color Cylindrical-coordinate representation of color #EF0123: hue angle of 351.43º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EF0123 is Cyan = 0, Magento = 1.00, Yellow = 0.85 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 1 | 35 | - |
| CMYK | 0 | 1.00 | 0.85 | 0.06 |
| HSL | 351.43º | 0.99% | 0.47% | - |
| HSV(B) | 351.43º | 1% | 0.94% | - |
| XYZ | 35.91 | 18.49 | 3.27 | - |
| YUV | 76.04 | 104.85 | 244.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 1 | 35 | 0 | 1.00 | 0.85 | 0.06 | 351.43 | 0.99 | 0.47 |
| Hex | EF | 1 | 23 | 0 | 64 | 55 | 6 | 15F | 63 | 2F |
| Octal | 357 | 1 | 43 | 0 | 144 | 125 | 6 | 537 | 143 | 57 |
| Binary | 11101111 | 1 | 100011 | 0 | 1100100 | 1010101 | 110 | 101011111 | 1100011 | 101111 |
Color Harmonies of #EF0123
Complementary color
Monochromatic Colors of #EF0123
Black with #EF0123
Text Example
Text Example
White with #EF0123
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF0123; }
p { color: rgb(239,1,35); }
H1.HeaderClassName
{
color: #EF0123;
}
.AnyTagClassName
{
color: #EF0123;
}
</style>
background-color css
<style>
a { background-color: #EF0123; }
a { background-color: rgb(239,1,35); }
div.DivClassName
{
background-color: #EF0123;
}
.BgClassName
{
background-color: #EF0123;
}
</style>
border-color css
<style>
span { border-color: #EF0123; }
span { border-color: rgb(239,1,35); }
td.TdClassName
{
border-color: #EF0123;
}
.TagClassName
{
border-color: #EF0123;
}
</style>