Html Css Color HEX #EC2132 Alizarin

📋 copy color: '#EC2132'

red 236 ◦ green 33 ◦ blue 50

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

Shades of Alizarin #EC2132

Tints of Alizarin #EC2132

RGB

 RED value IS 236 (92.58% from 255) = 73.98%

 GREEN value IS 33 (13.28% from 255) = 10.34%

 BLUE value IS 50 (19.92% from 255) = 15.67%

R = 73.98%
G = 10.34%
B = 15.67%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.79

 K value IS 0.07

RGB Variations

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

Color information

#EC2132 (or 0xEC2132) is known color: Alizarin. HEX triplet: EC, 21 and 32. RGB value is (236,33,50). Sum of RGB (Red+Green+Blue) = 236+33+50=319 (42% of max value = 765). Red value is 236 (92.58% from 255 or 73.98% from 319); Green value is 33 (13.28% from 255 or 10.34% from 319); Blue value is 50 (19.92% from 255 or 15.67% from 319); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2132 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC2132 is #13DECD. Grayscale: #5F5F5F. Windows color (decimal): -1302222 or 3285484. OLE color: 3285484.

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

Color convert

RGB 236 33 50 -
CMYK 0 0.86 0.79 0.07
HSL 354.98º 0.84% 0.53% -
HSV(B) 354.98º 0.86% 0.93% -
XYZ 35.71 19.15 4.83 -
YUV 95.64 102.25 228.12 -
System Red Green Blue C M Y K H S L
Decimal 236 33 50 0 0.86 0.79 0.07 354.98 0.84 0.53
Hex EC 21 32 0 56 4F 7 163 54 35
Octal 354 41 62 0 126 117 7 543 124 65
Binary 11101100 100001 110010 0 1010110 1001111 111 101100011 1010100 110101

Color Harmonies of #EC2132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC2132

Black with #EC2132

Text Example


Text Example

White with #EC2132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC2132; }

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

 H1.HeaderClassName
 {
   color: #EC2132;
 }
 .AnyTagClassName
 {
   color: #EC2132;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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