Shades of Red #EA0303
Tints of Red #EA0303
RGB
CMYK
RGB Variations
Color information
#EA0303 (or 0xEA0303) is known color: Red. HEX triplet: EA, 03 and 03. RGB value is (234,3,3). Sum of RGB (Red+Green+Blue) = 234+3+3=240 (31% of max value = 765). Red value is 234 (91.80% from 255 or 97.5% from 240); Green value is 3 (1.56% from 255 or 1.25% from 240); Blue value is 3 (1.56% from 255 or 1.25% from 240); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0303 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EA0303 is #15FCFC. Grayscale: #484848. Windows color (decimal): -1441021 or 197610. OLE color: 197610.
HSL color Cylindrical-coordinate representation of color #EA0303: hue angle of 0º 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 #EA0303 is Cyan = 0, Magento = 0.99, Yellow = 0.99 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 3 | 3 | - |
| CMYK | 0 | 0.99 | 0.99 | 0.08 |
| HSL | 0º | 0.97% | 0.46% | - |
| HSV(B) | 0º | 0.99% | 0.92% | - |
| XYZ | 33.98 | 17.56 | 1.69 | - |
| YUV | 72.07 | 89.03 | 243.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 3 | 3 | 0 | 0.99 | 0.99 | 0.08 | 0 | 0.97 | 0.46 |
| Hex | EA | 3 | 3 | 0 | 63 | 63 | 8 | 0 | 61 | 2E |
| Octal | 352 | 3 | 3 | 0 | 143 | 143 | 10 | 0 | 141 | 56 |
| Binary | 11101010 | 11 | 11 | 0 | 1100011 | 1100011 | 1000 | 0 | 1100001 | 101110 |
Color Harmonies of #EA0303
Complementary color
Monochromatic Colors of #EA0303
Black with #EA0303
Text Example
Text Example
White with #EA0303
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA0303; }
p { color: rgb(234,3,3); }
H1.HeaderClassName
{
color: #EA0303;
}
.AnyTagClassName
{
color: #EA0303;
}
</style>
background-color css
<style>
a { background-color: #EA0303; }
a { background-color: rgb(234,3,3); }
div.DivClassName
{
background-color: #EA0303;
}
.BgClassName
{
background-color: #EA0303;
}
</style>
border-color css
<style>
span { border-color: #EA0303; }
span { border-color: rgb(234,3,3); }
td.TdClassName
{
border-color: #EA0303;
}
.TagClassName
{
border-color: #EA0303;
}
</style>