Shades of Torch Red #EF013B
Tints of Torch Red #EF013B
RGB
CMYK
RGB Variations
Color information
#EF013B (or 0xEF013B) is known color: Torch Red. HEX triplet: EF, 01 and 3B. RGB value is (239,1,59). Sum of RGB (Red+Green+Blue) = 239+1+59=299 (39% of max value = 765). Red value is 239 (93.75% from 255 or 79.93% from 299); Green value is 1 (0.78% from 255 or 0.33% from 299); Blue value is 59 (23.44% from 255 or 19.73% from 299); Max value from RGB is 239 - color contains mainly: red. Hex color #EF013B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF013B is #10FEC4. Grayscale: #4E4E4E. Windows color (decimal): -1113797 or 3867119. OLE color: 3867119.
HSL color Cylindrical-coordinate representation of color #EF013B: hue angle of 345.38º 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 #EF013B is Cyan = 0, Magento = 1.00, Yellow = 0.75 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 1 | 59 | - |
| CMYK | 0 | 1.00 | 0.75 | 0.06 |
| HSL | 345.38º | 0.99% | 0.47% | - |
| HSV(B) | 345.38º | 1% | 0.94% | - |
| XYZ | 36.4 | 18.69 | 5.83 | - |
| YUV | 78.77 | 116.85 | 242.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 1 | 59 | 0 | 1.00 | 0.75 | 0.06 | 345.38 | 0.99 | 0.47 |
| Hex | EF | 1 | 3B | 0 | 64 | 4B | 6 | 159 | 63 | 2F |
| Octal | 357 | 1 | 73 | 0 | 144 | 113 | 6 | 531 | 143 | 57 |
| Binary | 11101111 | 1 | 111011 | 0 | 1100100 | 1001011 | 110 | 101011001 | 1100011 | 101111 |
Color Harmonies of #EF013B
Complementary color
Monochromatic Colors of #EF013B
Black with #EF013B
Text Example
Text Example
White with #EF013B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF013B; }
p { color: rgb(239,1,59); }
H1.HeaderClassName
{
color: #EF013B;
}
.AnyTagClassName
{
color: #EF013B;
}
</style>
background-color css
<style>
a { background-color: #EF013B; }
a { background-color: rgb(239,1,59); }
div.DivClassName
{
background-color: #EF013B;
}
.BgClassName
{
background-color: #EF013B;
}
</style>
border-color css
<style>
span { border-color: #EF013B; }
span { border-color: rgb(239,1,59); }
td.TdClassName
{
border-color: #EF013B;
}
.TagClassName
{
border-color: #EF013B;
}
</style>