#EA1C27

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

Shades of Alizarin #EA1C27

Tints of Alizarin #EA1C27

Color information

#EA1C27 (or 0xEA1C27) is unknown color: approx Alizarin. HEX triplet: EA, 1C and 27. RGB value is (234,28,39). Sum of RGB (Red+Green+Blue) = 234+28+39=301 (39% of max value = 765). Red value is 234 (91.80% from 255 or 77.74% from 301); Green value is 28 (11.33% from 255 or 9.30% from 301); Blue value is 39 (15.62% from 255 or 12.96% from 301); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1C27 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA1C27 is #15E3D8. Grayscale: #5B5B5B. Windows color (decimal): -1434585 or 2563306. OLE color: 2563306.

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

Color convert

RGB2342839-
CMYK00.880.830.08
HSL356.8º83.06%51.37%-
HSV(B)356.8º88.03%91.76%-
XYZ34.7118.473.65-
YUV90.8598.75230.11-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 77.74%
GREEN value IS 28 (11.33% from 255) = 9.30%
BLUE value IS 39 (15.62% from 255) = 12.96%
R=77.74%
G=9.30%
B=12.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.83
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal234283900.880.830.08356.883.0651.37
HexEA1C270585381655333
Octal352344701301231054512363
Binary111010101110010011101011000101001110001011001011010011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA1C27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA1C27; }

 p { color: rgb(234,28,39); }

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

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

 a { background-color: rgb(234,28,39); }

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

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

 span { border-color: rgb(234,28,39); }

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