#E41944

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

Shades of Crimson #E41944

Tints of Crimson #E41944

Color information

#E41944 (or 0xE41944) is unknown color: approx Crimson. HEX triplet: E4, 19 and 44. RGB value is (228,25,68). Sum of RGB (Red+Green+Blue) = 228+25+68=321 (42% of max value = 765). Red value is 228 (89.45% from 255 or 71.03% from 321); Green value is 25 (10.16% from 255 or 7.79% from 321); Blue value is 68 (26.95% from 255 or 21.18% from 321); Max value from RGB is 228 - color contains mainly: red. Hex color #E41944 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E41944 is #1BE6BB. Grayscale: #5A5A5A. Windows color (decimal): -1828540 or 4463076. OLE color: 4463076.

HSL color Cylindrical-coordinate representation of color #E41944: hue angle of 347.29º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E41944 is Cyan = 0, Magento = 0.89, Yellow = 0.70 and Black (K on CMYK) = 0.11.

Color convert

RGB2282568-
CMYK00.890.700.11
HSL347.29º80.24%49.61%-
HSV(B)347.29º89.04%89.41%-
XYZ33.3917.617.11-
YUV90.6115.25226-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 71.03%
GREEN value IS 25 (10.16% from 255) = 7.79%
BLUE value IS 68 (26.95% from 255) = 21.18%
R=71.03%
G=7.79%
B=21.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.70
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal228256800.890.700.11347.2980.2449.61
HexE4194405946B15b5032
Octal3443110401311061353312062
Binary1110010011001100010001011001100011010111010110111010000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E41944

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E41944; }

 p { color: rgb(228,25,68); }

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

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

 a { background-color: rgb(228,25,68); }

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

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

 span { border-color: rgb(228,25,68); }

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