Shades of Torch Red #EB142C
Tints of Torch Red #EB142C
RGB
CMYK
RGB Variations
Color information
#EB142C (or 0xEB142C) is known color: Torch Red. HEX triplet: EB, 14 and 2C. RGB value is (235,20,44). Sum of RGB (Red+Green+Blue) = 235+20+44=299 (39% of max value = 765). Red value is 235 (92.19% from 255 or 78.60% from 299); Green value is 20 (8.20% from 255 or 6.69% from 299); Blue value is 44 (17.58% from 255 or 14.72% from 299); Max value from RGB is 235 - color contains mainly: red. Hex color #EB142C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EB142C is #14EBD3. Grayscale: #575757. Windows color (decimal): -1371092 or 2888939. OLE color: 2888939.
HSL color Cylindrical-coordinate representation of color #EB142C: hue angle of 353.3º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EB142C is Cyan = 0, Magento = 0.91, Yellow = 0.81 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 20 | 44 | - |
| CMYK | 0 | 0.91 | 0.81 | 0.08 |
| HSL | 353.3º | 0.84% | 0.5% | - |
| HSV(B) | 353.3º | 0.91% | 0.92% | - |
| XYZ | 34.97 | 18.34 | 4.08 | - |
| YUV | 87.02 | 103.73 | 233.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 20 | 44 | 0 | 0.91 | 0.81 | 0.08 | 353.3 | 0.84 | 0.5 |
| Hex | EB | 14 | 2C | 0 | 5B | 51 | 8 | 161 | 54 | 32 |
| Octal | 353 | 24 | 54 | 0 | 133 | 121 | 10 | 541 | 124 | 62 |
| Binary | 11101011 | 10100 | 101100 | 0 | 1011011 | 1010001 | 1000 | 101100001 | 1010100 | 110010 |
Color Harmonies of #EB142C
Complementary color
Monochromatic Colors of #EB142C
Black with #EB142C
Text Example
Text Example
White with #EB142C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB142C; }
p { color: rgb(235,20,44); }
H1.HeaderClassName
{
color: #EB142C;
}
.AnyTagClassName
{
color: #EB142C;
}
</style>
background-color css
<style>
a { background-color: #EB142C; }
a { background-color: rgb(235,20,44); }
div.DivClassName
{
background-color: #EB142C;
}
.BgClassName
{
background-color: #EB142C;
}
</style>
border-color css
<style>
span { border-color: #EB142C; }
span { border-color: rgb(235,20,44); }
td.TdClassName
{
border-color: #EB142C;
}
.TagClassName
{
border-color: #EB142C;
}
</style>