Shades of Torch Red #EB0028
Tints of Torch Red #EB0028
RGB
CMYK
RGB Variations
Color information
#EB0028 (or 0xEB0028) is known color: Torch Red. HEX triplet: EB, 00 and 28. RGB value is (235,0,40). Sum of RGB (Red+Green+Blue) = 235+0+40=275 (36% of max value = 765). Red value is 235 (92.19% from 255 or 85.45% from 275); Green value is 0 (0.39% from 255 or 0% from 275); Blue value is 40 (16.02% from 255 or 14.55% from 275); Max value from RGB is 235 - color contains mainly: red. Hex color #EB0028 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EB0028 is #14FFD7. Grayscale: #4A4A4A. Windows color (decimal): -1376216 or 2621675. OLE color: 2621675.
HSL color Cylindrical-coordinate representation of color #EB0028: hue angle of 349.79º 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 #EB0028 is Cyan = 0, Magento = 1, Yellow = 0.83 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 0 | 40 | - |
| CMYK | 0 | 1 | 0.83 | 0.08 |
| HSL | 349.79º | 1% | 0.46% | - |
| HSV(B) | 349.79º | 1% | 0.92% | - |
| XYZ | 34.64 | 17.82 | 3.62 | - |
| YUV | 74.83 | 108.36 | 242.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 0 | 40 | 0 | 1 | 0.83 | 0.08 | 349.79 | 1 | 0.46 |
| Hex | EB | 0 | 28 | 0 | 64 | 53 | 8 | 15E | 64 | 2E |
| Octal | 353 | 0 | 50 | 0 | 144 | 123 | 10 | 536 | 144 | 56 |
| Binary | 11101011 | 0 | 101000 | 0 | 1100100 | 1010011 | 1000 | 101011110 | 1100100 | 101110 |
Color Harmonies of #EB0028
Complementary color
Monochromatic Colors of #EB0028
Black with #EB0028
Text Example
Text Example
White with #EB0028
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB0028; }
p { color: rgb(235,0,40); }
H1.HeaderClassName
{
color: #EB0028;
}
.AnyTagClassName
{
color: #EB0028;
}
</style>
background-color css
<style>
a { background-color: #EB0028; }
a { background-color: rgb(235,0,40); }
div.DivClassName
{
background-color: #EB0028;
}
.BgClassName
{
background-color: #EB0028;
}
</style>
border-color css
<style>
span { border-color: #EB0028; }
span { border-color: rgb(235,0,40); }
td.TdClassName
{
border-color: #EB0028;
}
.TagClassName
{
border-color: #EB0028;
}
</style>