Html Css Color HEX #EC1732 Alizarin

📋 copy color: '#EC1732'

red 236 ◦ green 23 ◦ blue 50

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

Shades of Alizarin #EC1732

Tints of Alizarin #EC1732

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.44%

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

R = 76.38%
G = 7.44%
B = 16.18%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.79

 K value IS 0.07

RGB Variations

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

Color information

#EC1732 (or 0xEC1732) is known color: Alizarin. HEX triplet: EC, 17 and 32. RGB value is (236,23,50). Sum of RGB (Red+Green+Blue) = 236+23+50=309 (40% of max value = 765). Red value is 236 (92.58% from 255 or 76.38% from 309); Green value is 23 (9.38% from 255 or 7.44% from 309); Blue value is 50 (19.92% from 255 or 16.18% from 309); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1732 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC1732 is #13E8CD. Grayscale: #595959. Windows color (decimal): -1304782 or 3282924. OLE color: 3282924.

HSL color Cylindrical-coordinate representation of color #EC1732: hue angle of 352.39º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EC1732 is Cyan = 0, Magento = 0.90, Yellow = 0.79 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 23 50 -
CMYK 0 0.90 0.79 0.07
HSL 352.39º 0.85% 0.51% -
HSV(B) 352.39º 0.9% 0.93% -
XYZ 35.47 18.68 4.75 -
YUV 89.77 105.57 232.3 -
System Red Green Blue C M Y K H S L
Decimal 236 23 50 0 0.90 0.79 0.07 352.39 0.85 0.51
Hex EC 17 32 0 5A 4F 7 160 55 33
Octal 354 27 62 0 132 117 7 540 125 63
Binary 11101100 10111 110010 0 1011010 1001111 111 101100000 1010101 110011

Color Harmonies of #EC1732

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC1732

Black with #EC1732

Text Example


Text Example

White with #EC1732

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC1732; }

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

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

background-color css

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

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

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

border-color css

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

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

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