#E41942

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

Shades of Crimson #E41942

Tints of Crimson #E41942

Color information

#E41942 (or 0xE41942) is unknown color: approx Crimson. HEX triplet: E4, 19 and 42. RGB value is (228,25,66). Sum of RGB (Red+Green+Blue) = 228+25+66=319 (42% of max value = 765). Red value is 228 (89.45% from 255 or 71.47% from 319); Green value is 25 (10.16% from 255 or 7.84% from 319); Blue value is 66 (26.17% from 255 or 20.69% from 319); Max value from RGB is 228 - color contains mainly: red. Hex color #E41942 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E41942 is #1BE6BD. Grayscale: #5A5A5A. Windows color (decimal): -1828542 or 4332004. OLE color: 4332004.

HSL color Cylindrical-coordinate representation of color #E41942: hue angle of 347.88º 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 #E41942 is Cyan = 0, Magento = 0.89, Yellow = 0.71 and Black (K on CMYK) = 0.11.

Color convert

RGB2282566-
CMYK00.890.710.11
HSL347.88º80.24%49.61%-
HSV(B)347.88º89.04%89.41%-
XYZ33.3317.586.79-
YUV90.37114.25226.17-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 71.47%
GREEN value IS 25 (10.16% from 255) = 7.84%
BLUE value IS 66 (26.17% from 255) = 20.69%
R=71.47%
G=7.84%
B=20.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.71
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal228256600.890.710.11347.8880.2449.61
HexE4194205947B15c5032
Octal3443110201311071353412062
Binary1110010011001100001001011001100011110111010111001010000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E41942

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E41942; }

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

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

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

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

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

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

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

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