#E11F3E

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

Shades of Alizarin #E11F3E

Tints of Alizarin #E11F3E

Color information

#E11F3E (or 0xE11F3E) is unknown color: approx Alizarin. HEX triplet: E1, 1F and 3E. RGB value is (225,31,62). Sum of RGB (Red+Green+Blue) = 225+31+62=318 (42% of max value = 765). Red value is 225 (88.28% from 255 or 70.75% from 318); Green value is 31 (12.5% from 255 or 9.75% from 318); Blue value is 62 (24.61% from 255 or 19.50% from 318); Max value from RGB is 225 - color contains mainly: red. Hex color #E11F3E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E11F3E is #1EE0C1. Grayscale: #5C5C5C. Windows color (decimal): -2023618 or 4071393. OLE color: 4071393.

HSL color Cylindrical-coordinate representation of color #E11F3E: hue angle of 350.41º 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 #E11F3E is Cyan = 0, Magento = 0.86, Yellow = 0.72 and Black (K on CMYK) = 0.12.

Color convert

RGB2253162-
CMYK00.860.720.12
HSL350.41º76.38%50.2%-
HSV(B)350.41º86.22%88.24%-
XYZ32.4117.346.2-
YUV92.54110.77222.48-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 70.75%
GREEN value IS 31 (12.5% from 255) = 9.75%
BLUE value IS 62 (24.61% from 255) = 19.50%
R=70.75%
G=9.75%
B=19.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.72
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal225316200.860.720.12350.4176.3850.2
HexE11F3E05648C15e4c32
Octal341377601261101453611462
Binary111000011111111111001010110100100011001010111101001100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E11F3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E11F3E; }

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

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

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

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

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

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

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

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