Shades of Red #EA0A03
Tints of Red #EA0A03
RGB
CMYK
RGB Variations
Color information
#EA0A03 (or 0xEA0A03) is known color: Red. HEX triplet: EA, 0A and 03. RGB value is (234,10,3). Sum of RGB (Red+Green+Blue) = 234+10+3=247 (32% of max value = 765). Red value is 234 (91.80% from 255 or 94.74% from 247); Green value is 10 (4.30% from 255 or 4.05% from 247); Blue value is 3 (1.56% from 255 or 1.21% from 247); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0A03 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EA0A03 is #15F5FC. Grayscale: #4C4C4C. Windows color (decimal): -1439229 or 199402. OLE color: 199402.
HSL color Cylindrical-coordinate representation of color #EA0A03: hue angle of 1.82º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EA0A03 is Cyan = 0, Magento = 0.96, Yellow = 0.99 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 10 | 3 | - |
| CMYK | 0 | 0.96 | 0.99 | 0.08 |
| HSL | 1.82º | 0.97% | 0.46% | - |
| HSV(B) | 1.82º | 0.99% | 0.92% | - |
| XYZ | 34.06 | 17.72 | 1.71 | - |
| YUV | 76.18 | 86.71 | 240.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 10 | 3 | 0 | 0.96 | 0.99 | 0.08 | 1.82 | 0.97 | 0.46 |
| Hex | EA | A | 3 | 0 | 60 | 63 | 8 | 2 | 61 | 2E |
| Octal | 352 | 12 | 3 | 0 | 140 | 143 | 10 | 2 | 141 | 56 |
| Binary | 11101010 | 1010 | 11 | 0 | 1100000 | 1100011 | 1000 | 10 | 1100001 | 101110 |
Color Harmonies of #EA0A03
Complementary color
Monochromatic Colors of #EA0A03
Black with #EA0A03
Text Example
Text Example
White with #EA0A03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA0A03; }
p { color: rgb(234,10,3); }
H1.HeaderClassName
{
color: #EA0A03;
}
.AnyTagClassName
{
color: #EA0A03;
}
</style>
background-color css
<style>
a { background-color: #EA0A03; }
a { background-color: rgb(234,10,3); }
div.DivClassName
{
background-color: #EA0A03;
}
.BgClassName
{
background-color: #EA0A03;
}
</style>
border-color css
<style>
span { border-color: #EA0A03; }
span { border-color: rgb(234,10,3); }
td.TdClassName
{
border-color: #EA0A03;
}
.TagClassName
{
border-color: #EA0A03;
}
</style>