Shades of Torch Red #EF0C2E
Tints of Torch Red #EF0C2E
RGB
CMYK
RGB Variations
Color information
#EF0C2E (or 0xEF0C2E) is known color: Torch Red. HEX triplet: EF, 0C and 2E. RGB value is (239,12,46). Sum of RGB (Red+Green+Blue) = 239+12+46=297 (39% of max value = 765). Red value is 239 (93.75% from 255 or 80.47% from 297); Green value is 12 (5.08% from 255 or 4.04% from 297); Blue value is 46 (18.36% from 255 or 15.49% from 297); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0C2E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF0C2E is #10F3D1. Grayscale: #535353. Windows color (decimal): -1110994 or 3017967. OLE color: 3017967.
HSL color Cylindrical-coordinate representation of color #EF0C2E: hue angle of 351.01º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EF0C2E is Cyan = 0, Magento = 0.95, Yellow = 0.81 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 12 | 46 | - |
| CMYK | 0 | 0.95 | 0.81 | 0.06 |
| HSL | 351.01º | 0.9% | 0.49% | - |
| HSV(B) | 351.01º | 0.95% | 0.94% | - |
| XYZ | 36.22 | 18.81 | 4.31 | - |
| YUV | 83.75 | 106.71 | 238.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 12 | 46 | 0 | 0.95 | 0.81 | 0.06 | 351.01 | 0.9 | 0.49 |
| Hex | EF | C | 2E | 0 | 5F | 51 | 6 | 15F | 5A | 31 |
| Octal | 357 | 14 | 56 | 0 | 137 | 121 | 6 | 537 | 132 | 61 |
| Binary | 11101111 | 1100 | 101110 | 0 | 1011111 | 1010001 | 110 | 101011111 | 1011010 | 110001 |
Color Harmonies of #EF0C2E
Complementary color
Monochromatic Colors of #EF0C2E
Black with #EF0C2E
Text Example
Text Example
White with #EF0C2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF0C2E; }
p { color: rgb(239,12,46); }
H1.HeaderClassName
{
color: #EF0C2E;
}
.AnyTagClassName
{
color: #EF0C2E;
}
</style>
background-color css
<style>
a { background-color: #EF0C2E; }
a { background-color: rgb(239,12,46); }
div.DivClassName
{
background-color: #EF0C2E;
}
.BgClassName
{
background-color: #EF0C2E;
}
</style>
border-color css
<style>
span { border-color: #EF0C2E; }
span { border-color: rgb(239,12,46); }
td.TdClassName
{
border-color: #EF0C2E;
}
.TagClassName
{
border-color: #EF0C2E;
}
</style>