#E2113B

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

Shades of Crimson #E2113B

Tints of Crimson #E2113B

Color information

#E2113B (or 0xE2113B) is unknown color: approx Crimson. HEX triplet: E2, 11 and 3B. RGB value is (226,17,59). Sum of RGB (Red+Green+Blue) = 226+17+59=302 (40% of max value = 765). Red value is 226 (88.67% from 255 or 74.83% from 302); Green value is 17 (7.03% from 255 or 5.63% from 302); Blue value is 59 (23.44% from 255 or 19.54% from 302); Max value from RGB is 226 - color contains mainly: red. Hex color #E2113B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E2113B is #1DEEC4. Grayscale: #545454. Windows color (decimal): -1961669 or 3871202. OLE color: 3871202.

HSL color Cylindrical-coordinate representation of color #E2113B: hue angle of 347.94º degrees, saturation: 0.86, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E2113B is Cyan = 0, Magento = 0.92, Yellow = 0.74 and Black (K on CMYK) = 0.11.

Color convert

RGB2261759-
CMYK00.920.740.11
HSL347.94º86.01%47.65%-
HSV(B)347.94º92.48%88.63%-
XYZ32.3516.895.69-
YUV84.28113.74229.08-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 74.83%
GREEN value IS 17 (7.03% from 255) = 5.63%
BLUE value IS 59 (23.44% from 255) = 19.54%
R=74.83%
G=5.63%
B=19.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.74
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal226175900.920.740.11347.9486.0147.65
HexE2113B05C4AB15c5630
Octal342217301341121353412660
Binary111000101000111101101011100100101010111010111001010110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2113B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2113B; }

 p { color: rgb(226,17,59); }

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

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

 a { background-color: rgb(226,17,59); }

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

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

 span { border-color: rgb(226,17,59); }

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