Shades of Torch Red #EB001D
Tints of Torch Red #EB001D
RGB
CMYK
RGB Variations
Color information
#EB001D (or 0xEB001D) is known color: Torch Red. HEX triplet: EB, 00 and 1D. RGB value is (235,0,29). Sum of RGB (Red+Green+Blue) = 235+0+29=264 (34% of max value = 765). Red value is 235 (92.19% from 255 or 89.02% from 264); Green value is 0 (0.39% from 255 or 0% from 264); Blue value is 29 (11.72% from 255 or 10.98% from 264); Max value from RGB is 235 - color contains mainly: red. Hex color #EB001D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EB001D is #14FFE2. Grayscale: #494949. Windows color (decimal): -1376227 or 1900779. OLE color: 1900779.
HSL color Cylindrical-coordinate representation of color #EB001D: hue angle of 352.6º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EB001D is Cyan = 0, Magento = 1, Yellow = 0.88 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 0 | 29 | - |
| CMYK | 0 | 1 | 0.88 | 0.08 |
| HSL | 352.6º | 1% | 0.46% | - |
| HSV(B) | 352.6º | 1% | 0.92% | - |
| XYZ | 34.48 | 17.75 | 2.77 | - |
| YUV | 73.57 | 102.86 | 243.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 0 | 29 | 0 | 1 | 0.88 | 0.08 | 352.6 | 1 | 0.46 |
| Hex | EB | 0 | 1D | 0 | 64 | 58 | 8 | 161 | 64 | 2E |
| Octal | 353 | 0 | 35 | 0 | 144 | 130 | 10 | 541 | 144 | 56 |
| Binary | 11101011 | 0 | 11101 | 0 | 1100100 | 1011000 | 1000 | 101100001 | 1100100 | 101110 |
Color Harmonies of #EB001D
Complementary color
Monochromatic Colors of #EB001D
Black with #EB001D
Text Example
Text Example
White with #EB001D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB001D; }
p { color: rgb(235,0,29); }
H1.HeaderClassName
{
color: #EB001D;
}
.AnyTagClassName
{
color: #EB001D;
}
</style>
background-color css
<style>
a { background-color: #EB001D; }
a { background-color: rgb(235,0,29); }
div.DivClassName
{
background-color: #EB001D;
}
.BgClassName
{
background-color: #EB001D;
}
</style>
border-color css
<style>
span { border-color: #EB001D; }
span { border-color: rgb(235,0,29); }
td.TdClassName
{
border-color: #EB001D;
}
.TagClassName
{
border-color: #EB001D;
}
</style>