#E41048

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

Shades of Crimson #E41048

Tints of Crimson #E41048

Color information

#E41048 (or 0xE41048) is unknown color: approx Crimson. HEX triplet: E4, 10 and 48. RGB value is (228,16,72). Sum of RGB (Red+Green+Blue) = 228+16+72=316 (41% of max value = 765). Red value is 228 (89.45% from 255 or 72.15% from 316); Green value is 16 (6.64% from 255 or 5.06% from 316); Blue value is 72 (28.52% from 255 or 22.78% from 316); Max value from RGB is 228 - color contains mainly: red. Hex color #E41048 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E41048 is #1BEFB7. Grayscale: #555555. Windows color (decimal): -1830840 or 4722916. OLE color: 4722916.

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

Color convert

RGB2281672-
CMYK00.930.680.11
HSL344.15º86.89%47.84%-
HSV(B)344.15º92.98%89.41%-
XYZ33.3517.337.72-
YUV85.77120.24229.45-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 72.15%
GREEN value IS 16 (6.64% from 255) = 5.06%
BLUE value IS 72 (28.52% from 255) = 22.78%
R=72.15%
G=5.06%
B=22.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.68
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal228167200.930.680.11344.1586.8947.84
HexE4104805D44B1585730
Octal3442011001351041353012760
Binary1110010010000100100001011101100010010111010110001010111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E41048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E41048; }

 p { color: rgb(228,16,72); }

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

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

 a { background-color: rgb(228,16,72); }

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

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

 span { border-color: rgb(228,16,72); }

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