Shades of Torch Red #EF022D
Tints of Torch Red #EF022D
RGB
CMYK
RGB Variations
Color information
#EF022D (or 0xEF022D) is known color: Torch Red. HEX triplet: EF, 02 and 2D. RGB value is (239,2,45). Sum of RGB (Red+Green+Blue) = 239+2+45=286 (37% of max value = 765). Red value is 239 (93.75% from 255 or 83.57% from 286); Green value is 2 (1.17% from 255 or 0.70% from 286); Blue value is 45 (17.97% from 255 or 15.73% from 286); Max value from RGB is 239 - color contains mainly: red. Hex color #EF022D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF022D is #10FDD2. Grayscale: #4D4D4D. Windows color (decimal): -1113555 or 2949871. OLE color: 2949871.
HSL color Cylindrical-coordinate representation of color #EF022D: hue angle of 349.11º 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 #EF022D is Cyan = 0, Magento = 0.99, Yellow = 0.81 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 2 | 45 | - |
| CMYK | 0 | 0.99 | 0.81 | 0.06 |
| HSL | 349.11º | 0.98% | 0.47% | - |
| HSV(B) | 349.11º | 0.99% | 0.94% | - |
| XYZ | 36.09 | 18.58 | 4.17 | - |
| YUV | 77.77 | 109.52 | 243 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 2 | 45 | 0 | 0.99 | 0.81 | 0.06 | 349.11 | 0.98 | 0.47 |
| Hex | EF | 2 | 2D | 0 | 63 | 51 | 6 | 15D | 62 | 2F |
| Octal | 357 | 2 | 55 | 0 | 143 | 121 | 6 | 535 | 142 | 57 |
| Binary | 11101111 | 10 | 101101 | 0 | 1100011 | 1010001 | 110 | 101011101 | 1100010 | 101111 |
Color Harmonies of #EF022D
Complementary color
Monochromatic Colors of #EF022D
Black with #EF022D
Text Example
Text Example
White with #EF022D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF022D; }
p { color: rgb(239,2,45); }
H1.HeaderClassName
{
color: #EF022D;
}
.AnyTagClassName
{
color: #EF022D;
}
</style>
background-color css
<style>
a { background-color: #EF022D; }
a { background-color: rgb(239,2,45); }
div.DivClassName
{
background-color: #EF022D;
}
.BgClassName
{
background-color: #EF022D;
}
</style>
border-color css
<style>
span { border-color: #EF022D; }
span { border-color: rgb(239,2,45); }
td.TdClassName
{
border-color: #EF022D;
}
.TagClassName
{
border-color: #EF022D;
}
</style>