Shades of Venetian Red #EA0102
Tints of Venetian Red #EA0102
RGB
CMYK
RGB Variations
Color information
#EA0102 (or 0xEA0102) is known color: Venetian Red. HEX triplet: EA, 01 and 02. RGB value is (234,1,2). Sum of RGB (Red+Green+Blue) = 234+1+2=237 (31% of max value = 765). Red value is 234 (91.80% from 255 or 98.73% from 237); Green value is 1 (0.78% from 255 or 0.42% from 237); Blue value is 2 (1.17% from 255 or 0.84% from 237); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0102 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EA0102 is #15FEFD. Grayscale: #474747. Windows color (decimal): -1441534 or 131562. OLE color: 131562.
HSL color Cylindrical-coordinate representation of color #EA0102: hue angle of 359.74º 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 #EA0102 is Cyan = 0, Magento = 1.00, Yellow = 0.99 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 1 | 2 | - |
| CMYK | 0 | 1.00 | 0.99 | 0.08 |
| HSL | 359.74º | 0.99% | 0.46% | - |
| HSV(B) | 359.74º | 1% | 0.92% | - |
| XYZ | 33.95 | 17.52 | 1.65 | - |
| YUV | 70.78 | 89.19 | 244.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 1 | 2 | 0 | 1.00 | 0.99 | 0.08 | 359.74 | 0.99 | 0.46 |
| Hex | EA | 1 | 2 | 0 | 64 | 63 | 8 | 168 | 63 | 2E |
| Octal | 352 | 1 | 2 | 0 | 144 | 143 | 10 | 550 | 143 | 56 |
| Binary | 11101010 | 1 | 10 | 0 | 1100100 | 1100011 | 1000 | 101101000 | 1100011 | 101110 |
Color Harmonies of #EA0102
Complementary color
Monochromatic Colors of #EA0102
Black with #EA0102
Text Example
Text Example
White with #EA0102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA0102; }
p { color: rgb(234,1,2); }
H1.HeaderClassName
{
color: #EA0102;
}
.AnyTagClassName
{
color: #EA0102;
}
</style>
background-color css
<style>
a { background-color: #EA0102; }
a { background-color: rgb(234,1,2); }
div.DivClassName
{
background-color: #EA0102;
}
.BgClassName
{
background-color: #EA0102;
}
</style>
border-color css
<style>
span { border-color: #EA0102; }
span { border-color: rgb(234,1,2); }
td.TdClassName
{
border-color: #EA0102;
}
.TagClassName
{
border-color: #EA0102;
}
</style>