Html Css Color HEX #EC323E Alizarin

📋 copy color: '#EC323E'

red 236 ◦ green 50 ◦ blue 62

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

Shades of Alizarin #EC323E

Tints of Alizarin #EC323E

RGB

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

 GREEN value IS 50 (19.92% from 255) = 14.37%

 BLUE value IS 62 (24.61% from 255) = 17.82%

R = 67.82%
G = 14.37%
B = 17.82%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.74

 K value IS 0.07

RGB Variations

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

Color information

#EC323E (or 0xEC323E) is known color: Alizarin. HEX triplet: EC, 32 and 3E. RGB value is (236,50,62). Sum of RGB (Red+Green+Blue) = 236+50+62=348 (46% of max value = 765). Red value is 236 (92.58% from 255 or 67.82% from 348); Green value is 50 (19.92% from 255 or 14.37% from 348); Blue value is 62 (24.61% from 255 or 17.82% from 348); Max value from RGB is 236 - color contains mainly: red. Hex color #EC323E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC323E is #13CDC1. Grayscale: #6B6B6B. Windows color (decimal): -1297858 or 4076268. OLE color: 4076268.

HSL color Cylindrical-coordinate representation of color #EC323E: hue angle of 356.13º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EC323E is Cyan = 0, Magento = 0.79, Yellow = 0.74 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 50 62 -
CMYK 0 0.79 0.74 0.07
HSL 356.13º 0.83% 0.56% -
HSV(B) 356.13º 0.79% 0.93% -
XYZ 36.6 20.46 6.58 -
YUV 106.98 102.62 220.02 -
System Red Green Blue C M Y K H S L
Decimal 236 50 62 0 0.79 0.74 0.07 356.13 0.83 0.56
Hex EC 32 3E 0 4F 4A 7 164 53 38
Octal 354 62 76 0 117 112 7 544 123 70
Binary 11101100 110010 111110 0 1001111 1001010 111 101100100 1010011 111000

Color Harmonies of #EC323E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC323E

Black with #EC323E

Text Example


Text Example

White with #EC323E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC323E; }

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

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

background-color css

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

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

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

border-color css

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

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

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