Shades of Torch Red #EB013B
Tints of Torch Red #EB013B
RGB
CMYK
RGB Variations
Color information
#EB013B (or 0xEB013B) is known color: Torch Red. HEX triplet: EB, 01 and 3B. RGB value is (235,1,59). Sum of RGB (Red+Green+Blue) = 235+1+59=295 (39% of max value = 765). Red value is 235 (92.19% from 255 or 79.66% from 295); Green value is 1 (0.78% from 255 or 0.34% from 295); Blue value is 59 (23.44% from 255 or 20% from 295); Max value from RGB is 235 - color contains mainly: red. Hex color #EB013B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EB013B is #14FEC4. Grayscale: #4D4D4D. Windows color (decimal): -1375941 or 3867115. OLE color: 3867115.
HSL color Cylindrical-coordinate representation of color #EB013B: hue angle of 345.13º 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 #EB013B is Cyan = 0, Magento = 1.00, Yellow = 0.75 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 1 | 59 | - |
| CMYK | 0 | 1.00 | 0.75 | 0.08 |
| HSL | 345.13º | 0.99% | 0.46% | - |
| HSV(B) | 345.13º | 1% | 0.92% | - |
| XYZ | 35.06 | 18 | 5.76 | - |
| YUV | 77.58 | 117.52 | 240.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 1 | 59 | 0 | 1.00 | 0.75 | 0.08 | 345.13 | 0.99 | 0.46 |
| Hex | EB | 1 | 3B | 0 | 64 | 4B | 8 | 159 | 63 | 2E |
| Octal | 353 | 1 | 73 | 0 | 144 | 113 | 10 | 531 | 143 | 56 |
| Binary | 11101011 | 1 | 111011 | 0 | 1100100 | 1001011 | 1000 | 101011001 | 1100011 | 101110 |
Color Harmonies of #EB013B
Complementary color
Monochromatic Colors of #EB013B
Black with #EB013B
Text Example
Text Example
White with #EB013B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB013B; }
p { color: rgb(235,1,59); }
H1.HeaderClassName
{
color: #EB013B;
}
.AnyTagClassName
{
color: #EB013B;
}
</style>
background-color css
<style>
a { background-color: #EB013B; }
a { background-color: rgb(235,1,59); }
div.DivClassName
{
background-color: #EB013B;
}
.BgClassName
{
background-color: #EB013B;
}
</style>
border-color css
<style>
span { border-color: #EB013B; }
span { border-color: rgb(235,1,59); }
td.TdClassName
{
border-color: #EB013B;
}
.TagClassName
{
border-color: #EB013B;
}
</style>