Shades of Red #EB0B00
Tints of Red #EB0B00
RGB
CMYK
RGB Variations
Color information
#EB0B00 (or 0xEB0B00) is known color: Red. HEX triplet: EB, 0B and 00. RGB value is (235,11,0). Sum of RGB (Red+Green+Blue) = 235+11+0=246 (32% of max value = 765). Red value is 235 (92.19% from 255 or 95.53% from 246); Green value is 11 (4.69% from 255 or 4.47% from 246); Blue value is 0 (0.39% from 255 or 0% from 246); Max value from RGB is 235 - color contains mainly: red. Hex color #EB0B00 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EB0B00 is #14F4FF. Grayscale: #4C4C4C. Windows color (decimal): -1373440 or 3051. OLE color: 3051.
HSL color Cylindrical-coordinate representation of color #EB0B00: hue angle of 2.81º 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 #EB0B00 is Cyan = 0, Magento = 0.95, Yellow = 1 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 11 | 0 | - |
| CMYK | 0 | 0.95 | 1 | 0.08 |
| HSL | 2.81º | 1% | 0.46% | - |
| HSV(B) | 2.81º | 1% | 0.92% | - |
| XYZ | 34.38 | 17.9 | 1.64 | - |
| YUV | 76.72 | 84.71 | 240.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 11 | 0 | 0 | 0.95 | 1 | 0.08 | 2.81 | 1 | 0.46 |
| Hex | EB | B | 0 | 0 | 5F | 64 | 8 | 3 | 64 | 2E |
| Octal | 353 | 13 | 0 | 0 | 137 | 144 | 10 | 3 | 144 | 56 |
| Binary | 11101011 | 1011 | 0 | 0 | 1011111 | 1100100 | 1000 | 11 | 1100100 | 101110 |
Color Harmonies of #EB0B00
Complementary color
Monochromatic Colors of #EB0B00
Black with #EB0B00
Text Example
Text Example
White with #EB0B00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB0B00; }
p { color: rgb(235,11,0); }
H1.HeaderClassName
{
color: #EB0B00;
}
.AnyTagClassName
{
color: #EB0B00;
}
</style>
background-color css
<style>
a { background-color: #EB0B00; }
a { background-color: rgb(235,11,0); }
div.DivClassName
{
background-color: #EB0B00;
}
.BgClassName
{
background-color: #EB0B00;
}
</style>
border-color css
<style>
span { border-color: #EB0B00; }
span { border-color: rgb(235,11,0); }
td.TdClassName
{
border-color: #EB0B00;
}
.TagClassName
{
border-color: #EB0B00;
}
</style>