Shades of Torch Red #EF0223
Tints of Torch Red #EF0223
RGB
CMYK
RGB Variations
Color information
#EF0223 (or 0xEF0223) is known color: Torch Red. HEX triplet: EF, 02 and 23. RGB value is (239,2,35). Sum of RGB (Red+Green+Blue) = 239+2+35=276 (36% of max value = 765). Red value is 239 (93.75% from 255 or 86.59% from 276); Green value is 2 (1.17% from 255 or 0.72% from 276); Blue value is 35 (14.06% from 255 or 12.68% from 276); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0223 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF0223 is #10FDDC. Grayscale: #4C4C4C. Windows color (decimal): -1113565 or 2294511. OLE color: 2294511.
HSL color Cylindrical-coordinate representation of color #EF0223: hue angle of 351.65º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EF0223 is Cyan = 0, Magento = 0.99, Yellow = 0.85 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 2 | 35 | - |
| CMYK | 0 | 0.99 | 0.85 | 0.06 |
| HSL | 351.65º | 0.98% | 0.47% | - |
| HSV(B) | 351.65º | 0.99% | 0.94% | - |
| XYZ | 35.92 | 18.52 | 3.27 | - |
| YUV | 76.63 | 104.52 | 243.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 2 | 35 | 0 | 0.99 | 0.85 | 0.06 | 351.65 | 0.98 | 0.47 |
| Hex | EF | 2 | 23 | 0 | 63 | 55 | 6 | 160 | 62 | 2F |
| Octal | 357 | 2 | 43 | 0 | 143 | 125 | 6 | 540 | 142 | 57 |
| Binary | 11101111 | 10 | 100011 | 0 | 1100011 | 1010101 | 110 | 101100000 | 1100010 | 101111 |
Color Harmonies of #EF0223
Complementary color
Monochromatic Colors of #EF0223
Black with #EF0223
Text Example
Text Example
White with #EF0223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF0223; }
p { color: rgb(239,2,35); }
H1.HeaderClassName
{
color: #EF0223;
}
.AnyTagClassName
{
color: #EF0223;
}
</style>
background-color css
<style>
a { background-color: #EF0223; }
a { background-color: rgb(239,2,35); }
div.DivClassName
{
background-color: #EF0223;
}
.BgClassName
{
background-color: #EF0223;
}
</style>
border-color css
<style>
span { border-color: #EF0223; }
span { border-color: rgb(239,2,35); }
td.TdClassName
{
border-color: #EF0223;
}
.TagClassName
{
border-color: #EF0223;
}
</style>