#EA1A29

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

Shades of Alizarin #EA1A29

Tints of Alizarin #EA1A29

Color information

#EA1A29 (or 0xEA1A29) is unknown color: approx Alizarin. HEX triplet: EA, 1A and 29. RGB value is (234,26,41). Sum of RGB (Red+Green+Blue) = 234+26+41=301 (39% of max value = 765). Red value is 234 (91.80% from 255 or 77.74% from 301); Green value is 26 (10.55% from 255 or 8.64% from 301); Blue value is 41 (16.41% from 255 or 13.62% from 301); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1A29 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA1A29 is #15E5D6. Grayscale: #5A5A5A. Windows color (decimal): -1435095 or 2693866. OLE color: 2693866.

HSL color Cylindrical-coordinate representation of color #EA1A29: hue angle of 355.67º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EA1A29 is Cyan = 0, Magento = 0.89, Yellow = 0.82 and Black (K on CMYK) = 0.08.

Color convert

RGB2342641-
CMYK00.890.820.08
HSL355.67º83.2%50.98%-
HSV(B)355.67º88.89%91.76%-
XYZ34.718.393.82-
YUV89.9100.41230.78-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 77.74%
GREEN value IS 26 (10.55% from 255) = 8.64%
BLUE value IS 41 (16.41% from 255) = 13.62%
R=77.74%
G=8.64%
B=13.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.82
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal234264100.890.820.08355.6783.250.98
HexEA1A290595281645333
Octal352325101311221054412363
Binary111010101101010100101011001101001010001011001001010011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA1A29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA1A29; }

 p { color: rgb(234,26,41); }

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

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

 a { background-color: rgb(234,26,41); }

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

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

 span { border-color: rgb(234,26,41); }

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