#EC1D40

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

Shades of Alizarin #EC1D40

Tints of Alizarin #EC1D40

Color information

#EC1D40 (or 0xEC1D40) is unknown color: approx Alizarin. HEX triplet: EC, 1D and 40. RGB value is (236,29,64). Sum of RGB (Red+Green+Blue) = 236+29+64=329 (43% of max value = 765). Red value is 236 (92.58% from 255 or 71.73% from 329); Green value is 29 (11.72% from 255 or 8.81% from 329); Blue value is 64 (25.39% from 255 or 19.45% from 329); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1D40 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC1D40 is #13E2BF. Grayscale: #5E5E5E. Windows color (decimal): -1303232 or 4201964. OLE color: 4201964.

HSL color Cylindrical-coordinate representation of color #EC1D40: hue angle of 349.86º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EC1D40 is Cyan = 0, Magento = 0.88, Yellow = 0.73 and Black (K on CMYK) = 0.07.

Color convert

RGB2362964-
CMYK00.880.730.07
HSL349.86º84.49%51.96%-
HSV(B)349.86º87.71%92.55%-
XYZ35.9619.086.64-
YUV94.88110.58228.65-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 71.73%
GREEN value IS 29 (11.72% from 255) = 8.81%
BLUE value IS 64 (25.39% from 255) = 19.45%
R=71.73%
G=8.81%
B=19.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.73
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal236296400.880.730.07349.8684.4951.96
HexEC1D4005849715e5434
Octal354351000130111753612464
Binary111011001110110000000101100010010011111010111101010100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC1D40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC1D40; }

 p { color: rgb(236,29,64); }

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

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

 a { background-color: rgb(236,29,64); }

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

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

 span { border-color: rgb(236,29,64); }

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