Shades of Red #EA0B0B
Tints of Red #EA0B0B
RGB
CMYK
RGB Variations
Color information
#EA0B0B (or 0xEA0B0B) is known color: Red. HEX triplet: EA, 0B and 0B. RGB value is (234,11,11). Sum of RGB (Red+Green+Blue) = 234+11+11=256 (33% of max value = 765). Red value is 234 (91.80% from 255 or 91.41% from 256); Green value is 11 (4.69% from 255 or 4.30% from 256); Blue value is 11 (4.69% from 255 or 4.30% from 256); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0B0B is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EA0B0B is #15F4F4. Grayscale: #4D4D4D. Windows color (decimal): -1438965 or 723946. OLE color: 723946.
HSL color Cylindrical-coordinate representation of color #EA0B0B: hue angle of 0º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EA0B0B is Cyan = 0, Magento = 0.95, Yellow = 0.95 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 11 | 11 | - |
| CMYK | 0 | 0.95 | 0.95 | 0.08 |
| HSL | 0º | 0.91% | 0.48% | - |
| HSV(B) | 0º | 0.95% | 0.92% | - |
| XYZ | 34.11 | 17.76 | 1.95 | - |
| YUV | 77.68 | 90.38 | 239.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 11 | 11 | 0 | 0.95 | 0.95 | 0.08 | 0 | 0.91 | 0.48 |
| Hex | EA | B | B | 0 | 5F | 5F | 8 | 0 | 5B | 30 |
| Octal | 352 | 13 | 13 | 0 | 137 | 137 | 10 | 0 | 133 | 60 |
| Binary | 11101010 | 1011 | 1011 | 0 | 1011111 | 1011111 | 1000 | 0 | 1011011 | 110000 |
Color Harmonies of #EA0B0B
Complementary color
Monochromatic Colors of #EA0B0B
Black with #EA0B0B
Text Example
Text Example
White with #EA0B0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA0B0B; }
p { color: rgb(234,11,11); }
H1.HeaderClassName
{
color: #EA0B0B;
}
.AnyTagClassName
{
color: #EA0B0B;
}
</style>
background-color css
<style>
a { background-color: #EA0B0B; }
a { background-color: rgb(234,11,11); }
div.DivClassName
{
background-color: #EA0B0B;
}
.BgClassName
{
background-color: #EA0B0B;
}
</style>
border-color css
<style>
span { border-color: #EA0B0B; }
span { border-color: rgb(234,11,11); }
td.TdClassName
{
border-color: #EA0B0B;
}
.TagClassName
{
border-color: #EA0B0B;
}
</style>