Html Css Color HEX #EC2039 Alizarin

📋 copy color: '#EC2039'

red 236 ◦ green 32 ◦ blue 57

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

Shades of Alizarin #EC2039

Tints of Alizarin #EC2039

RGB

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

 GREEN value IS 32 (12.89% from 255) = 9.85%

 BLUE value IS 57 (22.66% from 255) = 17.54%

R = 72.62%
G = 9.85%
B = 17.54%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.76

 K value IS 0.07

RGB Variations

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

Color information

#EC2039 (or 0xEC2039) is known color: Alizarin. HEX triplet: EC, 20 and 39. RGB value is (236,32,57). Sum of RGB (Red+Green+Blue) = 236+32+57=325 (43% of max value = 765). Red value is 236 (92.58% from 255 or 72.62% from 325); Green value is 32 (12.89% from 255 or 9.85% from 325); Blue value is 57 (22.66% from 255 or 17.54% from 325); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2039 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC2039 is #13DFC6. Grayscale: #5F5F5F. Windows color (decimal): -1302471 or 3743980. OLE color: 3743980.

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

Color convert

RGB 236 32 57 -
CMYK 0 0.86 0.76 0.07
HSL 352.65º 0.84% 0.53% -
HSV(B) 352.65º 0.86% 0.93% -
XYZ 35.85 19.16 5.68 -
YUV 95.85 106.09 227.97 -
System Red Green Blue C M Y K H S L
Decimal 236 32 57 0 0.86 0.76 0.07 352.65 0.84 0.53
Hex EC 20 39 0 56 4C 7 161 54 35
Octal 354 40 71 0 126 114 7 541 124 65
Binary 11101100 100000 111001 0 1010110 1001100 111 101100001 1010100 110101

Color Harmonies of #EC2039

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC2039

Black with #EC2039

Text Example


Text Example

White with #EC2039

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC2039; }

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

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

background-color css

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

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

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

border-color css

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

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

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