Shades of Red #EA0902
Tints of Red #EA0902
RGB
CMYK
RGB Variations
Color information
#EA0902 (or 0xEA0902) is known color: Red. HEX triplet: EA, 09 and 02. RGB value is (234,9,2). Sum of RGB (Red+Green+Blue) = 234+9+2=245 (32% of max value = 765). Red value is 234 (91.80% from 255 or 95.51% from 245); Green value is 9 (3.91% from 255 or 3.67% from 245); Blue value is 2 (1.17% from 255 or 0.82% from 245); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0902 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EA0902 is #15F6FD. Grayscale: #4B4B4B. Windows color (decimal): -1439486 or 133610. OLE color: 133610.
HSL color Cylindrical-coordinate representation of color #EA0902: hue angle of 1.81º degrees, saturation: 0.98, 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 #EA0902 is Cyan = 0, Magento = 0.96, Yellow = 0.99 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 9 | 2 | - |
| CMYK | 0 | 0.96 | 0.99 | 0.08 |
| HSL | 1.81º | 0.98% | 0.46% | - |
| HSV(B) | 1.81º | 0.99% | 0.92% | - |
| XYZ | 34.04 | 17.69 | 1.68 | - |
| YUV | 75.48 | 86.54 | 241.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 9 | 2 | 0 | 0.96 | 0.99 | 0.08 | 1.81 | 0.98 | 0.46 |
| Hex | EA | 9 | 2 | 0 | 60 | 63 | 8 | 2 | 62 | 2E |
| Octal | 352 | 11 | 2 | 0 | 140 | 143 | 10 | 2 | 142 | 56 |
| Binary | 11101010 | 1001 | 10 | 0 | 1100000 | 1100011 | 1000 | 10 | 1100010 | 101110 |
Color Harmonies of #EA0902
Complementary color
Monochromatic Colors of #EA0902
Black with #EA0902
Text Example
Text Example
White with #EA0902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA0902; }
p { color: rgb(234,9,2); }
H1.HeaderClassName
{
color: #EA0902;
}
.AnyTagClassName
{
color: #EA0902;
}
</style>
background-color css
<style>
a { background-color: #EA0902; }
a { background-color: rgb(234,9,2); }
div.DivClassName
{
background-color: #EA0902;
}
.BgClassName
{
background-color: #EA0902;
}
</style>
border-color css
<style>
span { border-color: #EA0902; }
span { border-color: rgb(234,9,2); }
td.TdClassName
{
border-color: #EA0902;
}
.TagClassName
{
border-color: #EA0902;
}
</style>