Shades of Venetian Red #EA0002
Tints of Venetian Red #EA0002
RGB
CMYK
RGB Variations
Color information
#EA0002 (or 0xEA0002) is known color: Venetian Red. HEX triplet: EA, 00 and 02. RGB value is (234,0,2). Sum of RGB (Red+Green+Blue) = 234+0+2=236 (31% of max value = 765). Red value is 234 (91.80% from 255 or 99.15% from 236); Green value is 0 (0.39% from 255 or 0% from 236); Blue value is 2 (1.17% from 255 or 0.85% from 236); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0002 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EA0002 is #15FFFD. Grayscale: #464646. Windows color (decimal): -1441790 or 131306. OLE color: 131306.
HSL color Cylindrical-coordinate representation of color #EA0002: hue angle of 359.49º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EA0002 is Cyan = 0, Magento = 1, Yellow = 0.99 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 0 | 2 | - |
| CMYK | 0 | 1 | 0.99 | 0.08 |
| HSL | 359.49º | 1% | 0.46% | - |
| HSV(B) | 359.49º | 1% | 0.92% | - |
| XYZ | 33.94 | 17.5 | 1.65 | - |
| YUV | 70.19 | 89.52 | 244.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 0 | 2 | 0 | 1 | 0.99 | 0.08 | 359.49 | 1 | 0.46 |
| Hex | EA | 0 | 2 | 0 | 64 | 63 | 8 | 167 | 64 | 2E |
| Octal | 352 | 0 | 2 | 0 | 144 | 143 | 10 | 547 | 144 | 56 |
| Binary | 11101010 | 0 | 10 | 0 | 1100100 | 1100011 | 1000 | 101100111 | 1100100 | 101110 |
Color Harmonies of #EA0002
Complementary color
Monochromatic Colors of #EA0002
Black with #EA0002
Text Example
Text Example
White with #EA0002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA0002; }
p { color: rgb(234,0,2); }
H1.HeaderClassName
{
color: #EA0002;
}
.AnyTagClassName
{
color: #EA0002;
}
</style>
background-color css
<style>
a { background-color: #EA0002; }
a { background-color: rgb(234,0,2); }
div.DivClassName
{
background-color: #EA0002;
}
.BgClassName
{
background-color: #EA0002;
}
</style>
border-color css
<style>
span { border-color: #EA0002; }
span { border-color: rgb(234,0,2); }
td.TdClassName
{
border-color: #EA0002;
}
.TagClassName
{
border-color: #EA0002;
}
</style>