#EC1623

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

Shades of Alizarin #EC1623

Tints of Alizarin #EC1623

Color information

#EC1623 (or 0xEC1623) is unknown color: approx Alizarin. HEX triplet: EC, 16 and 23. RGB value is (236,22,35). Sum of RGB (Red+Green+Blue) = 236+22+35=293 (38% of max value = 765). Red value is 236 (92.58% from 255 or 80.55% from 293); Green value is 22 (8.98% from 255 or 7.51% from 293); Blue value is 35 (14.06% from 255 or 11.95% from 293); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1623 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC1623 is #13E9DC. Grayscale: #575757. Windows color (decimal): -1305053 or 2299628. OLE color: 2299628.

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

Color convert

RGB2362235-
CMYK00.910.850.07
HSL356.36º84.92%50.59%-
HSV(B)356.36º90.68%92.55%-
XYZ35.1818.533.31-
YUV87.4798.4233.94-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 80.55%
GREEN value IS 22 (8.98% from 255) = 7.51%
BLUE value IS 35 (14.06% from 255) = 11.95%
R=80.55%
G=7.51%
B=11.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.85
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal236223500.910.850.07356.3684.9250.59
HexEC162305B5571645533
Octal35426430133125754412563
Binary11101100101101000110101101110101011111011001001010101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC1623

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC1623; }

 p { color: rgb(236,22,35); }

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

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

 a { background-color: rgb(236,22,35); }

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

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

 span { border-color: rgb(236,22,35); }

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