Shades of Torch Red #EB0022
Tints of Torch Red #EB0022
RGB
CMYK
RGB Variations
Color information
#EB0022 (or 0xEB0022) is known color: Torch Red. HEX triplet: EB, 00 and 22. RGB value is (235,0,34). Sum of RGB (Red+Green+Blue) = 235+0+34=269 (35% of max value = 765). Red value is 235 (92.19% from 255 or 87.36% from 269); Green value is 0 (0.39% from 255 or 0% from 269); Blue value is 34 (13.67% from 255 or 12.64% from 269); Max value from RGB is 235 - color contains mainly: red. Hex color #EB0022 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EB0022 is #14FFDD. Grayscale: #4A4A4A. Windows color (decimal): -1376222 or 2228459. OLE color: 2228459.
HSL color Cylindrical-coordinate representation of color #EB0022: hue angle of 351.32º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EB0022 is Cyan = 0, Magento = 1, Yellow = 0.86 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 0 | 34 | - |
| CMYK | 0 | 1 | 0.86 | 0.08 |
| HSL | 351.32º | 1% | 0.46% | - |
| HSV(B) | 351.32º | 1% | 0.92% | - |
| XYZ | 34.55 | 17.78 | 3.12 | - |
| YUV | 74.14 | 105.36 | 242.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 0 | 34 | 0 | 1 | 0.86 | 0.08 | 351.32 | 1 | 0.46 |
| Hex | EB | 0 | 22 | 0 | 64 | 56 | 8 | 15F | 64 | 2E |
| Octal | 353 | 0 | 42 | 0 | 144 | 126 | 10 | 537 | 144 | 56 |
| Binary | 11101011 | 0 | 100010 | 0 | 1100100 | 1010110 | 1000 | 101011111 | 1100100 | 101110 |
Color Harmonies of #EB0022
Complementary color
Monochromatic Colors of #EB0022
Black with #EB0022
Text Example
Text Example
White with #EB0022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB0022; }
p { color: rgb(235,0,34); }
H1.HeaderClassName
{
color: #EB0022;
}
.AnyTagClassName
{
color: #EB0022;
}
</style>
background-color css
<style>
a { background-color: #EB0022; }
a { background-color: rgb(235,0,34); }
div.DivClassName
{
background-color: #EB0022;
}
.BgClassName
{
background-color: #EB0022;
}
</style>
border-color css
<style>
span { border-color: #EB0022; }
span { border-color: rgb(235,0,34); }
td.TdClassName
{
border-color: #EB0022;
}
.TagClassName
{
border-color: #EB0022;
}
</style>