Shades of Torch Red #EB0B2D
Tints of Torch Red #EB0B2D
RGB
CMYK
RGB Variations
Color information
#EB0B2D (or 0xEB0B2D) is known color: Torch Red. HEX triplet: EB, 0B and 2D. RGB value is (235,11,45). Sum of RGB (Red+Green+Blue) = 235+11+45=291 (38% of max value = 765). Red value is 235 (92.19% from 255 or 80.76% from 291); Green value is 11 (4.69% from 255 or 3.78% from 291); Blue value is 45 (17.97% from 255 or 15.46% from 291); Max value from RGB is 235 - color contains mainly: red. Hex color #EB0B2D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EB0B2D is #14F4D2. Grayscale: #515151. Windows color (decimal): -1373395 or 2952171. OLE color: 2952171.
HSL color Cylindrical-coordinate representation of color #EB0B2D: hue angle of 350.89º 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 #EB0B2D is Cyan = 0, Magento = 0.95, Yellow = 0.81 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 11 | 45 | - |
| CMYK | 0 | 0.95 | 0.81 | 0.08 |
| HSL | 350.89º | 0.91% | 0.48% | - |
| HSV(B) | 350.89º | 0.95% | 0.92% | - |
| XYZ | 34.85 | 18.09 | 4.14 | - |
| YUV | 81.85 | 107.21 | 237.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 11 | 45 | 0 | 0.95 | 0.81 | 0.08 | 350.89 | 0.91 | 0.48 |
| Hex | EB | B | 2D | 0 | 5F | 51 | 8 | 15F | 5B | 30 |
| Octal | 353 | 13 | 55 | 0 | 137 | 121 | 10 | 537 | 133 | 60 |
| Binary | 11101011 | 1011 | 101101 | 0 | 1011111 | 1010001 | 1000 | 101011111 | 1011011 | 110000 |
Color Harmonies of #EB0B2D
Complementary color
Monochromatic Colors of #EB0B2D
Black with #EB0B2D
Text Example
Text Example
White with #EB0B2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB0B2D; }
p { color: rgb(235,11,45); }
H1.HeaderClassName
{
color: #EB0B2D;
}
.AnyTagClassName
{
color: #EB0B2D;
}
</style>
background-color css
<style>
a { background-color: #EB0B2D; }
a { background-color: rgb(235,11,45); }
div.DivClassName
{
background-color: #EB0B2D;
}
.BgClassName
{
background-color: #EB0B2D;
}
</style>
border-color css
<style>
span { border-color: #EB0B2D; }
span { border-color: rgb(235,11,45); }
td.TdClassName
{
border-color: #EB0B2D;
}
.TagClassName
{
border-color: #EB0B2D;
}
</style>