Shades of Red #EA1001
Tints of Red #EA1001
RGB
CMYK
RGB Variations
Color information
#EA1001 (or 0xEA1001) is known color: Red. HEX triplet: EA, 10 and 01. RGB value is (234,16,1). Sum of RGB (Red+Green+Blue) = 234+16+1=251 (33% of max value = 765). Red value is 234 (91.80% from 255 or 93.23% from 251); Green value is 16 (6.64% from 255 or 6.37% from 251); Blue value is 1 (0.78% from 255 or 0.40% from 251); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1001 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EA1001 is #15EFFE. Grayscale: #4F4F4F. Windows color (decimal): -1437695 or 69866. OLE color: 69866.
HSL color Cylindrical-coordinate representation of color #EA1001: hue angle of 3.86º 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 #EA1001 is Cyan = 0, Magento = 0.93, Yellow = 1.00 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 16 | 1 | - |
| CMYK | 0 | 0.93 | 1.00 | 0.08 |
| HSL | 3.86º | 0.99% | 0.46% | - |
| HSV(B) | 3.86º | 1% | 0.92% | - |
| XYZ | 34.12 | 17.87 | 1.68 | - |
| YUV | 79.47 | 83.72 | 238.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 16 | 1 | 0 | 0.93 | 1.00 | 0.08 | 3.86 | 0.99 | 0.46 |
| Hex | EA | 10 | 1 | 0 | 5D | 64 | 8 | 4 | 63 | 2E |
| Octal | 352 | 20 | 1 | 0 | 135 | 144 | 10 | 4 | 143 | 56 |
| Binary | 11101010 | 10000 | 1 | 0 | 1011101 | 1100100 | 1000 | 100 | 1100011 | 101110 |
Color Harmonies of #EA1001
Complementary color
Monochromatic Colors of #EA1001
Black with #EA1001
Text Example
Text Example
White with #EA1001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA1001; }
p { color: rgb(234,16,1); }
H1.HeaderClassName
{
color: #EA1001;
}
.AnyTagClassName
{
color: #EA1001;
}
</style>
background-color css
<style>
a { background-color: #EA1001; }
a { background-color: rgb(234,16,1); }
div.DivClassName
{
background-color: #EA1001;
}
.BgClassName
{
background-color: #EA1001;
}
</style>
border-color css
<style>
span { border-color: #EA1001; }
span { border-color: rgb(234,16,1); }
td.TdClassName
{
border-color: #EA1001;
}
.TagClassName
{
border-color: #EA1001;
}
</style>