Shades of Venetian Red #EA020C
Tints of Venetian Red #EA020C
RGB
CMYK
RGB Variations
Color information
#EA020C (or 0xEA020C) is known color: Venetian Red. HEX triplet: EA, 02 and 0C. RGB value is (234,2,12). Sum of RGB (Red+Green+Blue) = 234+2+12=248 (32% of max value = 765). Red value is 234 (91.80% from 255 or 94.35% from 248); Green value is 2 (1.17% from 255 or 0.81% from 248); Blue value is 12 (5.08% from 255 or 4.84% from 248); Max value from RGB is 234 - color contains mainly: red. Hex color #EA020C is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EA020C is #15FDF3. Grayscale: #484848. Windows color (decimal): -1441268 or 787178. OLE color: 787178.
HSL color Cylindrical-coordinate representation of color #EA020C: hue angle of 357.41º 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 #EA020C is Cyan = 0, Magento = 0.99, Yellow = 0.95 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 2 | 12 | - |
| CMYK | 0 | 0.99 | 0.95 | 0.08 |
| HSL | 357.41º | 0.98% | 0.46% | - |
| HSV(B) | 357.41º | 0.99% | 0.92% | - |
| XYZ | 34.02 | 17.56 | 1.94 | - |
| YUV | 72.51 | 93.86 | 243.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 2 | 12 | 0 | 0.99 | 0.95 | 0.08 | 357.41 | 0.98 | 0.46 |
| Hex | EA | 2 | C | 0 | 63 | 5F | 8 | 165 | 62 | 2E |
| Octal | 352 | 2 | 14 | 0 | 143 | 137 | 10 | 545 | 142 | 56 |
| Binary | 11101010 | 10 | 1100 | 0 | 1100011 | 1011111 | 1000 | 101100101 | 1100010 | 101110 |
Color Harmonies of #EA020C
Complementary color
Monochromatic Colors of #EA020C
Black with #EA020C
Text Example
Text Example
White with #EA020C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA020C; }
p { color: rgb(234,2,12); }
H1.HeaderClassName
{
color: #EA020C;
}
.AnyTagClassName
{
color: #EA020C;
}
</style>
background-color css
<style>
a { background-color: #EA020C; }
a { background-color: rgb(234,2,12); }
div.DivClassName
{
background-color: #EA020C;
}
.BgClassName
{
background-color: #EA020C;
}
</style>
border-color css
<style>
span { border-color: #EA020C; }
span { border-color: rgb(234,2,12); }
td.TdClassName
{
border-color: #EA020C;
}
.TagClassName
{
border-color: #EA020C;
}
</style>