Shades of Torch Red #EB012A
Tints of Torch Red #EB012A
RGB
CMYK
RGB Variations
Color information
#EB012A (or 0xEB012A) is known color: Torch Red. HEX triplet: EB, 01 and 2A. RGB value is (235,1,42). Sum of RGB (Red+Green+Blue) = 235+1+42=278 (36% of max value = 765). Red value is 235 (92.19% from 255 or 84.53% from 278); Green value is 1 (0.78% from 255 or 0.36% from 278); Blue value is 42 (16.80% from 255 or 15.11% from 278); Max value from RGB is 235 - color contains mainly: red. Hex color #EB012A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EB012A is #14FED5. Grayscale: #4B4B4B. Windows color (decimal): -1375958 or 2753003. OLE color: 2753003.
HSL color Cylindrical-coordinate representation of color #EB012A: hue angle of 349.49º 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 #EB012A is Cyan = 0, Magento = 1.00, Yellow = 0.82 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 1 | 42 | - |
| CMYK | 0 | 1.00 | 0.82 | 0.08 |
| HSL | 349.49º | 0.99% | 0.46% | - |
| HSV(B) | 349.49º | 1% | 0.92% | - |
| XYZ | 34.69 | 17.85 | 3.81 | - |
| YUV | 75.64 | 109.02 | 241.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 1 | 42 | 0 | 1.00 | 0.82 | 0.08 | 349.49 | 0.99 | 0.46 |
| Hex | EB | 1 | 2A | 0 | 64 | 52 | 8 | 15D | 63 | 2E |
| Octal | 353 | 1 | 52 | 0 | 144 | 122 | 10 | 535 | 143 | 56 |
| Binary | 11101011 | 1 | 101010 | 0 | 1100100 | 1010010 | 1000 | 101011101 | 1100011 | 101110 |
Color Harmonies of #EB012A
Complementary color
Monochromatic Colors of #EB012A
Black with #EB012A
Text Example
Text Example
White with #EB012A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB012A; }
p { color: rgb(235,1,42); }
H1.HeaderClassName
{
color: #EB012A;
}
.AnyTagClassName
{
color: #EB012A;
}
</style>
background-color css
<style>
a { background-color: #EB012A; }
a { background-color: rgb(235,1,42); }
div.DivClassName
{
background-color: #EB012A;
}
.BgClassName
{
background-color: #EB012A;
}
</style>
border-color css
<style>
span { border-color: #EB012A; }
span { border-color: rgb(235,1,42); }
td.TdClassName
{
border-color: #EB012A;
}
.TagClassName
{
border-color: #EB012A;
}
</style>