#E31343

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

Shades of Crimson #E31343

Tints of Crimson #E31343

Color information

#E31343 (or 0xE31343) is unknown color: approx Crimson. HEX triplet: E3, 13 and 43. RGB value is (227,19,67). Sum of RGB (Red+Green+Blue) = 227+19+67=313 (41% of max value = 765). Red value is 227 (89.06% from 255 or 72.52% from 313); Green value is 19 (7.81% from 255 or 6.07% from 313); Blue value is 67 (26.56% from 255 or 21.41% from 313); Max value from RGB is 227 - color contains mainly: red. Hex color #E31343 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E31343 is #1CECBC. Grayscale: #565656. Windows color (decimal): -1895613 or 4396003. OLE color: 4396003.

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

Color convert

RGB2271967-
CMYK00.920.700.11
HSL346.15º84.55%48.24%-
HSV(B)346.15º91.63%89.02%-
XYZ32.9217.26.9-
YUV86.66116.91228.1-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 72.52%
GREEN value IS 19 (7.81% from 255) = 6.07%
BLUE value IS 67 (26.56% from 255) = 21.41%
R=72.52%
G=6.07%
B=21.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.70
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal227196700.920.700.11346.1584.5548.24
HexE3134305C46B15a5530
Octal3432310301341061353212560
Binary1110001110011100001101011100100011010111010110101010101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E31343

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E31343; }

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

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

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

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

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

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

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

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