#E1103D

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

Shades of Crimson #E1103D

Tints of Crimson #E1103D

Color information

#E1103D (or 0xE1103D) is unknown color: approx Crimson. HEX triplet: E1, 10 and 3D. RGB value is (225,16,61). Sum of RGB (Red+Green+Blue) = 225+16+61=302 (40% of max value = 765). Red value is 225 (88.28% from 255 or 74.50% from 302); Green value is 16 (6.64% from 255 or 5.30% from 302); Blue value is 61 (24.22% from 255 or 20.20% from 302); Max value from RGB is 225 - color contains mainly: red. Hex color #E1103D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E1103D is #1EEFC2. Grayscale: #535353. Windows color (decimal): -2027459 or 4002017. OLE color: 4002017.

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

Color convert

RGB2251661-
CMYK00.930.730.12
HSL347.08º86.72%47.25%-
HSV(B)347.08º92.89%88.24%-
XYZ32.0816.725.95-
YUV83.62115.24228.84-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 74.50%
GREEN value IS 16 (6.64% from 255) = 5.30%
BLUE value IS 61 (24.22% from 255) = 20.20%
R=74.50%
G=5.30%
B=20.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.73
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal225166100.930.730.12347.0886.7247.25
HexE1103D05D49C15b572f
Octal341207501351111453312757
Binary111000011000011110101011101100100111001010110111010111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1103D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1103D; }

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

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

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

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

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

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

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

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