#EC1D39

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

Shades of Alizarin #EC1D39

Tints of Alizarin #EC1D39

Color information

#EC1D39 (or 0xEC1D39) is unknown color: approx Alizarin. HEX triplet: EC, 1D and 39. RGB value is (236,29,57). Sum of RGB (Red+Green+Blue) = 236+29+57=322 (42% of max value = 765). Red value is 236 (92.58% from 255 or 73.29% from 322); Green value is 29 (11.72% from 255 or 9.01% from 322); Blue value is 57 (22.66% from 255 or 17.70% from 322); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1D39 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC1D39 is #13E2C6. Grayscale: #5E5E5E. Windows color (decimal): -1303239 or 3743212. OLE color: 3743212.

HSL color Cylindrical-coordinate representation of color #EC1D39: hue angle of 351.88º 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 #EC1D39 is Cyan = 0, Magento = 0.88, Yellow = 0.76 and Black (K on CMYK) = 0.07.

Color convert

RGB2362957-
CMYK00.880.760.07
HSL351.88º84.49%51.96%-
HSV(B)351.88º87.71%92.55%-
XYZ35.7719.015.65-
YUV94.08107.08229.22-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 73.29%
GREEN value IS 29 (11.72% from 255) = 9.01%
BLUE value IS 57 (22.66% from 255) = 17.70%
R=73.29%
G=9.01%
B=17.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.76
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal236295700.880.760.07351.8884.4951.96
HexEC1D390584C71605434
Octal35435710130114754012464
Binary11101100111011110010101100010011001111011000001010100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC1D39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC1D39; }

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

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

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

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

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

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

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

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