Shades of Venetian Red #EA0109
Tints of Venetian Red #EA0109
RGB
CMYK
RGB Variations
Color information
#EA0109 (or 0xEA0109) is known color: Venetian Red. HEX triplet: EA, 01 and 09. RGB value is (234,1,9). Sum of RGB (Red+Green+Blue) = 234+1+9=244 (32% of max value = 765). Red value is 234 (91.80% from 255 or 95.90% from 244); Green value is 1 (0.78% from 255 or 0.41% from 244); Blue value is 9 (3.91% from 255 or 3.69% from 244); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0109 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EA0109 is #15FEF6. Grayscale: #474747. Windows color (decimal): -1441527 or 590314. OLE color: 590314.
HSL color Cylindrical-coordinate representation of color #EA0109: hue angle of 357.94º 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 #EA0109 is Cyan = 0, Magento = 1.00, Yellow = 0.96 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 1 | 9 | - |
| CMYK | 0 | 1.00 | 0.96 | 0.08 |
| HSL | 357.94º | 0.99% | 0.46% | - |
| HSV(B) | 357.94º | 1% | 0.92% | - |
| XYZ | 33.99 | 17.53 | 1.85 | - |
| YUV | 71.58 | 92.69 | 243.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 1 | 9 | 0 | 1.00 | 0.96 | 0.08 | 357.94 | 0.99 | 0.46 |
| Hex | EA | 1 | 9 | 0 | 64 | 60 | 8 | 166 | 63 | 2E |
| Octal | 352 | 1 | 11 | 0 | 144 | 140 | 10 | 546 | 143 | 56 |
| Binary | 11101010 | 1 | 1001 | 0 | 1100100 | 1100000 | 1000 | 101100110 | 1100011 | 101110 |
Color Harmonies of #EA0109
Complementary color
Monochromatic Colors of #EA0109
Black with #EA0109
Text Example
Text Example
White with #EA0109
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA0109; }
p { color: rgb(234,1,9); }
H1.HeaderClassName
{
color: #EA0109;
}
.AnyTagClassName
{
color: #EA0109;
}
</style>
background-color css
<style>
a { background-color: #EA0109; }
a { background-color: rgb(234,1,9); }
div.DivClassName
{
background-color: #EA0109;
}
.BgClassName
{
background-color: #EA0109;
}
</style>
border-color css
<style>
span { border-color: #EA0109; }
span { border-color: rgb(234,1,9); }
td.TdClassName
{
border-color: #EA0109;
}
.TagClassName
{
border-color: #EA0109;
}
</style>