#E31348

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

Shades of Crimson #E31348

Tints of Crimson #E31348

Color information

#E31348 (or 0xE31348) is unknown color: approx Crimson. HEX triplet: E3, 13 and 48. RGB value is (227,19,72). Sum of RGB (Red+Green+Blue) = 227+19+72=318 (42% of max value = 765). Red value is 227 (89.06% from 255 or 71.38% from 318); Green value is 19 (7.81% from 255 or 5.97% from 318); Blue value is 72 (28.52% from 255 or 22.64% from 318); Max value from RGB is 227 - color contains mainly: red. Hex color #E31348 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E31348 is #1CECB7. Grayscale: #575757. Windows color (decimal): -1895608 or 4723683. OLE color: 4723683.

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

Color convert

RGB2271972-
CMYK00.920.680.11
HSL344.71º84.55%48.24%-
HSV(B)344.71º91.63%89.02%-
XYZ33.0817.267.72-
YUV87.23119.41227.69-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 71.38%
GREEN value IS 19 (7.81% from 255) = 5.97%
BLUE value IS 72 (28.52% from 255) = 22.64%
R=71.38%
G=5.97%
B=22.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.68
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal227197200.920.680.11344.7184.5548.24
HexE3134805C44B1595530
Octal3432311001341041353112560
Binary1110001110011100100001011100100010010111010110011010101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E31348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E31348; }

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

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

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

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

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

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

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

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