#E1103F

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

Shades of Crimson #E1103F

Tints of Crimson #E1103F

Color information

#E1103F (or 0xE1103F) is unknown color: approx Crimson. HEX triplet: E1, 10 and 3F. RGB value is (225,16,63). Sum of RGB (Red+Green+Blue) = 225+16+63=304 (40% of max value = 765). Red value is 225 (88.28% from 255 or 74.01% from 304); Green value is 16 (6.64% from 255 or 5.26% from 304); Blue value is 63 (25% from 255 or 20.72% from 304); Max value from RGB is 225 - color contains mainly: red. Hex color #E1103F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E1103F is #1EEFC0. Grayscale: #535353. Windows color (decimal): -2027457 or 4133089. OLE color: 4133089.

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

Color convert

RGB2251663-
CMYK00.930.720.12
HSL346.51º86.72%47.25%-
HSV(B)346.51º92.89%88.24%-
XYZ32.1316.746.24-
YUV83.85116.24228.68-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 74.01%
GREEN value IS 16 (6.64% from 255) = 5.26%
BLUE value IS 63 (25% from 255) = 20.72%
R=74.01%
G=5.26%
B=20.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.72
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal225166300.930.720.12346.5186.7247.25
HexE1103F05D48C15b572f
Octal341207701351101453312757
Binary111000011000011111101011101100100011001010110111010111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1103F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1103F; }

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

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

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

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

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

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

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

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