#ea0405

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

Shades of Venetian Red #EA0405

Tints of Venetian Red #EA0405

Color information

#EA0405 (or 0xEA0405) is unknown color: approx Venetian Red. HEX triplet: EA, 04 and 05. RGB value is (234,4,5). Sum of RGB (Red+Green+Blue) = 234+4+5=243 (32% of max value = 765). Red value is 234 (91.80% from 255 or 96.30% from 243); Green value is 4 (1.95% from 255 or 1.65% from 243); Blue value is 5 (2.34% from 255 or 2.06% from 243); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0405 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EA0405 is #15FBFA. Grayscale: #494949. Windows color (decimal): -1440763 or 328938. OLE color: 328938.

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

Color convert

RGB23445-
CMYK00.980.980.08
HSL359.74º96.64%46.67%-
HSV(B)359.74º98.29%91.76%-
XYZ3417.591.75-
YUV72.8889.7242.92-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 96.30%
GREEN value IS 4 (1.95% from 255) = 1.65%
BLUE value IS 5 (2.34% from 255) = 2.06%
R=96.30%
G=1.65%
B=2.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.98
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2344500.980.980.08359.7496.6446.67
HexEA45062628168612f
Octal3524501421421055014157
Binary1110101010010101100010110001010001011010001100001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ea0405

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ea0405; }

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

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

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

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

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

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

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

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