Shades of Red #EB100E
Tints of Red #EB100E
RGB
CMYK
RGB Variations
Color information
#EB100E (or 0xEB100E) is known color: Red. HEX triplet: EB, 10 and 0E. RGB value is (235,16,14). Sum of RGB (Red+Green+Blue) = 235+16+14=265 (35% of max value = 765). Red value is 235 (92.19% from 255 or 88.68% from 265); Green value is 16 (6.64% from 255 or 6.04% from 265); Blue value is 14 (5.86% from 255 or 5.28% from 265); Max value from RGB is 235 - color contains mainly: red. Hex color #EB100E is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EB100E is #14EFF1. Grayscale: #515151. Windows color (decimal): -1372146 or 921835. OLE color: 921835.
HSL color Cylindrical-coordinate representation of color #EB100E: hue angle of 0.54º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EB100E is Cyan = 0, Magento = 0.93, Yellow = 0.94 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 16 | 14 | - |
| CMYK | 0 | 0.93 | 0.94 | 0.08 |
| HSL | 0.54º | 0.89% | 0.49% | - |
| HSV(B) | 0.54º | 0.94% | 0.92% | - |
| XYZ | 34.53 | 18.06 | 2.08 | - |
| YUV | 81.25 | 90.05 | 237.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 16 | 14 | 0 | 0.93 | 0.94 | 0.08 | 0.54 | 0.89 | 0.49 |
| Hex | EB | 10 | E | 0 | 5D | 5E | 8 | 1 | 59 | 31 |
| Octal | 353 | 20 | 16 | 0 | 135 | 136 | 10 | 1 | 131 | 61 |
| Binary | 11101011 | 10000 | 1110 | 0 | 1011101 | 1011110 | 1000 | 1 | 1011001 | 110001 |
Color Harmonies of #EB100E
Complementary color
Monochromatic Colors of #EB100E
Black with #EB100E
Text Example
Text Example
White with #EB100E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB100E; }
p { color: rgb(235,16,14); }
H1.HeaderClassName
{
color: #EB100E;
}
.AnyTagClassName
{
color: #EB100E;
}
</style>
background-color css
<style>
a { background-color: #EB100E; }
a { background-color: rgb(235,16,14); }
div.DivClassName
{
background-color: #EB100E;
}
.BgClassName
{
background-color: #EB100E;
}
</style>
border-color css
<style>
span { border-color: #EB100E; }
span { border-color: rgb(235,16,14); }
td.TdClassName
{
border-color: #EB100E;
}
.TagClassName
{
border-color: #EB100E;
}
</style>