Shades of Venetian Red #EA0407
Tints of Venetian Red #EA0407
RGB
CMYK
RGB Variations
Color information
#EA0407 (or 0xEA0407) is known color: Venetian Red. HEX triplet: EA, 04 and 07. RGB value is (234,4,7). Sum of RGB (Red+Green+Blue) = 234+4+7=245 (32% of max value = 765). Red value is 234 (91.80% from 255 or 95.51% from 245); Green value is 4 (1.95% from 255 or 1.63% from 245); Blue value is 7 (3.12% from 255 or 2.86% from 245); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0407 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EA0407 is #15FBF8. Grayscale: #494949. Windows color (decimal): -1440761 or 460010. OLE color: 460010.
HSL color Cylindrical-coordinate representation of color #EA0407: hue angle of 359.22º 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 #EA0407 is Cyan = 0, Magento = 0.98, Yellow = 0.97 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 4 | 7 | - |
| CMYK | 0 | 0.98 | 0.97 | 0.08 |
| HSL | 359.22º | 0.97% | 0.47% | - |
| HSV(B) | 359.22º | 0.98% | 0.92% | - |
| XYZ | 34.01 | 17.59 | 1.8 | - |
| YUV | 73.11 | 90.7 | 242.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 4 | 7 | 0 | 0.98 | 0.97 | 0.08 | 359.22 | 0.97 | 0.47 |
| Hex | EA | 4 | 7 | 0 | 62 | 61 | 8 | 167 | 61 | 2F |
| Octal | 352 | 4 | 7 | 0 | 142 | 141 | 10 | 547 | 141 | 57 |
| Binary | 11101010 | 100 | 111 | 0 | 1100010 | 1100001 | 1000 | 101100111 | 1100001 | 101111 |
Color Harmonies of #EA0407
Complementary color
Monochromatic Colors of #EA0407
Black with #EA0407
Text Example
Text Example
White with #EA0407
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA0407; }
p { color: rgb(234,4,7); }
H1.HeaderClassName
{
color: #EA0407;
}
.AnyTagClassName
{
color: #EA0407;
}
</style>
background-color css
<style>
a { background-color: #EA0407; }
a { background-color: rgb(234,4,7); }
div.DivClassName
{
background-color: #EA0407;
}
.BgClassName
{
background-color: #EA0407;
}
</style>
border-color css
<style>
span { border-color: #EA0407; }
span { border-color: rgb(234,4,7); }
td.TdClassName
{
border-color: #EA0407;
}
.TagClassName
{
border-color: #EA0407;
}
</style>