#E51446

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

Shades of Crimson #E51446

Tints of Crimson #E51446

Color information

#E51446 (or 0xE51446) is unknown color: approx Crimson. HEX triplet: E5, 14 and 46. RGB value is (229,20,70). Sum of RGB (Red+Green+Blue) = 229+20+70=319 (42% of max value = 765). Red value is 229 (89.84% from 255 or 71.79% from 319); Green value is 20 (8.20% from 255 or 6.27% from 319); Blue value is 70 (27.73% from 255 or 21.94% from 319); Max value from RGB is 229 - color contains mainly: red. Hex color #E51446 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E51446 is #1AEBB9. Grayscale: #585858. Windows color (decimal): -1764282 or 4592869. OLE color: 4592869.

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

Color convert

RGB2292070-
CMYK00.910.690.10
HSL345.65º83.94%48.82%-
HSV(B)345.65º91.27%89.8%-
XYZ33.6717.67.42-
YUV88.19117.74228.43-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 71.79%
GREEN value IS 20 (8.20% from 255) = 6.27%
BLUE value IS 70 (27.73% from 255) = 21.94%
R=71.79%
G=6.27%
B=21.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.69
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal229207000.910.690.10345.6583.9448.82
HexE5144605B45A15a5431
Octal3452410601331051253212461
Binary1110010110100100011001011011100010110101010110101010100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E51446

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E51446; }

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

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

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

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

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

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

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

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