#e11d43

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

Shades of Crimson #E11D43

Tints of Crimson #E11D43

Color information

#E11D43 (or 0xE11D43) is unknown color: approx Crimson. HEX triplet: E1, 1D and 43. RGB value is (225,29,67). Sum of RGB (Red+Green+Blue) = 225+29+67=321 (42% of max value = 765). Red value is 225 (88.28% from 255 or 70.09% from 321); Green value is 29 (11.72% from 255 or 9.03% from 321); Blue value is 67 (26.56% from 255 or 20.87% from 321); Max value from RGB is 225 - color contains mainly: red. Hex color #E11D43 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E11D43 is #1EE2BC. Grayscale: #5B5B5B. Windows color (decimal): -2024125 or 4398561. OLE color: 4398561.

HSL color Cylindrical-coordinate representation of color #E11D43: hue angle of 348.37º degrees, saturation: 0.77, 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 #E11D43 is Cyan = 0, Magento = 0.87, Yellow = 0.70 and Black (K on CMYK) = 0.12.

Color convert

RGB2252967-
CMYK00.870.700.12
HSL348.37º77.17%49.8%-
HSV(B)348.37º87.11%88.24%-
XYZ32.517.296.93-
YUV91.94113.93222.91-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 70.09%
GREEN value IS 29 (11.72% from 255) = 9.03%
BLUE value IS 67 (26.56% from 255) = 20.87%
R=70.09%
G=9.03%
B=20.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.70
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal225296700.870.700.12348.3777.1749.8
HexE11D4305746C15c4d32
Octal3413510301271061453411562
Binary1110000111101100001101010111100011011001010111001001101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e11d43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e11d43; }

 p { color: rgb(225,29,67); }

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

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

 a { background-color: rgb(225,29,67); }

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

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

 span { border-color: rgb(225,29,67); }

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