Html Css Color HEX #EC2139 Alizarin

📋 copy color: '#EC2139'

red 236 ◦ green 33 ◦ blue 57

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

Shades of Alizarin #EC2139

Tints of Alizarin #EC2139

RGB

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

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

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

R = 72.39%
G = 10.12%
B = 17.48%

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

#EC2139 (or 0xEC2139) is known color: Alizarin. HEX triplet: EC, 21 and 39. RGB value is (236,33,57). Sum of RGB (Red+Green+Blue) = 236+33+57=326 (43% of max value = 765). Red value is 236 (92.58% from 255 or 72.39% from 326); Green value is 33 (13.28% from 255 or 10.12% from 326); Blue value is 57 (22.66% from 255 or 17.48% from 326); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2139 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC2139 is #13DEC6. Grayscale: #606060. Windows color (decimal): -1302215 or 3744236. OLE color: 3744236.

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

Color convert

RGB 236 33 57 -
CMYK 0 0.86 0.76 0.07
HSL 352.91º 0.84% 0.53% -
HSV(B) 352.91º 0.86% 0.93% -
XYZ 35.87 19.22 5.69 -
YUV 96.43 105.75 227.55 -
System Red Green Blue C M Y K H S L
Decimal 236 33 57 0 0.86 0.76 0.07 352.91 0.84 0.53
Hex EC 21 39 0 56 4C 7 161 54 35
Octal 354 41 71 0 126 114 7 541 124 65
Binary 11101100 100001 111001 0 1010110 1001100 111 101100001 1010100 110101

Color Harmonies of #EC2139

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC2139

Black with #EC2139

Text Example


Text Example

White with #EC2139

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC2139; }

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

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

background-color css

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

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

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

border-color css

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

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

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