#E11033

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

Shades of Crimson #E11033

Tints of Crimson #E11033

Color information

#E11033 (or 0xE11033) is unknown color: approx Crimson. HEX triplet: E1, 10 and 33. RGB value is (225,16,51). Sum of RGB (Red+Green+Blue) = 225+16+51=292 (38% of max value = 765). Red value is 225 (88.28% from 255 or 77.05% from 292); Green value is 16 (6.64% from 255 or 5.48% from 292); Blue value is 51 (20.31% from 255 or 17.47% from 292); Max value from RGB is 225 - color contains mainly: red. Hex color #E11033 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E11033 is #1EEFCC. Grayscale: #525252. Windows color (decimal): -2027469 or 3346657. OLE color: 3346657.

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

Color convert

RGB2251651-
CMYK00.930.770.12
HSL349.95º86.72%47.25%-
HSV(B)349.95º92.89%88.24%-
XYZ31.8316.624.66-
YUV82.48110.24229.65-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 77.05%
GREEN value IS 16 (6.64% from 255) = 5.48%
BLUE value IS 51 (20.31% from 255) = 17.47%
R=77.05%
G=5.48%
B=17.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.77
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal225165100.930.770.12349.9586.7247.25
HexE1103305D4DC15e572f
Octal341206301351151453612757
Binary111000011000011001101011101100110111001010111101010111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E11033

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E11033; }

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

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

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

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

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

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

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

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