#e11f3d

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

Shades of Alizarin #E11F3D

Tints of Alizarin #E11F3D

Color information

#E11F3D (or 0xE11F3D) is unknown color: approx Alizarin. HEX triplet: E1, 1F and 3D. RGB value is (225,31,61). Sum of RGB (Red+Green+Blue) = 225+31+61=317 (41% of max value = 765). Red value is 225 (88.28% from 255 or 70.98% from 317); Green value is 31 (12.5% from 255 or 9.78% from 317); Blue value is 61 (24.22% from 255 or 19.24% from 317); Max value from RGB is 225 - color contains mainly: red. Hex color #E11F3D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E11F3D is #1EE0C2. Grayscale: #5C5C5C. Windows color (decimal): -2023619 or 4005857. OLE color: 4005857.

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

Color convert

RGB2253161-
CMYK00.860.730.12
HSL350.72º76.38%50.2%-
HSV(B)350.72º86.22%88.24%-
XYZ32.3817.326.05-
YUV92.43110.27222.56-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 70.98%
GREEN value IS 31 (12.5% from 255) = 9.78%
BLUE value IS 61 (24.22% from 255) = 19.24%
R=70.98%
G=9.78%
B=19.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.73
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal225316100.860.730.12350.7276.3850.2
HexE11F3D05649C15f4c32
Octal341377501261111453711462
Binary111000011111111110101010110100100111001010111111001100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e11f3d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e11f3d; }

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

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

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

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

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

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

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

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