Shades of Venetian Red #EA0115
Tints of Venetian Red #EA0115
RGB
CMYK
RGB Variations
Color information
#EA0115 (or 0xEA0115) is known color: Venetian Red. HEX triplet: EA, 01 and 15. RGB value is (234,1,21). Sum of RGB (Red+Green+Blue) = 234+1+21=256 (33% of max value = 765). Red value is 234 (91.80% from 255 or 91.41% from 256); Green value is 1 (0.78% from 255 or 0.39% from 256); Blue value is 21 (8.59% from 255 or 8.20% from 256); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0115 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EA0115 is #15FEEA. Grayscale: #494949. Windows color (decimal): -1441515 or 1376746. OLE color: 1376746.
HSL color Cylindrical-coordinate representation of color #EA0115: hue angle of 354.85º 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 #EA0115 is Cyan = 0, Magento = 1.00, Yellow = 0.91 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 1 | 21 | - |
| CMYK | 0 | 1.00 | 0.91 | 0.08 |
| HSL | 354.85º | 0.99% | 0.46% | - |
| HSV(B) | 354.85º | 1% | 0.92% | - |
| XYZ | 34.08 | 17.57 | 2.3 | - |
| YUV | 72.95 | 98.69 | 242.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 1 | 21 | 0 | 1.00 | 0.91 | 0.08 | 354.85 | 0.99 | 0.46 |
| Hex | EA | 1 | 15 | 0 | 64 | 5B | 8 | 163 | 63 | 2E |
| Octal | 352 | 1 | 25 | 0 | 144 | 133 | 10 | 543 | 143 | 56 |
| Binary | 11101010 | 1 | 10101 | 0 | 1100100 | 1011011 | 1000 | 101100011 | 1100011 | 101110 |
Color Harmonies of #EA0115
Complementary color
Monochromatic Colors of #EA0115
Black with #EA0115
Text Example
Text Example
White with #EA0115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA0115; }
p { color: rgb(234,1,21); }
H1.HeaderClassName
{
color: #EA0115;
}
.AnyTagClassName
{
color: #EA0115;
}
</style>
background-color css
<style>
a { background-color: #EA0115; }
a { background-color: rgb(234,1,21); }
div.DivClassName
{
background-color: #EA0115;
}
.BgClassName
{
background-color: #EA0115;
}
</style>
border-color css
<style>
span { border-color: #EA0115; }
span { border-color: rgb(234,1,21); }
td.TdClassName
{
border-color: #EA0115;
}
.TagClassName
{
border-color: #EA0115;
}
</style>