#EA1724

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

Shades of Alizarin #EA1724

Tints of Alizarin #EA1724

Color information

#EA1724 (or 0xEA1724) is unknown color: approx Alizarin. HEX triplet: EA, 17 and 24. RGB value is (234,23,36). Sum of RGB (Red+Green+Blue) = 234+23+36=293 (38% of max value = 765). Red value is 234 (91.80% from 255 or 79.86% from 293); Green value is 23 (9.38% from 255 or 7.85% from 293); Blue value is 36 (14.45% from 255 or 12.29% from 293); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1724 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EA1724 is #15E8DB. Grayscale: #575757. Windows color (decimal): -1435868 or 2365418. OLE color: 2365418.

HSL color Cylindrical-coordinate representation of color #EA1724: hue angle of 356.3º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EA1724 is Cyan = 0, Magento = 0.90, Yellow = 0.85 and Black (K on CMYK) = 0.08.

Color convert

RGB2342336-
CMYK00.900.850.08
HSL356.3º83.4%50.39%-
HSV(B)356.3º90.17%91.76%-
XYZ34.5618.233.37-
YUV87.5798.9232.44-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 79.86%
GREEN value IS 23 (9.38% from 255) = 7.85%
BLUE value IS 36 (14.45% from 255) = 12.29%
R=79.86%
G=7.85%
B=12.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.85
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal234233600.900.850.08356.383.450.39
HexEA172405A5581645332
Octal352274401321251054412362
Binary111010101011110010001011010101010110001011001001010011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA1724

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA1724; }

 p { color: rgb(234,23,36); }

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

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

 a { background-color: rgb(234,23,36); }

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

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

 span { border-color: rgb(234,23,36); }

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