Shades of Torch Red #EB011D
Tints of Torch Red #EB011D
RGB
CMYK
RGB Variations
Color information
#EB011D (or 0xEB011D) is known color: Torch Red. HEX triplet: EB, 01 and 1D. RGB value is (235,1,29). Sum of RGB (Red+Green+Blue) = 235+1+29=265 (35% of max value = 765). Red value is 235 (92.19% from 255 or 88.68% from 265); Green value is 1 (0.78% from 255 or 0.38% from 265); Blue value is 29 (11.72% from 255 or 10.94% from 265); Max value from RGB is 235 - color contains mainly: red. Hex color #EB011D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EB011D is #14FEE2. Grayscale: #4A4A4A. Windows color (decimal): -1375971 or 1901035. OLE color: 1901035.
HSL color Cylindrical-coordinate representation of color #EB011D: hue angle of 352.82º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EB011D is Cyan = 0, Magento = 1.00, Yellow = 0.88 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 1 | 29 | - |
| CMYK | 0 | 1.00 | 0.88 | 0.08 |
| HSL | 352.82º | 0.99% | 0.46% | - |
| HSV(B) | 352.82º | 1% | 0.92% | - |
| XYZ | 34.49 | 17.77 | 2.77 | - |
| YUV | 74.16 | 102.52 | 242.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 1 | 29 | 0 | 1.00 | 0.88 | 0.08 | 352.82 | 0.99 | 0.46 |
| Hex | EB | 1 | 1D | 0 | 64 | 58 | 8 | 161 | 63 | 2E |
| Octal | 353 | 1 | 35 | 0 | 144 | 130 | 10 | 541 | 143 | 56 |
| Binary | 11101011 | 1 | 11101 | 0 | 1100100 | 1011000 | 1000 | 101100001 | 1100011 | 101110 |
Color Harmonies of #EB011D
Complementary color
Monochromatic Colors of #EB011D
Black with #EB011D
Text Example
Text Example
White with #EB011D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB011D; }
p { color: rgb(235,1,29); }
H1.HeaderClassName
{
color: #EB011D;
}
.AnyTagClassName
{
color: #EB011D;
}
</style>
background-color css
<style>
a { background-color: #EB011D; }
a { background-color: rgb(235,1,29); }
div.DivClassName
{
background-color: #EB011D;
}
.BgClassName
{
background-color: #EB011D;
}
</style>
border-color css
<style>
span { border-color: #EB011D; }
span { border-color: rgb(235,1,29); }
td.TdClassName
{
border-color: #EB011D;
}
.TagClassName
{
border-color: #EB011D;
}
</style>