Shades of Torch Red #EB132A
Tints of Torch Red #EB132A
RGB
CMYK
RGB Variations
Color information
#EB132A (or 0xEB132A) is known color: Torch Red. HEX triplet: EB, 13 and 2A. RGB value is (235,19,42). Sum of RGB (Red+Green+Blue) = 235+19+42=296 (39% of max value = 765). Red value is 235 (92.19% from 255 or 79.39% from 296); Green value is 19 (7.81% from 255 or 6.42% from 296); Blue value is 42 (16.80% from 255 or 14.19% from 296); Max value from RGB is 235 - color contains mainly: red. Hex color #EB132A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EB132A is #14ECD5. Grayscale: #565656. Windows color (decimal): -1371350 or 2757611. OLE color: 2757611.
HSL color Cylindrical-coordinate representation of color #EB132A: hue angle of 353.61º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EB132A is Cyan = 0, Magento = 0.92, Yellow = 0.82 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 19 | 42 | - |
| CMYK | 0 | 0.92 | 0.82 | 0.08 |
| HSL | 353.61º | 0.85% | 0.5% | - |
| HSV(B) | 353.61º | 0.92% | 0.92% | - |
| XYZ | 34.91 | 18.3 | 3.88 | - |
| YUV | 86.21 | 103.06 | 234.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 19 | 42 | 0 | 0.92 | 0.82 | 0.08 | 353.61 | 0.85 | 0.5 |
| Hex | EB | 13 | 2A | 0 | 5C | 52 | 8 | 162 | 55 | 32 |
| Octal | 353 | 23 | 52 | 0 | 134 | 122 | 10 | 542 | 125 | 62 |
| Binary | 11101011 | 10011 | 101010 | 0 | 1011100 | 1010010 | 1000 | 101100010 | 1010101 | 110010 |
Color Harmonies of #EB132A
Complementary color
Monochromatic Colors of #EB132A
Black with #EB132A
Text Example
Text Example
White with #EB132A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB132A; }
p { color: rgb(235,19,42); }
H1.HeaderClassName
{
color: #EB132A;
}
.AnyTagClassName
{
color: #EB132A;
}
</style>
background-color css
<style>
a { background-color: #EB132A; }
a { background-color: rgb(235,19,42); }
div.DivClassName
{
background-color: #EB132A;
}
.BgClassName
{
background-color: #EB132A;
}
</style>
border-color css
<style>
span { border-color: #EB132A; }
span { border-color: rgb(235,19,42); }
td.TdClassName
{
border-color: #EB132A;
}
.TagClassName
{
border-color: #EB132A;
}
</style>