#E5114A

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

Shades of Crimson #E5114A

Tints of Crimson #E5114A

Color information

#E5114A (or 0xE5114A) is unknown color: approx Crimson. HEX triplet: E5, 11 and 4A. RGB value is (229,17,74). Sum of RGB (Red+Green+Blue) = 229+17+74=320 (42% of max value = 765). Red value is 229 (89.84% from 255 or 71.56% from 320); Green value is 17 (7.03% from 255 or 5.31% from 320); Blue value is 74 (29.30% from 255 or 23.12% from 320); Max value from RGB is 229 - color contains mainly: red. Hex color #E5114A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E5114A is #1AEEB5. Grayscale: #565656. Windows color (decimal): -1765046 or 4854245. OLE color: 4854245.

HSL color Cylindrical-coordinate representation of color #E5114A: hue angle of 343.87º degrees, saturation: 0.86, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E5114A is Cyan = 0, Magento = 0.93, Yellow = 0.68 and Black (K on CMYK) = 0.10.

Color convert

RGB2291774-
CMYK00.930.680.10
HSL343.87º86.18%48.24%-
HSV(B)343.87º92.58%89.8%-
XYZ33.7517.558.09-
YUV86.89120.74229.37-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 71.56%
GREEN value IS 17 (7.03% from 255) = 5.31%
BLUE value IS 74 (29.30% from 255) = 23.12%
R=71.56%
G=5.31%
B=23.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.68
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal229177400.930.680.10343.8786.1848.24
HexE5114A05D44A1585630
Octal3452111201351041253012660
Binary1110010110001100101001011101100010010101010110001010110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5114A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5114A; }

 p { color: rgb(229,17,74); }

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

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

 a { background-color: rgb(229,17,74); }

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

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

 span { border-color: rgb(229,17,74); }

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