#E11035

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

Shades of Crimson #E11035

Tints of Crimson #E11035

Color information

#E11035 (or 0xE11035) is unknown color: approx Crimson. HEX triplet: E1, 10 and 35. RGB value is (225,16,53). Sum of RGB (Red+Green+Blue) = 225+16+53=294 (38% of max value = 765). Red value is 225 (88.28% from 255 or 76.53% from 294); Green value is 16 (6.64% from 255 or 5.44% from 294); Blue value is 53 (21.09% from 255 or 18.03% from 294); Max value from RGB is 225 - color contains mainly: red. Hex color #E11035 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E11035 is #1EEFCA. Grayscale: #525252. Windows color (decimal): -2027467 or 3477729. OLE color: 3477729.

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

Color convert

RGB2251653-
CMYK00.930.760.12
HSL349.38º86.72%47.25%-
HSV(B)349.38º92.89%88.24%-
XYZ31.8816.644.9-
YUV82.71111.24229.49-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 76.53%
GREEN value IS 16 (6.64% from 255) = 5.44%
BLUE value IS 53 (21.09% from 255) = 18.03%
R=76.53%
G=5.44%
B=18.03%

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
Decimal225165300.930.760.12349.3886.7247.25
HexE1103505D4CC15d572f
Octal341206501351141453512757
Binary111000011000011010101011101100110011001010111011010111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E11035

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E11035; }

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

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

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

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

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

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

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

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