#EC2021

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

Shades of Alizarin #EC2021

Tints of Alizarin #EC2021

Color information

#EC2021 (or 0xEC2021) is unknown color: approx Alizarin. HEX triplet: EC, 20 and 21. RGB value is (236,32,33). Sum of RGB (Red+Green+Blue) = 236+32+33=301 (39% of max value = 765). Red value is 236 (92.58% from 255 or 78.41% from 301); Green value is 32 (12.89% from 255 or 10.63% from 301); Blue value is 33 (13.28% from 255 or 10.96% from 301); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2021 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC2021 is #13DFDE. Grayscale: #5D5D5D. Windows color (decimal): -1302495 or 2171116. OLE color: 2171116.

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

Color convert

RGB2363233-
CMYK00.860.860.07
HSL359.71º84.3%52.55%-
HSV(B)359.71º86.44%92.55%-
XYZ35.3818.983.24-
YUV93.1194.09229.92-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 78.41%
GREEN value IS 32 (12.89% from 255) = 10.63%
BLUE value IS 33 (13.28% from 255) = 10.96%
R=78.41%
G=10.63%
B=10.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.86
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal236323300.860.860.07359.7184.352.55
HexEC20210565671685435
Octal35440410126126755012465
Binary111011001000001000010101011010101101111011010001010100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC2021

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC2021; }

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

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

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

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

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

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

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

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