#e11f38

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

Shades of Alizarin #E11F38

Tints of Alizarin #E11F38

Color information

#E11F38 (or 0xE11F38) is unknown color: approx Alizarin. HEX triplet: E1, 1F and 38. RGB value is (225,31,56). Sum of RGB (Red+Green+Blue) = 225+31+56=312 (41% of max value = 765). Red value is 225 (88.28% from 255 or 72.12% from 312); Green value is 31 (12.5% from 255 or 9.94% from 312); Blue value is 56 (22.27% from 255 or 17.95% from 312); Max value from RGB is 225 - color contains mainly: red. Hex color #E11F38 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E11F38 is #1EE0C7. Grayscale: #5B5B5B. Windows color (decimal): -2023624 or 3678177. OLE color: 3678177.

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

Color convert

RGB2253156-
CMYK00.860.750.12
HSL352.27º76.38%50.2%-
HSV(B)352.27º86.22%88.24%-
XYZ32.2617.275.38-
YUV91.86107.77222.97-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 72.12%
GREEN value IS 31 (12.5% from 255) = 9.94%
BLUE value IS 56 (22.27% from 255) = 17.95%
R=72.12%
G=9.94%
B=17.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.75
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal225315600.860.750.12352.2776.3850.2
HexE11F380564BC1604c32
Octal341377001261131454011462
Binary111000011111111100001010110100101111001011000001001100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e11f38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e11f38; }

 p { color: rgb(225,31,56); }

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

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

 a { background-color: rgb(225,31,56); }

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

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

 span { border-color: rgb(225,31,56); }

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