#E31048

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

Shades of Crimson #E31048

Tints of Crimson #E31048

Color information

#E31048 (or 0xE31048) is unknown color: approx Crimson. HEX triplet: E3, 10 and 48. RGB value is (227,16,72). Sum of RGB (Red+Green+Blue) = 227+16+72=315 (41% of max value = 765). Red value is 227 (89.06% from 255 or 72.06% from 315); Green value is 16 (6.64% from 255 or 5.08% from 315); Blue value is 72 (28.52% from 255 or 22.86% from 315); Max value from RGB is 227 - color contains mainly: red. Hex color #E31048 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E31048 is #1CEFB7. Grayscale: #555555. Windows color (decimal): -1896376 or 4722915. OLE color: 4722915.

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

Color convert

RGB2271672-
CMYK00.930.680.11
HSL344.08º86.83%47.65%-
HSV(B)344.08º92.95%89.02%-
XYZ33.0317.177.7-
YUV85.47120.4228.95-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 72.06%
GREEN value IS 16 (6.64% from 255) = 5.08%
BLUE value IS 72 (28.52% from 255) = 22.86%
R=72.06%
G=5.08%
B=22.86%

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
Decimal227167200.930.680.11344.0886.8347.65
HexE3104805D44B1585730
Octal3432011001351041353012760
Binary1110001110000100100001011101100010010111010110001010111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E31048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E31048; }

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

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

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

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

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

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

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

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