Shades of Torch Red #EB1229
Tints of Torch Red #EB1229
RGB
CMYK
RGB Variations
Color information
#EB1229 (or 0xEB1229) is known color: Torch Red. HEX triplet: EB, 12 and 29. RGB value is (235,18,41). Sum of RGB (Red+Green+Blue) = 235+18+41=294 (38% of max value = 765). Red value is 235 (92.19% from 255 or 79.93% from 294); Green value is 18 (7.42% from 255 or 6.12% from 294); Blue value is 41 (16.41% from 255 or 13.95% from 294); Max value from RGB is 235 - color contains mainly: red. Hex color #EB1229 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EB1229 is #14EDD6. Grayscale: #555555. Windows color (decimal): -1371607 or 2691819. OLE color: 2691819.
HSL color Cylindrical-coordinate representation of color #EB1229: hue angle of 353.64º degrees, saturation: 0.86, 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 #EB1229 is Cyan = 0, Magento = 0.92, Yellow = 0.83 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 18 | 41 | - |
| CMYK | 0 | 0.92 | 0.83 | 0.08 |
| HSL | 353.64º | 0.86% | 0.5% | - |
| HSV(B) | 353.64º | 0.92% | 0.92% | - |
| XYZ | 34.88 | 18.25 | 3.78 | - |
| YUV | 85.51 | 102.89 | 234.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 18 | 41 | 0 | 0.92 | 0.83 | 0.08 | 353.64 | 0.86 | 0.5 |
| Hex | EB | 12 | 29 | 0 | 5C | 53 | 8 | 162 | 56 | 32 |
| Octal | 353 | 22 | 51 | 0 | 134 | 123 | 10 | 542 | 126 | 62 |
| Binary | 11101011 | 10010 | 101001 | 0 | 1011100 | 1010011 | 1000 | 101100010 | 1010110 | 110010 |
Color Harmonies of #EB1229
Complementary color
Monochromatic Colors of #EB1229
Black with #EB1229
Text Example
Text Example
White with #EB1229
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB1229; }
p { color: rgb(235,18,41); }
H1.HeaderClassName
{
color: #EB1229;
}
.AnyTagClassName
{
color: #EB1229;
}
</style>
background-color css
<style>
a { background-color: #EB1229; }
a { background-color: rgb(235,18,41); }
div.DivClassName
{
background-color: #EB1229;
}
.BgClassName
{
background-color: #EB1229;
}
</style>
border-color css
<style>
span { border-color: #EB1229; }
span { border-color: rgb(235,18,41); }
td.TdClassName
{
border-color: #EB1229;
}
.TagClassName
{
border-color: #EB1229;
}
</style>