Shades of Torch Red #EB0B1D
Tints of Torch Red #EB0B1D
RGB
CMYK
RGB Variations
Color information
#EB0B1D (or 0xEB0B1D) is known color: Torch Red. HEX triplet: EB, 0B and 1D. RGB value is (235,11,29). Sum of RGB (Red+Green+Blue) = 235+11+29=275 (36% of max value = 765). Red value is 235 (92.19% from 255 or 85.45% from 275); Green value is 11 (4.69% from 255 or 4% from 275); Blue value is 29 (11.72% from 255 or 10.55% from 275); Max value from RGB is 235 - color contains mainly: red. Hex color #EB0B1D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EB0B1D is #14F4E2. Grayscale: #505050. Windows color (decimal): -1373411 or 1903595. OLE color: 1903595.
HSL color Cylindrical-coordinate representation of color #EB0B1D: hue angle of 355.18º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EB0B1D is Cyan = 0, Magento = 0.95, Yellow = 0.88 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 11 | 29 | - |
| CMYK | 0 | 0.95 | 0.88 | 0.08 |
| HSL | 355.18º | 0.91% | 0.48% | - |
| HSV(B) | 355.18º | 0.95% | 0.92% | - |
| XYZ | 34.6 | 17.99 | 2.81 | - |
| YUV | 80.03 | 99.21 | 238.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 11 | 29 | 0 | 0.95 | 0.88 | 0.08 | 355.18 | 0.91 | 0.48 |
| Hex | EB | B | 1D | 0 | 5F | 58 | 8 | 163 | 5B | 30 |
| Octal | 353 | 13 | 35 | 0 | 137 | 130 | 10 | 543 | 133 | 60 |
| Binary | 11101011 | 1011 | 11101 | 0 | 1011111 | 1011000 | 1000 | 101100011 | 1011011 | 110000 |
Color Harmonies of #EB0B1D
Complementary color
Monochromatic Colors of #EB0B1D
Black with #EB0B1D
Text Example
Text Example
White with #EB0B1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB0B1D; }
p { color: rgb(235,11,29); }
H1.HeaderClassName
{
color: #EB0B1D;
}
.AnyTagClassName
{
color: #EB0B1D;
}
</style>
background-color css
<style>
a { background-color: #EB0B1D; }
a { background-color: rgb(235,11,29); }
div.DivClassName
{
background-color: #EB0B1D;
}
.BgClassName
{
background-color: #EB0B1D;
}
</style>
border-color css
<style>
span { border-color: #EB0B1D; }
span { border-color: rgb(235,11,29); }
td.TdClassName
{
border-color: #EB0B1D;
}
.TagClassName
{
border-color: #EB0B1D;
}
</style>