#E11E36

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

Shades of Alizarin #E11E36

Tints of Alizarin #E11E36

Color information

#E11E36 (or 0xE11E36) is unknown color: approx Alizarin. HEX triplet: E1, 1E and 36. RGB value is (225,30,54). Sum of RGB (Red+Green+Blue) = 225+30+54=309 (40% of max value = 765). Red value is 225 (88.28% from 255 or 72.82% from 309); Green value is 30 (12.11% from 255 or 9.71% from 309); Blue value is 54 (21.48% from 255 or 17.48% from 309); Max value from RGB is 225 - color contains mainly: red. Hex color #E11E36 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E11E36 is #1EE1C9. Grayscale: #5B5B5B. Windows color (decimal): -2023882 or 3546849. OLE color: 3546849.

HSL color Cylindrical-coordinate representation of color #E11E36: hue angle of 352.62º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E11E36 is Cyan = 0, Magento = 0.87, Yellow = 0.76 and Black (K on CMYK) = 0.12.

Color convert

RGB2253054-
CMYK00.870.760.12
HSL352.62º76.47%50%-
HSV(B)352.62º86.67%88.24%-
XYZ32.1817.25.11-
YUV91.04107.1223.55-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 72.82%
GREEN value IS 30 (12.11% from 255) = 9.71%
BLUE value IS 54 (21.48% from 255) = 17.48%
R=72.82%
G=9.71%
B=17.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.76
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal225305400.870.760.12352.6276.4750
HexE11E360574CC1614c32
Octal341366601271141454111462
Binary111000011111011011001010111100110011001011000011001100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E11E36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E11E36; }

 p { color: rgb(225,30,54); }

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

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

 a { background-color: rgb(225,30,54); }

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

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

 span { border-color: rgb(225,30,54); }

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