Shades of Red #EB0000
Tints of Red #EB0000
RGB
CMYK
RGB Variations
Color information
#EB0000 (or 0xEB0000) is known color: Red. HEX triplet: EB, 00 and 00. RGB value is (235,0,0). Sum of RGB (Red+Green+Blue) = 235+0+0=235 (31% of max value = 765). Red value is 235 (92.19% from 255 or 100% from 235); Green value is 0 (0.39% from 255 or 0% from 235); Blue value is 0 (0.39% from 255 or 0% from 235); Max value from RGB is 235 - color contains mainly: red. Hex color #EB0000 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EB0000 is #14FFFF. Grayscale: #464646. Windows color (decimal): -1376256 or 235. OLE color: 235.
HSL color Cylindrical-coordinate representation of color #EB0000: hue angle of 0º 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 #EB0000 is Cyan = 0, Magento = 1, Yellow = 1 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 0 | 0 | - |
| CMYK | 0 | 1 | 1 | 0.08 |
| HSL | 0º | 1% | 0.46% | - |
| HSV(B) | 0º | 1% | 0.92% | - |
| XYZ | 34.26 | 17.66 | 1.6 | - |
| YUV | 70.27 | 88.36 | 245.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 0 | 0 | 0 | 1 | 1 | 0.08 | 0 | 1 | 0.46 |
| Hex | EB | 0 | 0 | 0 | 64 | 64 | 8 | 0 | 64 | 2E |
| Octal | 353 | 0 | 0 | 0 | 144 | 144 | 10 | 0 | 144 | 56 |
| Binary | 11101011 | 0 | 0 | 0 | 1100100 | 1100100 | 1000 | 0 | 1100100 | 101110 |
Color Harmonies of #EB0000
Complementary color
Monochromatic Colors of #EB0000
Black with #EB0000
Text Example
Text Example
White with #EB0000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB0000; }
p { color: rgb(235,0,0); }
H1.HeaderClassName
{
color: #EB0000;
}
.AnyTagClassName
{
color: #EB0000;
}
</style>
background-color css
<style>
a { background-color: #EB0000; }
a { background-color: rgb(235,0,0); }
div.DivClassName
{
background-color: #EB0000;
}
.BgClassName
{
background-color: #EB0000;
}
</style>
border-color css
<style>
span { border-color: #EB0000; }
span { border-color: rgb(235,0,0); }
td.TdClassName
{
border-color: #EB0000;
}
.TagClassName
{
border-color: #EB0000;
}
</style>