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