Shades of Red #EB0D00
Tints of Red #EB0D00
RGB
CMYK
RGB Variations
Color information
#EB0D00 (or 0xEB0D00) is known color: Red. HEX triplet: EB, 0D and 00. RGB value is (235,13,0). Sum of RGB (Red+Green+Blue) = 235+13+0=248 (32% of max value = 765). Red value is 235 (92.19% from 255 or 94.76% from 248); Green value is 13 (5.47% from 255 or 5.24% from 248); Blue value is 0 (0.39% from 255 or 0% from 248); Max value from RGB is 235 - color contains mainly: red. Hex color #EB0D00 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EB0D00 is #14F2FF. Grayscale: #4E4E4E. Windows color (decimal): -1372928 or 3563. OLE color: 3563.
HSL color Cylindrical-coordinate representation of color #EB0D00: hue angle of 3.32º 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 #EB0D00 is Cyan = 0, Magento = 0.94, Yellow = 1 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 13 | 0 | - |
| CMYK | 0 | 0.94 | 1 | 0.08 |
| HSL | 3.32º | 1% | 0.46% | - |
| HSV(B) | 3.32º | 1% | 0.92% | - |
| XYZ | 34.4 | 17.95 | 1.65 | - |
| YUV | 77.9 | 84.05 | 240.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 13 | 0 | 0 | 0.94 | 1 | 0.08 | 3.32 | 1 | 0.46 |
| Hex | EB | D | 0 | 0 | 5E | 64 | 8 | 3 | 64 | 2E |
| Octal | 353 | 15 | 0 | 0 | 136 | 144 | 10 | 3 | 144 | 56 |
| Binary | 11101011 | 1101 | 0 | 0 | 1011110 | 1100100 | 1000 | 11 | 1100100 | 101110 |
Color Harmonies of #EB0D00
Complementary color
Monochromatic Colors of #EB0D00
Black with #EB0D00
Text Example
Text Example
White with #EB0D00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB0D00; }
p { color: rgb(235,13,0); }
H1.HeaderClassName
{
color: #EB0D00;
}
.AnyTagClassName
{
color: #EB0D00;
}
</style>
background-color css
<style>
a { background-color: #EB0D00; }
a { background-color: rgb(235,13,0); }
div.DivClassName
{
background-color: #EB0D00;
}
.BgClassName
{
background-color: #EB0D00;
}
</style>
border-color css
<style>
span { border-color: #EB0D00; }
span { border-color: rgb(235,13,0); }
td.TdClassName
{
border-color: #EB0D00;
}
.TagClassName
{
border-color: #EB0D00;
}
</style>