#E1103B

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

Shades of Crimson #E1103B

Tints of Crimson #E1103B

Color information

#E1103B (or 0xE1103B) is unknown color: approx Crimson. HEX triplet: E1, 10 and 3B. RGB value is (225,16,59). Sum of RGB (Red+Green+Blue) = 225+16+59=300 (39% of max value = 765). Red value is 225 (88.28% from 255 or 75% from 300); Green value is 16 (6.64% from 255 or 5.33% from 300); Blue value is 59 (23.44% from 255 or 19.67% from 300); Max value from RGB is 225 - color contains mainly: red. Hex color #E1103B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E1103B is #1EEFC4. Grayscale: #535353. Windows color (decimal): -2027461 or 3870945. OLE color: 3870945.

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

Color convert

RGB2251659-
CMYK00.930.740.12
HSL347.66º86.72%47.25%-
HSV(B)347.66º92.89%88.24%-
XYZ32.0316.695.67-
YUV83.39114.24229-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 75%
GREEN value IS 16 (6.64% from 255) = 5.33%
BLUE value IS 59 (23.44% from 255) = 19.67%
R=75%
G=5.33%
B=19.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.74
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal225165900.930.740.12347.6686.7247.25
HexE1103B05D4AC15c572f
Octal341207301351121453412757
Binary111000011000011101101011101100101011001010111001010111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1103B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1103B; }

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

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

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

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

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

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

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

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