#E2134C

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

Shades of Crimson #E2134C

Tints of Crimson #E2134C

Color information

#E2134C (or 0xE2134C) is unknown color: approx Crimson. HEX triplet: E2, 13 and 4C. RGB value is (226,19,76). Sum of RGB (Red+Green+Blue) = 226+19+76=321 (42% of max value = 765). Red value is 226 (88.67% from 255 or 70.40% from 321); Green value is 19 (7.81% from 255 or 5.92% from 321); Blue value is 76 (30.08% from 255 or 23.68% from 321); Max value from RGB is 226 - color contains mainly: red. Hex color #E2134C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E2134C is #1DECB3. Grayscale: #575757. Windows color (decimal): -1961140 or 4985826. OLE color: 4985826.

HSL color Cylindrical-coordinate representation of color #E2134C: hue angle of 343.48º degrees, saturation: 0.84, 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 #E2134C is Cyan = 0, Magento = 0.92, Yellow = 0.66 and Black (K on CMYK) = 0.11.

Color convert

RGB2261976-
CMYK00.920.660.11
HSL343.48º84.49%48.04%-
HSV(B)343.48º91.59%88.63%-
XYZ32.917.168.41-
YUV87.39121.58226.87-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 70.40%
GREEN value IS 19 (7.81% from 255) = 5.92%
BLUE value IS 76 (30.08% from 255) = 23.68%
R=70.40%
G=5.92%
B=23.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.66
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal226197600.920.660.11343.4884.4948.04
HexE2134C05C42B1575430
Octal3422311401341021352712460
Binary1110001010011100110001011100100001010111010101111010100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2134C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2134C; }

 p { color: rgb(226,19,76); }

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

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

 a { background-color: rgb(226,19,76); }

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

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

 span { border-color: rgb(226,19,76); }

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