#E31346

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

Shades of Crimson #E31346

Tints of Crimson #E31346

Color information

#E31346 (or 0xE31346) is unknown color: approx Crimson. HEX triplet: E3, 13 and 46. RGB value is (227,19,70). Sum of RGB (Red+Green+Blue) = 227+19+70=316 (41% of max value = 765). Red value is 227 (89.06% from 255 or 71.84% from 316); Green value is 19 (7.81% from 255 or 6.01% from 316); Blue value is 70 (27.73% from 255 or 22.15% from 316); Max value from RGB is 227 - color contains mainly: red. Hex color #E31346 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E31346 is #1CECB9. Grayscale: #575757. Windows color (decimal): -1895610 or 4592611. OLE color: 4592611.

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

Color convert

RGB2271970-
CMYK00.920.690.11
HSL345.29º84.55%48.24%-
HSV(B)345.29º91.63%89.02%-
XYZ33.0217.247.38-
YUV87.01118.41227.85-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 71.84%
GREEN value IS 19 (7.81% from 255) = 6.01%
BLUE value IS 70 (27.73% from 255) = 22.15%
R=71.84%
G=6.01%
B=22.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.69
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal227197000.920.690.11345.2984.5548.24
HexE3134605C45B1595530
Octal3432310601341051353112560
Binary1110001110011100011001011100100010110111010110011010101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E31346

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E31346; }

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

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

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

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

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

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

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

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