Shades of Venetian Red #EA0417
Tints of Venetian Red #EA0417
RGB
CMYK
RGB Variations
Color information
#EA0417 (or 0xEA0417) is known color: Venetian Red. HEX triplet: EA, 04 and 17. RGB value is (234,4,23). Sum of RGB (Red+Green+Blue) = 234+4+23=261 (34% of max value = 765). Red value is 234 (91.80% from 255 or 89.66% from 261); Green value is 4 (1.95% from 255 or 1.53% from 261); Blue value is 23 (9.38% from 255 or 8.81% from 261); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0417 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EA0417 is #15FBE8. Grayscale: #4B4B4B. Windows color (decimal): -1440745 or 1508586. OLE color: 1508586.
HSL color Cylindrical-coordinate representation of color #EA0417: hue angle of 355.04º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EA0417 is Cyan = 0, Magento = 0.98, Yellow = 0.90 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 4 | 23 | - |
| CMYK | 0 | 0.98 | 0.90 | 0.08 |
| HSL | 355.04º | 0.97% | 0.47% | - |
| HSV(B) | 355.04º | 0.98% | 0.92% | - |
| XYZ | 34.13 | 17.64 | 2.42 | - |
| YUV | 74.94 | 98.7 | 241.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 4 | 23 | 0 | 0.98 | 0.90 | 0.08 | 355.04 | 0.97 | 0.47 |
| Hex | EA | 4 | 17 | 0 | 62 | 5A | 8 | 163 | 61 | 2F |
| Octal | 352 | 4 | 27 | 0 | 142 | 132 | 10 | 543 | 141 | 57 |
| Binary | 11101010 | 100 | 10111 | 0 | 1100010 | 1011010 | 1000 | 101100011 | 1100001 | 101111 |
Color Harmonies of #EA0417
Complementary color
Monochromatic Colors of #EA0417
Black with #EA0417
Text Example
Text Example
White with #EA0417
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA0417; }
p { color: rgb(234,4,23); }
H1.HeaderClassName
{
color: #EA0417;
}
.AnyTagClassName
{
color: #EA0417;
}
</style>
background-color css
<style>
a { background-color: #EA0417; }
a { background-color: rgb(234,4,23); }
div.DivClassName
{
background-color: #EA0417;
}
.BgClassName
{
background-color: #EA0417;
}
</style>
border-color css
<style>
span { border-color: #EA0417; }
span { border-color: rgb(234,4,23); }
td.TdClassName
{
border-color: #EA0417;
}
.TagClassName
{
border-color: #EA0417;
}
</style>