#E3134B

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

Shades of Crimson #E3134B

Tints of Crimson #E3134B

Color information

#E3134B (or 0xE3134B) is unknown color: approx Crimson. HEX triplet: E3, 13 and 4B. RGB value is (227,19,75). Sum of RGB (Red+Green+Blue) = 227+19+75=321 (42% of max value = 765). Red value is 227 (89.06% from 255 or 70.72% from 321); Green value is 19 (7.81% from 255 or 5.92% from 321); Blue value is 75 (29.69% from 255 or 23.36% from 321); Max value from RGB is 227 - color contains mainly: red. Hex color #E3134B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E3134B is #1CECB4. Grayscale: #575757. Windows color (decimal): -1895605 or 4920291. OLE color: 4920291.

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

Color convert

RGB2271975-
CMYK00.920.670.11
HSL343.85º84.55%48.24%-
HSV(B)343.85º91.63%89.02%-
XYZ33.1817.38.25-
YUV87.58120.91227.45-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 70.72%
GREEN value IS 19 (7.81% from 255) = 5.92%
BLUE value IS 75 (29.69% from 255) = 23.36%
R=70.72%
G=5.92%
B=23.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.67
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal227197500.920.670.11343.8584.5548.24
HexE3134B05C43B1585530
Octal3432311301341031353012560
Binary1110001110011100101101011100100001110111010110001010101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3134B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3134B; }

 p { color: rgb(227,19,75); }

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

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

 a { background-color: rgb(227,19,75); }

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

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

 span { border-color: rgb(227,19,75); }

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