Shades of Venetian Red #EA030E
Tints of Venetian Red #EA030E
RGB
CMYK
RGB Variations
Color information
#EA030E (or 0xEA030E) is known color: Venetian Red. HEX triplet: EA, 03 and 0E. RGB value is (234,3,14). Sum of RGB (Red+Green+Blue) = 234+3+14=251 (33% of max value = 765). Red value is 234 (91.80% from 255 or 93.23% from 251); Green value is 3 (1.56% from 255 or 1.20% from 251); Blue value is 14 (5.86% from 255 or 5.58% from 251); Max value from RGB is 234 - color contains mainly: red. Hex color #EA030E is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EA030E is #15FCF1. Grayscale: #494949. Windows color (decimal): -1441010 or 918506. OLE color: 918506.
HSL color Cylindrical-coordinate representation of color #EA030E: hue angle of 357.14º degrees, saturation: 0.97, 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 #EA030E is Cyan = 0, Magento = 0.99, Yellow = 0.94 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 3 | 14 | - |
| CMYK | 0 | 0.99 | 0.94 | 0.08 |
| HSL | 357.14º | 0.97% | 0.46% | - |
| HSV(B) | 357.14º | 0.99% | 0.92% | - |
| XYZ | 34.04 | 17.59 | 2.02 | - |
| YUV | 73.32 | 94.53 | 242.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 3 | 14 | 0 | 0.99 | 0.94 | 0.08 | 357.14 | 0.97 | 0.46 |
| Hex | EA | 3 | E | 0 | 63 | 5E | 8 | 165 | 61 | 2E |
| Octal | 352 | 3 | 16 | 0 | 143 | 136 | 10 | 545 | 141 | 56 |
| Binary | 11101010 | 11 | 1110 | 0 | 1100011 | 1011110 | 1000 | 101100101 | 1100001 | 101110 |
Color Harmonies of #EA030E
Complementary color
Monochromatic Colors of #EA030E
Black with #EA030E
Text Example
Text Example
White with #EA030E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA030E; }
p { color: rgb(234,3,14); }
H1.HeaderClassName
{
color: #EA030E;
}
.AnyTagClassName
{
color: #EA030E;
}
</style>
background-color css
<style>
a { background-color: #EA030E; }
a { background-color: rgb(234,3,14); }
div.DivClassName
{
background-color: #EA030E;
}
.BgClassName
{
background-color: #EA030E;
}
</style>
border-color css
<style>
span { border-color: #EA030E; }
span { border-color: rgb(234,3,14); }
td.TdClassName
{
border-color: #EA030E;
}
.TagClassName
{
border-color: #EA030E;
}
</style>