Html Css Color HEX #EC213C Alizarin

📋 copy color: '#EC213C'

red 236 ◦ green 33 ◦ blue 60

#EC213C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Alizarin #EC213C

Tints of Alizarin #EC213C

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 value IS 0

 M value IS 0.86

 Y value IS 0.75

 K value IS 0.07

RGB Variations

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

Color information

#EC213C (or 0xEC213C) is known color: 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

RGB 236 33 60 -
CMYK 0 0.86 0.75 0.07
HSL 352.02º 0.84% 0.53% -
HSV(B) 352.02º 0.86% 0.93% -
XYZ 35.95 19.25 6.1 -
YUV 96.78 107.25 227.3 -
System Red Green Blue C M Y K H S L
Decimal 236 33 60 0 0.86 0.75 0.07 352.02 0.84 0.53
Hex EC 21 3C 0 56 4B 7 160 54 35
Octal 354 41 74 0 126 113 7 540 124 65
Binary 11101100 100001 111100 0 1010110 1001011 111 101100000 1010100 110101

Color Harmonies of #EC213C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC213C

Black with #EC213C

Text Example


Text Example

White with #EC213C

Text Example


Text Example

HTML Codes & Css Web 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>