Shades of Torch Red #EB021D
Tints of Torch Red #EB021D
RGB
CMYK
RGB Variations
Color information
#EB021D (or 0xEB021D) is known color: Torch Red. HEX triplet: EB, 02 and 1D. RGB value is (235,2,29). Sum of RGB (Red+Green+Blue) = 235+2+29=266 (35% of max value = 765). Red value is 235 (92.19% from 255 or 88.35% from 266); Green value is 2 (1.17% from 255 or 0.75% from 266); Blue value is 29 (11.72% from 255 or 10.90% from 266); Max value from RGB is 235 - color contains mainly: red. Hex color #EB021D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EB021D is #14FDE2. Grayscale: #4A4A4A. Windows color (decimal): -1375715 or 1901291. OLE color: 1901291.
HSL color Cylindrical-coordinate representation of color #EB021D: hue angle of 353.05º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EB021D is Cyan = 0, Magento = 0.99, Yellow = 0.88 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 2 | 29 | - |
| CMYK | 0 | 0.99 | 0.88 | 0.08 |
| HSL | 353.05º | 0.98% | 0.46% | - |
| HSV(B) | 353.05º | 0.99% | 0.92% | - |
| XYZ | 34.5 | 17.79 | 2.78 | - |
| YUV | 74.75 | 102.19 | 242.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 2 | 29 | 0 | 0.99 | 0.88 | 0.08 | 353.05 | 0.98 | 0.46 |
| Hex | EB | 2 | 1D | 0 | 63 | 58 | 8 | 161 | 62 | 2E |
| Octal | 353 | 2 | 35 | 0 | 143 | 130 | 10 | 541 | 142 | 56 |
| Binary | 11101011 | 10 | 11101 | 0 | 1100011 | 1011000 | 1000 | 101100001 | 1100010 | 101110 |
Color Harmonies of #EB021D
Complementary color
Monochromatic Colors of #EB021D
Black with #EB021D
Text Example
Text Example
White with #EB021D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB021D; }
p { color: rgb(235,2,29); }
H1.HeaderClassName
{
color: #EB021D;
}
.AnyTagClassName
{
color: #EB021D;
}
</style>
background-color css
<style>
a { background-color: #EB021D; }
a { background-color: rgb(235,2,29); }
div.DivClassName
{
background-color: #EB021D;
}
.BgClassName
{
background-color: #EB021D;
}
</style>
border-color css
<style>
span { border-color: #EB021D; }
span { border-color: rgb(235,2,29); }
td.TdClassName
{
border-color: #EB021D;
}
.TagClassName
{
border-color: #EB021D;
}
</style>