#EC213F

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

Shades of Alizarin #EC213F

Tints of Alizarin #EC213F

Color information

#EC213F (or 0xEC213F) is unknown color: approx Alizarin. HEX triplet: EC, 21 and 3F. RGB value is (236,33,63). Sum of RGB (Red+Green+Blue) = 236+33+63=332 (43% of max value = 765). Red value is 236 (92.58% from 255 or 71.08% from 332); Green value is 33 (13.28% from 255 or 9.94% from 332); Blue value is 63 (25% from 255 or 18.98% from 332); Max value from RGB is 236 - color contains mainly: red. Hex color #EC213F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC213F is #13DEC0. Grayscale: #616161. Windows color (decimal): -1302209 or 4137452. OLE color: 4137452.

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

Color convert

RGB2363363-
CMYK00.860.730.07
HSL351.13º84.23%52.75%-
HSV(B)351.13º86.02%92.55%-
XYZ36.0319.286.52-
YUV97.12108.75227.06-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 71.08%
GREEN value IS 33 (13.28% from 255) = 9.94%
BLUE value IS 63 (25% from 255) = 18.98%
R=71.08%
G=9.94%
B=18.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.73
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal236336300.860.730.07351.1384.2352.75
HexEC213F05649715f5435
Octal35441770126111753712465
Binary111011001000011111110101011010010011111010111111010100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC213F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC213F; }

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

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

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

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

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

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

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

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