Shades of Red #EA0B01
Tints of Red #EA0B01
RGB
CMYK
RGB Variations
Color information
#EA0B01 (or 0xEA0B01) is known color: Red. HEX triplet: EA, 0B and 01. RGB value is (234,11,1). Sum of RGB (Red+Green+Blue) = 234+11+1=246 (32% of max value = 765). Red value is 234 (91.80% from 255 or 95.12% from 246); Green value is 11 (4.69% from 255 or 4.47% from 246); Blue value is 1 (0.78% from 255 or 0.41% from 246); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0B01 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EA0B01 is #15F4FE. Grayscale: #4C4C4C. Windows color (decimal): -1438975 or 68586. OLE color: 68586.
HSL color Cylindrical-coordinate representation of color #EA0B01: hue angle of 2.58º 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 #EA0B01 is Cyan = 0, Magento = 0.95, Yellow = 1.00 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 11 | 1 | - |
| CMYK | 0 | 0.95 | 1.00 | 0.08 |
| HSL | 2.58º | 0.99% | 0.46% | - |
| HSV(B) | 2.58º | 1% | 0.92% | - |
| XYZ | 34.06 | 17.73 | 1.66 | - |
| YUV | 76.54 | 85.38 | 240.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 11 | 1 | 0 | 0.95 | 1.00 | 0.08 | 2.58 | 0.99 | 0.46 |
| Hex | EA | B | 1 | 0 | 5F | 64 | 8 | 3 | 63 | 2E |
| Octal | 352 | 13 | 1 | 0 | 137 | 144 | 10 | 3 | 143 | 56 |
| Binary | 11101010 | 1011 | 1 | 0 | 1011111 | 1100100 | 1000 | 11 | 1100011 | 101110 |
Color Harmonies of #EA0B01
Complementary color
Monochromatic Colors of #EA0B01
Black with #EA0B01
Text Example
Text Example
White with #EA0B01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA0B01; }
p { color: rgb(234,11,1); }
H1.HeaderClassName
{
color: #EA0B01;
}
.AnyTagClassName
{
color: #EA0B01;
}
</style>
background-color css
<style>
a { background-color: #EA0B01; }
a { background-color: rgb(234,11,1); }
div.DivClassName
{
background-color: #EA0B01;
}
.BgClassName
{
background-color: #EA0B01;
}
</style>
border-color css
<style>
span { border-color: #EA0B01; }
span { border-color: rgb(234,11,1); }
td.TdClassName
{
border-color: #EA0B01;
}
.TagClassName
{
border-color: #EA0B01;
}
</style>