#EC213C

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

Shades of Alizarin #EC213C

Tints of Alizarin #EC213C

Color information

#EC213C (or 0xEC213C) is unknown color: approx Alizarin. HEX triplet: EC, 21 and 3C. RGB value is (236,33,60). Sum of RGB (Red+Green+Blue) = 236+33+60=329 (43% of max value = 765). Red value is 236 (92.58% from 255 or 71.73% from 329); Green value is 33 (13.28% from 255 or 10.03% from 329); Blue value is 60 (23.83% from 255 or 18.24% from 329); Max value from RGB is 236 - color contains mainly: red. Hex color #EC213C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC213C is #13DEC3. Grayscale: #606060. Windows color (decimal): -1302212 or 3940844. OLE color: 3940844.

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

Color convert

RGB2363360-
CMYK00.860.750.07
HSL352.02º84.23%52.75%-
HSV(B)352.02º86.02%92.55%-
XYZ35.9519.256.1-
YUV96.78107.25227.3-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 71.73%
GREEN value IS 33 (13.28% from 255) = 10.03%
BLUE value IS 60 (23.83% from 255) = 18.24%
R=71.73%
G=10.03%
B=18.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.75
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal236336000.860.750.07352.0284.2352.75
HexEC213C0564B71605435
Octal35441740126113754012465
Binary111011001000011111000101011010010111111011000001010100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC213C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC213C; }

 p { color: rgb(236,33,60); }

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

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

 a { background-color: rgb(236,33,60); }

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

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

 span { border-color: rgb(236,33,60); }

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