Shades of Torch Red #EF012B
Tints of Torch Red #EF012B
RGB
CMYK
RGB Variations
Color information
#EF012B (or 0xEF012B) is known color: Torch Red. HEX triplet: EF, 01 and 2B. RGB value is (239,1,43). Sum of RGB (Red+Green+Blue) = 239+1+43=283 (37% of max value = 765). Red value is 239 (93.75% from 255 or 84.45% from 283); Green value is 1 (0.78% from 255 or 0.35% from 283); Blue value is 43 (17.19% from 255 or 15.19% from 283); Max value from RGB is 239 - color contains mainly: red. Hex color #EF012B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF012B is #10FED4. Grayscale: #4D4D4D. Windows color (decimal): -1113813 or 2818543. OLE color: 2818543.
HSL color Cylindrical-coordinate representation of color #EF012B: hue angle of 349.41º 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 #EF012B is Cyan = 0, Magento = 1.00, Yellow = 0.82 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 1 | 43 | - |
| CMYK | 0 | 1.00 | 0.82 | 0.06 |
| HSL | 349.41º | 0.99% | 0.47% | - |
| HSV(B) | 349.41º | 1% | 0.94% | - |
| XYZ | 36.04 | 18.55 | 3.97 | - |
| YUV | 76.95 | 108.85 | 243.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 1 | 43 | 0 | 1.00 | 0.82 | 0.06 | 349.41 | 0.99 | 0.47 |
| Hex | EF | 1 | 2B | 0 | 64 | 52 | 6 | 15D | 63 | 2F |
| Octal | 357 | 1 | 53 | 0 | 144 | 122 | 6 | 535 | 143 | 57 |
| Binary | 11101111 | 1 | 101011 | 0 | 1100100 | 1010010 | 110 | 101011101 | 1100011 | 101111 |
Color Harmonies of #EF012B
Complementary color
Monochromatic Colors of #EF012B
Black with #EF012B
Text Example
Text Example
White with #EF012B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF012B; }
p { color: rgb(239,1,43); }
H1.HeaderClassName
{
color: #EF012B;
}
.AnyTagClassName
{
color: #EF012B;
}
</style>
background-color css
<style>
a { background-color: #EF012B; }
a { background-color: rgb(239,1,43); }
div.DivClassName
{
background-color: #EF012B;
}
.BgClassName
{
background-color: #EF012B;
}
</style>
border-color css
<style>
span { border-color: #EF012B; }
span { border-color: rgb(239,1,43); }
td.TdClassName
{
border-color: #EF012B;
}
.TagClassName
{
border-color: #EF012B;
}
</style>