Shades of Red #EB0301
Tints of Red #EB0301
RGB
CMYK
RGB Variations
Color information
#EB0301 (or 0xEB0301) is known color: Red. HEX triplet: EB, 03 and 01. RGB value is (235,3,1). Sum of RGB (Red+Green+Blue) = 235+3+1=239 (31% of max value = 765). Red value is 235 (92.19% from 255 or 98.33% from 239); Green value is 3 (1.56% from 255 or 1.26% from 239); Blue value is 1 (0.78% from 255 or 0.42% from 239); Max value from RGB is 235 - color contains mainly: red. Hex color #EB0301 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EB0301 is #14FCFE. Grayscale: #484848. Windows color (decimal): -1375487 or 66539. OLE color: 66539.
HSL color Cylindrical-coordinate representation of color #EB0301: hue angle of 0.51º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EB0301 is Cyan = 0, Magento = 0.99, Yellow = 1.00 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 3 | 1 | - |
| CMYK | 0 | 0.99 | 1.00 | 0.08 |
| HSL | 0.51º | 0.99% | 0.46% | - |
| HSV(B) | 0.51º | 1% | 0.92% | - |
| XYZ | 34.3 | 17.73 | 1.64 | - |
| YUV | 72.14 | 87.86 | 244.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 3 | 1 | 0 | 0.99 | 1.00 | 0.08 | 0.51 | 0.99 | 0.46 |
| Hex | EB | 3 | 1 | 0 | 63 | 64 | 8 | 1 | 63 | 2E |
| Octal | 353 | 3 | 1 | 0 | 143 | 144 | 10 | 1 | 143 | 56 |
| Binary | 11101011 | 11 | 1 | 0 | 1100011 | 1100100 | 1000 | 1 | 1100011 | 101110 |
Color Harmonies of #EB0301
Complementary color
Monochromatic Colors of #EB0301
Black with #EB0301
Text Example
Text Example
White with #EB0301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB0301; }
p { color: rgb(235,3,1); }
H1.HeaderClassName
{
color: #EB0301;
}
.AnyTagClassName
{
color: #EB0301;
}
</style>
background-color css
<style>
a { background-color: #EB0301; }
a { background-color: rgb(235,3,1); }
div.DivClassName
{
background-color: #EB0301;
}
.BgClassName
{
background-color: #EB0301;
}
</style>
border-color css
<style>
span { border-color: #EB0301; }
span { border-color: rgb(235,3,1); }
td.TdClassName
{
border-color: #EB0301;
}
.TagClassName
{
border-color: #EB0301;
}
</style>