Shades of Venetian Red #EA0214
Tints of Venetian Red #EA0214
RGB
CMYK
RGB Variations
Color information
#EA0214 (or 0xEA0214) is known color: Venetian Red. HEX triplet: EA, 02 and 14. RGB value is (234,2,20). Sum of RGB (Red+Green+Blue) = 234+2+20=256 (33% of max value = 765). Red value is 234 (91.80% from 255 or 91.41% from 256); Green value is 2 (1.17% from 255 or 0.78% from 256); Blue value is 20 (8.20% from 255 or 7.81% from 256); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0214 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EA0214 is #15FDEB. Grayscale: #494949. Windows color (decimal): -1441260 or 1311466. OLE color: 1311466.
HSL color Cylindrical-coordinate representation of color #EA0214: hue angle of 355.34º 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 #EA0214 is Cyan = 0, Magento = 0.99, Yellow = 0.91 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 2 | 20 | - |
| CMYK | 0 | 0.99 | 0.91 | 0.08 |
| HSL | 355.34º | 0.98% | 0.46% | - |
| HSV(B) | 355.34º | 0.99% | 0.92% | - |
| XYZ | 34.08 | 17.59 | 2.26 | - |
| YUV | 73.42 | 97.86 | 242.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 2 | 20 | 0 | 0.99 | 0.91 | 0.08 | 355.34 | 0.98 | 0.46 |
| Hex | EA | 2 | 14 | 0 | 63 | 5B | 8 | 163 | 62 | 2E |
| Octal | 352 | 2 | 24 | 0 | 143 | 133 | 10 | 543 | 142 | 56 |
| Binary | 11101010 | 10 | 10100 | 0 | 1100011 | 1011011 | 1000 | 101100011 | 1100010 | 101110 |
Color Harmonies of #EA0214
Complementary color
Monochromatic Colors of #EA0214
Black with #EA0214
Text Example
Text Example
White with #EA0214
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA0214; }
p { color: rgb(234,2,20); }
H1.HeaderClassName
{
color: #EA0214;
}
.AnyTagClassName
{
color: #EA0214;
}
</style>
background-color css
<style>
a { background-color: #EA0214; }
a { background-color: rgb(234,2,20); }
div.DivClassName
{
background-color: #EA0214;
}
.BgClassName
{
background-color: #EA0214;
}
</style>
border-color css
<style>
span { border-color: #EA0214; }
span { border-color: rgb(234,2,20); }
td.TdClassName
{
border-color: #EA0214;
}
.TagClassName
{
border-color: #EA0214;
}
</style>