Shades of Torch Red #EB0E2D
Tints of Torch Red #EB0E2D
RGB
CMYK
RGB Variations
Color information
#EB0E2D (or 0xEB0E2D) is known color: Torch Red. HEX triplet: EB, 0E and 2D. RGB value is (235,14,45). Sum of RGB (Red+Green+Blue) = 235+14+45=294 (38% of max value = 765). Red value is 235 (92.19% from 255 or 79.93% from 294); Green value is 14 (5.86% from 255 or 4.76% from 294); Blue value is 45 (17.97% from 255 or 15.31% from 294); Max value from RGB is 235 - color contains mainly: red. Hex color #EB0E2D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EB0E2D is #14F1D2. Grayscale: #535353. Windows color (decimal): -1372627 or 2952939. OLE color: 2952939.
HSL color Cylindrical-coordinate representation of color #EB0E2D: hue angle of 351.58º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EB0E2D is Cyan = 0, Magento = 0.94, Yellow = 0.81 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 14 | 45 | - |
| CMYK | 0 | 0.94 | 0.81 | 0.08 |
| HSL | 351.58º | 0.89% | 0.49% | - |
| HSV(B) | 351.58º | 0.94% | 0.92% | - |
| XYZ | 34.89 | 18.17 | 4.15 | - |
| YUV | 83.61 | 106.22 | 235.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 14 | 45 | 0 | 0.94 | 0.81 | 0.08 | 351.58 | 0.89 | 0.49 |
| Hex | EB | E | 2D | 0 | 5E | 51 | 8 | 160 | 59 | 31 |
| Octal | 353 | 16 | 55 | 0 | 136 | 121 | 10 | 540 | 131 | 61 |
| Binary | 11101011 | 1110 | 101101 | 0 | 1011110 | 1010001 | 1000 | 101100000 | 1011001 | 110001 |
Color Harmonies of #EB0E2D
Complementary color
Monochromatic Colors of #EB0E2D
Black with #EB0E2D
Text Example
Text Example
White with #EB0E2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB0E2D; }
p { color: rgb(235,14,45); }
H1.HeaderClassName
{
color: #EB0E2D;
}
.AnyTagClassName
{
color: #EB0E2D;
}
</style>
background-color css
<style>
a { background-color: #EB0E2D; }
a { background-color: rgb(235,14,45); }
div.DivClassName
{
background-color: #EB0E2D;
}
.BgClassName
{
background-color: #EB0E2D;
}
</style>
border-color css
<style>
span { border-color: #EB0E2D; }
span { border-color: rgb(235,14,45); }
td.TdClassName
{
border-color: #EB0E2D;
}
.TagClassName
{
border-color: #EB0E2D;
}
</style>