#EA172D

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

Shades of Alizarin #EA172D

Tints of Alizarin #EA172D

Color information

#EA172D (or 0xEA172D) is unknown color: approx Alizarin. HEX triplet: EA, 17 and 2D. RGB value is (234,23,45). Sum of RGB (Red+Green+Blue) = 234+23+45=302 (40% of max value = 765). Red value is 234 (91.80% from 255 or 77.48% from 302); Green value is 23 (9.38% from 255 or 7.62% from 302); Blue value is 45 (17.97% from 255 or 14.90% from 302); Max value from RGB is 234 - color contains mainly: red. Hex color #EA172D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EA172D is #15E8D2. Grayscale: #585858. Windows color (decimal): -1435859 or 2955242. OLE color: 2955242.

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

Color convert

RGB2342345-
CMYK00.900.810.08
HSL353.74º83.4%50.39%-
HSV(B)353.74º90.17%91.76%-
XYZ34.7118.294.18-
YUV88.6103.4231.71-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 77.48%
GREEN value IS 23 (9.38% from 255) = 7.62%
BLUE value IS 45 (17.97% from 255) = 14.90%
R=77.48%
G=7.62%
B=14.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.81
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal234234500.900.810.08353.7483.450.39
HexEA172D05A5181625332
Octal352275501321211054212362
Binary111010101011110110101011010101000110001011000101010011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA172D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA172D; }

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

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

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

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

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

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

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

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