#E12931

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

Shades of Alizarin #E12931

Tints of Alizarin #E12931

Color information

#E12931 (or 0xE12931) is unknown color: approx Alizarin. HEX triplet: E1, 29 and 31. RGB value is (225,41,49). Sum of RGB (Red+Green+Blue) = 225+41+49=315 (41% of max value = 765). Red value is 225 (88.28% from 255 or 71.43% from 315); Green value is 41 (16.41% from 255 or 13.02% from 315); Blue value is 49 (19.53% from 255 or 15.56% from 315); Max value from RGB is 225 - color contains mainly: red. Hex color #E12931 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E12931 is #1ED6CE. Grayscale: #616161. Windows color (decimal): -2021071 or 3221985. OLE color: 3221985.

HSL color Cylindrical-coordinate representation of color #E12931: hue angle of 357.39º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E12931 is Cyan = 0, Magento = 0.82, Yellow = 0.78 and Black (K on CMYK) = 0.12.

Color convert

RGB2254149-
CMYK00.820.780.12
HSL357.39º75.41%52.16%-
HSV(B)357.39º81.78%88.24%-
XYZ32.417.824.64-
YUV96.93100.96219.35-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 71.43%
GREEN value IS 41 (16.41% from 255) = 13.02%
BLUE value IS 49 (19.53% from 255) = 15.56%
R=71.43%
G=13.02%
B=15.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.78
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal225414900.820.780.12357.3975.4152.16
HexE129310524EC1654b34
Octal341516101221161454511364
Binary1110000110100111000101010010100111011001011001011001011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E12931

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E12931; }

 p { color: rgb(225,41,49); }

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

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

 a { background-color: rgb(225,41,49); }

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

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

 span { border-color: rgb(225,41,49); }

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