Shades of Venetian Red #EA0211
Tints of Venetian Red #EA0211
RGB
CMYK
RGB Variations
Color information
#EA0211 (or 0xEA0211) is known color: Venetian Red. HEX triplet: EA, 02 and 11. RGB value is (234,2,17). Sum of RGB (Red+Green+Blue) = 234+2+17=253 (33% of max value = 765). Red value is 234 (91.80% from 255 or 92.49% from 253); Green value is 2 (1.17% from 255 or 0.79% from 253); Blue value is 17 (7.03% from 255 or 6.72% from 253); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0211 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EA0211 is #15FDEE. Grayscale: #494949. Windows color (decimal): -1441263 or 1114858. OLE color: 1114858.
HSL color Cylindrical-coordinate representation of color #EA0211: hue angle of 356.12º 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 #EA0211 is Cyan = 0, Magento = 0.99, Yellow = 0.93 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 2 | 17 | - |
| CMYK | 0 | 0.99 | 0.93 | 0.08 |
| HSL | 356.12º | 0.98% | 0.46% | - |
| HSV(B) | 356.12º | 0.99% | 0.92% | - |
| XYZ | 34.05 | 17.58 | 2.13 | - |
| YUV | 73.08 | 96.36 | 242.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 2 | 17 | 0 | 0.99 | 0.93 | 0.08 | 356.12 | 0.98 | 0.46 |
| Hex | EA | 2 | 11 | 0 | 63 | 5D | 8 | 164 | 62 | 2E |
| Octal | 352 | 2 | 21 | 0 | 143 | 135 | 10 | 544 | 142 | 56 |
| Binary | 11101010 | 10 | 10001 | 0 | 1100011 | 1011101 | 1000 | 101100100 | 1100010 | 101110 |
Color Harmonies of #EA0211
Complementary color
Monochromatic Colors of #EA0211
Black with #EA0211
Text Example
Text Example
White with #EA0211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA0211; }
p { color: rgb(234,2,17); }
H1.HeaderClassName
{
color: #EA0211;
}
.AnyTagClassName
{
color: #EA0211;
}
</style>
background-color css
<style>
a { background-color: #EA0211; }
a { background-color: rgb(234,2,17); }
div.DivClassName
{
background-color: #EA0211;
}
.BgClassName
{
background-color: #EA0211;
}
</style>
border-color css
<style>
span { border-color: #EA0211; }
span { border-color: rgb(234,2,17); }
td.TdClassName
{
border-color: #EA0211;
}
.TagClassName
{
border-color: #EA0211;
}
</style>