#EC1720

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

Shades of Alizarin #EC1720

Tints of Alizarin #EC1720

Color information

#EC1720 (or 0xEC1720) is unknown color: approx Alizarin. HEX triplet: EC, 17 and 20. RGB value is (236,23,32). Sum of RGB (Red+Green+Blue) = 236+23+32=291 (38% of max value = 765). Red value is 236 (92.58% from 255 or 81.10% from 291); Green value is 23 (9.38% from 255 or 7.90% from 291); Blue value is 32 (12.89% from 255 or 11.00% from 291); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1720 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC1720 is #13E8DF. Grayscale: #575757. Windows color (decimal): -1304800 or 2103276. OLE color: 2103276.

HSL color Cylindrical-coordinate representation of color #EC1720: hue angle of 357.46º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EC1720 is Cyan = 0, Magento = 0.90, Yellow = 0.86 and Black (K on CMYK) = 0.07.

Color convert

RGB2362332-
CMYK00.900.860.07
HSL357.46º84.86%50.78%-
HSV(B)357.46º90.25%92.55%-
XYZ35.1618.553.09-
YUV87.7196.57233.77-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 81.10%
GREEN value IS 23 (9.38% from 255) = 7.90%
BLUE value IS 32 (12.89% from 255) = 11.00%
R=81.10%
G=7.90%
B=11.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.86
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal236233200.900.860.07357.4684.8650.78
HexEC172005A5671655533
Octal35427400132126754512563
Binary11101100101111000000101101010101101111011001011010101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC1720

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC1720; }

 p { color: rgb(236,23,32); }

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

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

 a { background-color: rgb(236,23,32); }

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

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

 span { border-color: rgb(236,23,32); }

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