Shades of Torch Red #EB051B
Tints of Torch Red #EB051B
RGB
CMYK
RGB Variations
Color information
#EB051B (or 0xEB051B) is known color: Torch Red. HEX triplet: EB, 05 and 1B. RGB value is (235,5,27). Sum of RGB (Red+Green+Blue) = 235+5+27=267 (35% of max value = 765). Red value is 235 (92.19% from 255 or 88.01% from 267); Green value is 5 (2.34% from 255 or 1.87% from 267); Blue value is 27 (10.94% from 255 or 10.11% from 267); Max value from RGB is 235 - color contains mainly: red. Hex color #EB051B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EB051B is #14FAE4. Grayscale: #4C4C4C. Windows color (decimal): -1374949 or 1770987. OLE color: 1770987.
HSL color Cylindrical-coordinate representation of color #EB051B: hue angle of 354.26º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EB051B is Cyan = 0, Magento = 0.98, Yellow = 0.89 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 5 | 27 | - |
| CMYK | 0 | 0.98 | 0.89 | 0.08 |
| HSL | 354.26º | 0.96% | 0.47% | - |
| HSV(B) | 354.26º | 0.98% | 0.92% | - |
| XYZ | 34.51 | 17.85 | 2.66 | - |
| YUV | 76.28 | 100.2 | 241.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 5 | 27 | 0 | 0.98 | 0.89 | 0.08 | 354.26 | 0.96 | 0.47 |
| Hex | EB | 5 | 1B | 0 | 62 | 59 | 8 | 162 | 60 | 2F |
| Octal | 353 | 5 | 33 | 0 | 142 | 131 | 10 | 542 | 140 | 57 |
| Binary | 11101011 | 101 | 11011 | 0 | 1100010 | 1011001 | 1000 | 101100010 | 1100000 | 101111 |
Color Harmonies of #EB051B
Complementary color
Monochromatic Colors of #EB051B
Black with #EB051B
Text Example
Text Example
White with #EB051B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB051B; }
p { color: rgb(235,5,27); }
H1.HeaderClassName
{
color: #EB051B;
}
.AnyTagClassName
{
color: #EB051B;
}
</style>
background-color css
<style>
a { background-color: #EB051B; }
a { background-color: rgb(235,5,27); }
div.DivClassName
{
background-color: #EB051B;
}
.BgClassName
{
background-color: #EB051B;
}
</style>
border-color css
<style>
span { border-color: #EB051B; }
span { border-color: rgb(235,5,27); }
td.TdClassName
{
border-color: #EB051B;
}
.TagClassName
{
border-color: #EB051B;
}
</style>