#E11036

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

Shades of Crimson #E11036

Tints of Crimson #E11036

Color information

#E11036 (or 0xE11036) is unknown color: approx Crimson. HEX triplet: E1, 10 and 36. RGB value is (225,16,54). Sum of RGB (Red+Green+Blue) = 225+16+54=295 (39% of max value = 765). Red value is 225 (88.28% from 255 or 76.27% from 295); Green value is 16 (6.64% from 255 or 5.42% from 295); Blue value is 54 (21.48% from 255 or 18.31% from 295); Max value from RGB is 225 - color contains mainly: red. Hex color #E11036 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E11036 is #1EEFC9. Grayscale: #525252. Windows color (decimal): -2027466 or 3543265. OLE color: 3543265.

HSL color Cylindrical-coordinate representation of color #E11036: hue angle of 349.09º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E11036 is Cyan = 0, Magento = 0.93, Yellow = 0.76 and Black (K on CMYK) = 0.12.

Color convert

RGB2251654-
CMYK00.930.760.12
HSL349.09º86.72%47.25%-
HSV(B)349.09º92.89%88.24%-
XYZ31.916.645.02-
YUV82.82111.74229.41-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 76.27%
GREEN value IS 16 (6.64% from 255) = 5.42%
BLUE value IS 54 (21.48% from 255) = 18.31%
R=76.27%
G=5.42%
B=18.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.76
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal225165400.930.760.12349.0986.7247.25
HexE1103605D4CC15d572f
Octal341206601351141453512757
Binary111000011000011011001011101100110011001010111011010111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E11036

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E11036; }

 p { color: rgb(225,16,54); }

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

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

 a { background-color: rgb(225,16,54); }

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

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

 span { border-color: rgb(225,16,54); }

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