#E13440

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

Shades of Alizarin #E13440

Tints of Alizarin #E13440

Color information

#E13440 (or 0xE13440) is unknown color: approx Alizarin. HEX triplet: E1, 34 and 40. RGB value is (225,52,64). Sum of RGB (Red+Green+Blue) = 225+52+64=341 (45% of max value = 765). Red value is 225 (88.28% from 255 or 65.98% from 341); Green value is 52 (20.70% from 255 or 15.25% from 341); Blue value is 64 (25.39% from 255 or 18.77% from 341); Max value from RGB is 225 - color contains mainly: red. Hex color #E13440 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E13440 is #1ECBBF. Grayscale: #696969. Windows color (decimal): -2018240 or 4207841. OLE color: 4207841.

HSL color Cylindrical-coordinate representation of color #E13440: hue angle of 355.84º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E13440 is Cyan = 0, Magento = 0.77, Yellow = 0.72 and Black (K on CMYK) = 0.12.

Color convert

RGB2255264-
CMYK00.770.720.12
HSL355.84º74.25%54.31%-
HSV(B)355.84º76.89%88.24%-
XYZ33.218.836.74-
YUV105.1104.81213.52-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 65.98%
GREEN value IS 52 (20.70% from 255) = 15.25%
BLUE value IS 64 (25.39% from 255) = 18.77%
R=65.98%
G=15.25%
B=18.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.72
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal225526400.770.720.12355.8474.2554.31
HexE1344004D48C1644a36
Octal3416410001151101454411266
Binary11100001110100100000001001101100100011001011001001001010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E13440

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E13440; }

 p { color: rgb(225,52,64); }

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

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

 a { background-color: rgb(225,52,64); }

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

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

 span { border-color: rgb(225,52,64); }

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