Shades of Torch Red #EF143D
Tints of Torch Red #EF143D
RGB
CMYK
RGB Variations
Color information
#EF143D (or 0xEF143D) is known color: Torch Red. HEX triplet: EF, 14 and 3D. RGB value is (239,20,61). Sum of RGB (Red+Green+Blue) = 239+20+61=320 (42% of max value = 765). Red value is 239 (93.75% from 255 or 74.69% from 320); Green value is 20 (8.20% from 255 or 6.25% from 320); Blue value is 61 (24.22% from 255 or 19.06% from 320); Max value from RGB is 239 - color contains mainly: red. Hex color #EF143D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF143D is #10EBC2. Grayscale: #5A5A5A. Windows color (decimal): -1108931 or 4003055. OLE color: 4003055.
HSL color Cylindrical-coordinate representation of color #EF143D: hue angle of 348.77º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EF143D is Cyan = 0, Magento = 0.92, Yellow = 0.74 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 20 | 61 | - |
| CMYK | 0 | 0.92 | 0.74 | 0.06 |
| HSL | 348.77º | 0.87% | 0.51% | - |
| HSV(B) | 348.77º | 0.92% | 0.94% | - |
| XYZ | 36.69 | 19.19 | 6.18 | - |
| YUV | 90.16 | 111.55 | 234.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 20 | 61 | 0 | 0.92 | 0.74 | 0.06 | 348.77 | 0.87 | 0.51 |
| Hex | EF | 14 | 3D | 0 | 5C | 4A | 6 | 15D | 57 | 33 |
| Octal | 357 | 24 | 75 | 0 | 134 | 112 | 6 | 535 | 127 | 63 |
| Binary | 11101111 | 10100 | 111101 | 0 | 1011100 | 1001010 | 110 | 101011101 | 1010111 | 110011 |
Color Harmonies of #EF143D
Complementary color
Monochromatic Colors of #EF143D
Black with #EF143D
Text Example
Text Example
White with #EF143D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF143D; }
p { color: rgb(239,20,61); }
H1.HeaderClassName
{
color: #EF143D;
}
.AnyTagClassName
{
color: #EF143D;
}
</style>
background-color css
<style>
a { background-color: #EF143D; }
a { background-color: rgb(239,20,61); }
div.DivClassName
{
background-color: #EF143D;
}
.BgClassName
{
background-color: #EF143D;
}
</style>
border-color css
<style>
span { border-color: #EF143D; }
span { border-color: rgb(239,20,61); }
td.TdClassName
{
border-color: #EF143D;
}
.TagClassName
{
border-color: #EF143D;
}
</style>