Shades of Torch Red #EB0737
Tints of Torch Red #EB0737
RGB
CMYK
RGB Variations
Color information
#EB0737 (or 0xEB0737) is known color: Torch Red. HEX triplet: EB, 07 and 37. RGB value is (235,7,55). Sum of RGB (Red+Green+Blue) = 235+7+55=297 (39% of max value = 765). Red value is 235 (92.19% from 255 or 79.12% from 297); Green value is 7 (3.12% from 255 or 2.36% from 297); Blue value is 55 (21.88% from 255 or 18.52% from 297); Max value from RGB is 235 - color contains mainly: red. Hex color #EB0737 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EB0737 is #14F8C8. Grayscale: #505050. Windows color (decimal): -1374409 or 3606507. OLE color: 3606507.
HSL color Cylindrical-coordinate representation of color #EB0737: hue angle of 347.37º degrees, saturation: 0.94, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EB0737 is Cyan = 0, Magento = 0.97, Yellow = 0.77 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 7 | 55 | - |
| CMYK | 0 | 0.97 | 0.77 | 0.08 |
| HSL | 347.37º | 0.94% | 0.47% | - |
| HSV(B) | 347.37º | 0.97% | 0.92% | - |
| XYZ | 35.03 | 18.09 | 5.26 | - |
| YUV | 80.64 | 113.54 | 238.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 7 | 55 | 0 | 0.97 | 0.77 | 0.08 | 347.37 | 0.94 | 0.47 |
| Hex | EB | 7 | 37 | 0 | 61 | 4D | 8 | 15B | 5E | 2F |
| Octal | 353 | 7 | 67 | 0 | 141 | 115 | 10 | 533 | 136 | 57 |
| Binary | 11101011 | 111 | 110111 | 0 | 1100001 | 1001101 | 1000 | 101011011 | 1011110 | 101111 |
Color Harmonies of #EB0737
Complementary color
Monochromatic Colors of #EB0737
Black with #EB0737
Text Example
Text Example
White with #EB0737
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB0737; }
p { color: rgb(235,7,55); }
H1.HeaderClassName
{
color: #EB0737;
}
.AnyTagClassName
{
color: #EB0737;
}
</style>
background-color css
<style>
a { background-color: #EB0737; }
a { background-color: rgb(235,7,55); }
div.DivClassName
{
background-color: #EB0737;
}
.BgClassName
{
background-color: #EB0737;
}
</style>
border-color css
<style>
span { border-color: #EB0737; }
span { border-color: rgb(235,7,55); }
td.TdClassName
{
border-color: #EB0737;
}
.TagClassName
{
border-color: #EB0737;
}
</style>