Shades of Red #EA0B02
Tints of Red #EA0B02
RGB
CMYK
RGB Variations
Color information
#EA0B02 (or 0xEA0B02) is known color: Red. HEX triplet: EA, 0B and 02. RGB value is (234,11,2). Sum of RGB (Red+Green+Blue) = 234+11+2=247 (32% of max value = 765). Red value is 234 (91.80% from 255 or 94.74% from 247); Green value is 11 (4.69% from 255 or 4.45% from 247); Blue value is 2 (1.17% from 255 or 0.81% from 247); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0B02 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EA0B02 is #15F4FD. Grayscale: #4C4C4C. Windows color (decimal): -1438974 or 134122. OLE color: 134122.
HSL color Cylindrical-coordinate representation of color #EA0B02: hue angle of 2.33º 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 #EA0B02 is Cyan = 0, Magento = 0.95, Yellow = 0.99 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 11 | 2 | - |
| CMYK | 0 | 0.95 | 0.99 | 0.08 |
| HSL | 2.33º | 0.98% | 0.46% | - |
| HSV(B) | 2.33º | 0.99% | 0.92% | - |
| XYZ | 34.06 | 17.74 | 1.69 | - |
| YUV | 76.65 | 85.88 | 240.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 11 | 2 | 0 | 0.95 | 0.99 | 0.08 | 2.33 | 0.98 | 0.46 |
| Hex | EA | B | 2 | 0 | 5F | 63 | 8 | 2 | 62 | 2E |
| Octal | 352 | 13 | 2 | 0 | 137 | 143 | 10 | 2 | 142 | 56 |
| Binary | 11101010 | 1011 | 10 | 0 | 1011111 | 1100011 | 1000 | 10 | 1100010 | 101110 |
Color Harmonies of #EA0B02
Complementary color
Monochromatic Colors of #EA0B02
Black with #EA0B02
Text Example
Text Example
White with #EA0B02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA0B02; }
p { color: rgb(234,11,2); }
H1.HeaderClassName
{
color: #EA0B02;
}
.AnyTagClassName
{
color: #EA0B02;
}
</style>
background-color css
<style>
a { background-color: #EA0B02; }
a { background-color: rgb(234,11,2); }
div.DivClassName
{
background-color: #EA0B02;
}
.BgClassName
{
background-color: #EA0B02;
}
</style>
border-color css
<style>
span { border-color: #EA0B02; }
span { border-color: rgb(234,11,2); }
td.TdClassName
{
border-color: #EA0B02;
}
.TagClassName
{
border-color: #EA0B02;
}
</style>