#E51449

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

Shades of Crimson #E51449

Tints of Crimson #E51449

Color information

#E51449 (or 0xE51449) is unknown color: approx Crimson. HEX triplet: E5, 14 and 49. RGB value is (229,20,73). Sum of RGB (Red+Green+Blue) = 229+20+73=322 (42% of max value = 765). Red value is 229 (89.84% from 255 or 71.12% from 322); Green value is 20 (8.20% from 255 or 6.21% from 322); Blue value is 73 (28.91% from 255 or 22.67% from 322); Max value from RGB is 229 - color contains mainly: red. Hex color #E51449 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E51449 is #1AEBB6. Grayscale: #585858. Windows color (decimal): -1764279 or 4789477. OLE color: 4789477.

HSL color Cylindrical-coordinate representation of color #E51449: hue angle of 344.78º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E51449 is Cyan = 0, Magento = 0.91, Yellow = 0.68 and Black (K on CMYK) = 0.10.

Color convert

RGB2292073-
CMYK00.910.680.10
HSL344.78º83.94%48.82%-
HSV(B)344.78º91.27%89.8%-
XYZ33.7717.647.93-
YUV88.53119.24228.19-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 71.12%
GREEN value IS 20 (8.20% from 255) = 6.21%
BLUE value IS 73 (28.91% from 255) = 22.67%
R=71.12%
G=6.21%
B=22.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.68
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal229207300.910.680.10344.7883.9448.82
HexE5144905B44A1595431
Octal3452411101331041253112461
Binary1110010110100100100101011011100010010101010110011010100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E51449

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E51449; }

 p { color: rgb(229,20,73); }

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

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

 a { background-color: rgb(229,20,73); }

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

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

 span { border-color: rgb(229,20,73); }

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