#EC213D

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

Shades of Alizarin #EC213D

Tints of Alizarin #EC213D

Color information

#EC213D (or 0xEC213D) is unknown color: approx Alizarin. HEX triplet: EC, 21 and 3D. RGB value is (236,33,61). Sum of RGB (Red+Green+Blue) = 236+33+61=330 (43% of max value = 765). Red value is 236 (92.58% from 255 or 71.52% from 330); Green value is 33 (13.28% from 255 or 10% from 330); Blue value is 61 (24.22% from 255 or 18.48% from 330); Max value from RGB is 236 - color contains mainly: red. Hex color #EC213D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC213D is #13DEC2. Grayscale: #606060. Windows color (decimal): -1302211 or 4006380. OLE color: 4006380.

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

Color convert

RGB2363361-
CMYK00.860.740.07
HSL351.72º84.23%52.75%-
HSV(B)351.72º86.02%92.55%-
XYZ35.9819.266.24-
YUV96.89107.75227.22-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 71.52%
GREEN value IS 33 (13.28% from 255) = 10%
BLUE value IS 61 (24.22% from 255) = 18.48%
R=71.52%
G=10%
B=18.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.74
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal236336100.860.740.07351.7284.2352.75
HexEC213D0564A71605435
Octal35441750126112754012465
Binary111011001000011111010101011010010101111011000001010100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC213D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC213D; }

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

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

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

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

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

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

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

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