#EA0509

Color #EA0509 Venetian Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Venetian Red #EA0509

Tints of Venetian Red #EA0509

Color information

#EA0509 (or 0xEA0509) is unknown color: approx Venetian Red. HEX triplet: EA, 05 and 09. RGB value is (234,5,9). Sum of RGB (Red+Green+Blue) = 234+5+9=248 (32% of max value = 765). Red value is 234 (91.80% from 255 or 94.35% from 248); Green value is 5 (2.34% from 255 or 2.02% from 248); Blue value is 9 (3.91% from 255 or 3.63% from 248); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0509 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EA0509 is #15FAF6. Grayscale: #4A4A4A. Windows color (decimal): -1440503 or 591338. OLE color: 591338.

HSL color Cylindrical-coordinate representation of color #EA0509: hue angle of 358.95º degrees, saturation: 0.96, 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 #EA0509 is Cyan = 0, Magento = 0.98, Yellow = 0.96 and Black (K on CMYK) = 0.08.

Color convert

RGB23459-
CMYK00.980.960.08
HSL358.95º95.82%46.86%-
HSV(B)358.95º97.86%91.76%-
XYZ34.0417.621.87-
YUV73.9391.37242.17-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 234 (91.80% from 255) = 94.35%
GREEN value IS 5 (2.34% from 255) = 2.02%
BLUE value IS 9 (3.91% from 255) = 3.63%
R=94.35%
G=2.02%
B=3.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.96
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2345900.980.960.08358.9595.8246.86
HexEA59062608167602f
Octal35251101421401054714057
Binary11101010101100101100010110000010001011001111100000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA0509

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA0509; }

 p { color: rgb(234,5,9); }

 H1.HeaderClassName
 {
   color: #EA0509;
 }
 .AnyTagClassName
 {
   color: #EA0509;
 }
</style>
background-color css

<style>
 a { background-color: #EA0509; }

 a { background-color: rgb(234,5,9); }

 div.DivClassName
 {
   background-color: #EA0509;
 }
 .BgClassName
 {
   background-color: #EA0509;
 }
</style>
border-color css

<style>
 span { border-color: #EA0509; }

 span { border-color: rgb(234,5,9); }

 td.TdClassName
 {
   border-color: #EA0509;
 }
 .TagClassName
 {
   border-color: #EA0509;
 }
</style>