#EA2C3B

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

Shades of Alizarin #EA2C3B

Tints of Alizarin #EA2C3B

Color information

#EA2C3B (or 0xEA2C3B) is unknown color: approx Alizarin. HEX triplet: EA, 2C and 3B. RGB value is (234,44,59). Sum of RGB (Red+Green+Blue) = 234+44+59=337 (44% of max value = 765). Red value is 234 (91.80% from 255 or 69.44% from 337); Green value is 44 (17.58% from 255 or 13.06% from 337); Blue value is 59 (23.44% from 255 or 17.51% from 337); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2C3B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA2C3B is #15D3C4. Grayscale: #666666. Windows color (decimal): -1430469 or 3878122. OLE color: 3878122.

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

Color convert

RGB2344459-
CMYK00.810.750.08
HSL355.26º81.9%54.51%-
HSV(B)355.26º81.2%91.76%-
XYZ35.6219.616.05-
YUV102.52103.45221.78-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 69.44%
GREEN value IS 44 (17.58% from 255) = 13.06%
BLUE value IS 59 (23.44% from 255) = 17.51%
R=69.44%
G=13.06%
B=17.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.75
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal234445900.810.750.08355.2681.954.51
HexEA2C3B0514B81635237
Octal352547301211131054312267
Binary1110101010110011101101010001100101110001011000111010010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA2C3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA2C3B; }

 p { color: rgb(234,44,59); }

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

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

 a { background-color: rgb(234,44,59); }

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

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

 span { border-color: rgb(234,44,59); }

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