Shades of Torch Red #EF013D
Tints of Torch Red #EF013D
RGB
CMYK
RGB Variations
Color information
#EF013D (or 0xEF013D) is known color: Torch Red. HEX triplet: EF, 01 and 3D. RGB value is (239,1,61). Sum of RGB (Red+Green+Blue) = 239+1+61=301 (39% of max value = 765). Red value is 239 (93.75% from 255 or 79.40% from 301); Green value is 1 (0.78% from 255 or 0.33% from 301); Blue value is 61 (24.22% from 255 or 20.27% from 301); Max value from RGB is 239 - color contains mainly: red. Hex color #EF013D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF013D is #10FEC2. Grayscale: #4F4F4F. Windows color (decimal): -1113795 or 3998191. OLE color: 3998191.
HSL color Cylindrical-coordinate representation of color #EF013D: hue angle of 344.87º 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 #EF013D is Cyan = 0, Magento = 1.00, Yellow = 0.74 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 1 | 61 | - |
| CMYK | 0 | 1.00 | 0.74 | 0.06 |
| HSL | 344.87º | 0.99% | 0.47% | - |
| HSV(B) | 344.87º | 1% | 0.94% | - |
| XYZ | 36.45 | 18.71 | 6.11 | - |
| YUV | 79 | 117.85 | 242.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 1 | 61 | 0 | 1.00 | 0.74 | 0.06 | 344.87 | 0.99 | 0.47 |
| Hex | EF | 1 | 3D | 0 | 64 | 4A | 6 | 159 | 63 | 2F |
| Octal | 357 | 1 | 75 | 0 | 144 | 112 | 6 | 531 | 143 | 57 |
| Binary | 11101111 | 1 | 111101 | 0 | 1100100 | 1001010 | 110 | 101011001 | 1100011 | 101111 |
Color Harmonies of #EF013D
Complementary color
Monochromatic Colors of #EF013D
Black with #EF013D
Text Example
Text Example
White with #EF013D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF013D; }
p { color: rgb(239,1,61); }
H1.HeaderClassName
{
color: #EF013D;
}
.AnyTagClassName
{
color: #EF013D;
}
</style>
background-color css
<style>
a { background-color: #EF013D; }
a { background-color: rgb(239,1,61); }
div.DivClassName
{
background-color: #EF013D;
}
.BgClassName
{
background-color: #EF013D;
}
</style>
border-color css
<style>
span { border-color: #EF013D; }
span { border-color: rgb(239,1,61); }
td.TdClassName
{
border-color: #EF013D;
}
.TagClassName
{
border-color: #EF013D;
}
</style>