#E11C48

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

Shades of Crimson #E11C48

Tints of Crimson #E11C48

Color information

#E11C48 (or 0xE11C48) is unknown color: approx Crimson. HEX triplet: E1, 1C and 48. RGB value is (225,28,72). Sum of RGB (Red+Green+Blue) = 225+28+72=325 (43% of max value = 765). Red value is 225 (88.28% from 255 or 69.23% from 325); Green value is 28 (11.33% from 255 or 8.62% from 325); Blue value is 72 (28.52% from 255 or 22.15% from 325); Max value from RGB is 225 - color contains mainly: red. Hex color #E11C48 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E11C48 is #1EE3B7. Grayscale: #5B5B5B. Windows color (decimal): -2024376 or 4725985. OLE color: 4725985.

HSL color Cylindrical-coordinate representation of color #E11C48: hue angle of 346.6º degrees, saturation: 0.78, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E11C48 is Cyan = 0, Magento = 0.88, Yellow = 0.68 and Black (K on CMYK) = 0.12.

Color convert

RGB2252872-
CMYK00.880.680.12
HSL346.6º77.87%49.61%-
HSV(B)346.6º87.56%88.24%-
XYZ32.6417.317.75-
YUV91.92116.77222.92-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 69.23%
GREEN value IS 28 (11.33% from 255) = 8.62%
BLUE value IS 72 (28.52% from 255) = 22.15%
R=69.23%
G=8.62%
B=22.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.68
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal225287200.880.680.12346.677.8749.61
HexE11C4805844C15b4e32
Octal3413411001301041453311662
Binary1110000111100100100001011000100010011001010110111001110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E11C48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E11C48; }

 p { color: rgb(225,28,72); }

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

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

 a { background-color: rgb(225,28,72); }

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

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

 span { border-color: rgb(225,28,72); }

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