#e40a49

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

Shades of Crimson #E40A49

Tints of Crimson #E40A49

Color information

#E40A49 (or 0xE40A49) is unknown color: approx Crimson. HEX triplet: E4, 0A and 49. RGB value is (228,10,73). Sum of RGB (Red+Green+Blue) = 228+10+73=311 (41% of max value = 765). Red value is 228 (89.45% from 255 or 73.31% from 311); Green value is 10 (4.30% from 255 or 3.22% from 311); Blue value is 73 (28.91% from 255 or 23.47% from 311); Max value from RGB is 228 - color contains mainly: red. Hex color #E40A49 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E40A49 is #1BF5B6. Grayscale: #525252. Windows color (decimal): -1832375 or 4786916. OLE color: 4786916.

HSL color Cylindrical-coordinate representation of color #E40A49: hue angle of 342.66º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E40A49 is Cyan = 0, Magento = 0.96, Yellow = 0.68 and Black (K on CMYK) = 0.11.

Color convert

RGB2281073-
CMYK00.960.680.11
HSL342.66º91.6%46.67%-
HSV(B)342.66º95.61%89.41%-
XYZ33.3117.197.87-
YUV82.36122.72231.88-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 73.31%
GREEN value IS 10 (4.30% from 255) = 3.22%
BLUE value IS 73 (28.91% from 255) = 23.47%
R=73.31%
G=3.22%
B=23.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.68
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal228107300.960.680.11342.6691.646.67
HexE4A4906044B1575c2f
Octal3441211101401041352713457
Binary111001001010100100101100000100010010111010101111011100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e40a49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e40a49; }

 p { color: rgb(228,10,73); }

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

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

 a { background-color: rgb(228,10,73); }

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

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

 span { border-color: rgb(228,10,73); }

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