Shades of Torch Red #EB013A
Tints of Torch Red #EB013A
RGB
CMYK
RGB Variations
Color information
#EB013A (or 0xEB013A) is known color: Torch Red. HEX triplet: EB, 01 and 3A. RGB value is (235,1,58). Sum of RGB (Red+Green+Blue) = 235+1+58=294 (38% of max value = 765). Red value is 235 (92.19% from 255 or 79.93% from 294); Green value is 1 (0.78% from 255 or 0.34% from 294); Blue value is 58 (23.05% from 255 or 19.73% from 294); Max value from RGB is 235 - color contains mainly: red. Hex color #EB013A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EB013A is #14FEC5. Grayscale: #4D4D4D. Windows color (decimal): -1375942 or 3801579. OLE color: 3801579.
HSL color Cylindrical-coordinate representation of color #EB013A: hue angle of 345.38º 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 #EB013A is Cyan = 0, Magento = 1.00, Yellow = 0.75 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 1 | 58 | - |
| CMYK | 0 | 1.00 | 0.75 | 0.08 |
| HSL | 345.38º | 0.99% | 0.46% | - |
| HSV(B) | 345.38º | 1% | 0.92% | - |
| XYZ | 35.04 | 17.99 | 5.63 | - |
| YUV | 77.46 | 117.02 | 240.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 1 | 58 | 0 | 1.00 | 0.75 | 0.08 | 345.38 | 0.99 | 0.46 |
| Hex | EB | 1 | 3A | 0 | 64 | 4B | 8 | 159 | 63 | 2E |
| Octal | 353 | 1 | 72 | 0 | 144 | 113 | 10 | 531 | 143 | 56 |
| Binary | 11101011 | 1 | 111010 | 0 | 1100100 | 1001011 | 1000 | 101011001 | 1100011 | 101110 |
Color Harmonies of #EB013A
Complementary color
Monochromatic Colors of #EB013A
Black with #EB013A
Text Example
Text Example
White with #EB013A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB013A; }
p { color: rgb(235,1,58); }
H1.HeaderClassName
{
color: #EB013A;
}
.AnyTagClassName
{
color: #EB013A;
}
</style>
background-color css
<style>
a { background-color: #EB013A; }
a { background-color: rgb(235,1,58); }
div.DivClassName
{
background-color: #EB013A;
}
.BgClassName
{
background-color: #EB013A;
}
</style>
border-color css
<style>
span { border-color: #EB013A; }
span { border-color: rgb(235,1,58); }
td.TdClassName
{
border-color: #EB013A;
}
.TagClassName
{
border-color: #EB013A;
}
</style>