#E1103E

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

Shades of Crimson #E1103E

Tints of Crimson #E1103E

Color information

#E1103E (or 0xE1103E) is unknown color: approx Crimson. HEX triplet: E1, 10 and 3E. RGB value is (225,16,62). Sum of RGB (Red+Green+Blue) = 225+16+62=303 (40% of max value = 765). Red value is 225 (88.28% from 255 or 74.26% from 303); Green value is 16 (6.64% from 255 or 5.28% from 303); Blue value is 62 (24.61% from 255 or 20.46% from 303); Max value from RGB is 225 - color contains mainly: red. Hex color #E1103E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E1103E is #1EEFC1. Grayscale: #535353. Windows color (decimal): -2027458 or 4067553. OLE color: 4067553.

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

Color convert

RGB2251662-
CMYK00.930.720.12
HSL346.79º86.72%47.25%-
HSV(B)346.79º92.89%88.24%-
XYZ32.1116.736.09-
YUV83.73115.74228.76-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 74.26%
GREEN value IS 16 (6.64% from 255) = 5.28%
BLUE value IS 62 (24.61% from 255) = 20.46%
R=74.26%
G=5.28%
B=20.46%

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
Decimal225166200.930.720.12346.7986.7247.25
HexE1103E05D48C15b572f
Octal341207601351101453312757
Binary111000011000011111001011101100100011001010110111010111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1103E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1103E; }

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

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

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

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

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

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

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

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