Shades of Red #EA0401
Tints of Red #EA0401
RGB
CMYK
RGB Variations
Color information
#EA0401 (or 0xEA0401) is known color: Red. HEX triplet: EA, 04 and 01. RGB value is (234,4,1). Sum of RGB (Red+Green+Blue) = 234+4+1=239 (31% of max value = 765). Red value is 234 (91.80% from 255 or 97.91% from 239); Green value is 4 (1.95% from 255 or 1.67% from 239); Blue value is 1 (0.78% from 255 or 0.42% from 239); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0401 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EA0401 is #15FBFE. Grayscale: #484848. Windows color (decimal): -1440767 or 66794. OLE color: 66794.
HSL color Cylindrical-coordinate representation of color #EA0401: hue angle of 0.77º 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 #EA0401 is Cyan = 0, Magento = 0.98, Yellow = 1.00 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 4 | 1 | - |
| CMYK | 0 | 0.98 | 1.00 | 0.08 |
| HSL | 0.77º | 0.99% | 0.46% | - |
| HSV(B) | 0.77º | 1% | 0.92% | - |
| XYZ | 33.98 | 17.58 | 1.63 | - |
| YUV | 72.43 | 87.7 | 243.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 4 | 1 | 0 | 0.98 | 1.00 | 0.08 | 0.77 | 0.99 | 0.46 |
| Hex | EA | 4 | 1 | 0 | 62 | 64 | 8 | 1 | 63 | 2E |
| Octal | 352 | 4 | 1 | 0 | 142 | 144 | 10 | 1 | 143 | 56 |
| Binary | 11101010 | 100 | 1 | 0 | 1100010 | 1100100 | 1000 | 1 | 1100011 | 101110 |
Color Harmonies of #EA0401
Complementary color
Monochromatic Colors of #EA0401
Black with #EA0401
Text Example
Text Example
White with #EA0401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA0401; }
p { color: rgb(234,4,1); }
H1.HeaderClassName
{
color: #EA0401;
}
.AnyTagClassName
{
color: #EA0401;
}
</style>
background-color css
<style>
a { background-color: #EA0401; }
a { background-color: rgb(234,4,1); }
div.DivClassName
{
background-color: #EA0401;
}
.BgClassName
{
background-color: #EA0401;
}
</style>
border-color css
<style>
span { border-color: #EA0401; }
span { border-color: rgb(234,4,1); }
td.TdClassName
{
border-color: #EA0401;
}
.TagClassName
{
border-color: #EA0401;
}
</style>