Html Css Color HEX #EC323B Alizarin

📋 copy color: '#EC323B'

red 236 ◦ green 50 ◦ blue 59

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

Shades of Alizarin #EC323B

Tints of Alizarin #EC323B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 17.1%

R = 68.41%
G = 14.49%
B = 17.1%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.75

 K value IS 0.07

RGB Variations

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

Color information

#EC323B (or 0xEC323B) is known color: Alizarin. HEX triplet: EC, 32 and 3B. RGB value is (236,50,59). Sum of RGB (Red+Green+Blue) = 236+50+59=345 (45% of max value = 765). Red value is 236 (92.58% from 255 or 68.41% from 345); Green value is 50 (19.92% from 255 or 14.49% from 345); Blue value is 59 (23.44% from 255 or 17.10% from 345); Max value from RGB is 236 - color contains mainly: red. Hex color #EC323B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC323B is #13CDC4. Grayscale: #6A6A6A. Windows color (decimal): -1297861 or 3879660. OLE color: 3879660.

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

Color convert

RGB 236 50 59 -
CMYK 0 0.79 0.75 0.07
HSL 357.1º 0.83% 0.56% -
HSV(B) 357.1º 0.79% 0.93% -
XYZ 36.52 20.43 6.16 -
YUV 106.64 101.12 220.27 -
System Red Green Blue C M Y K H S L
Decimal 236 50 59 0 0.79 0.75 0.07 357.1 0.83 0.56
Hex EC 32 3B 0 4F 4B 7 165 53 38
Octal 354 62 73 0 117 113 7 545 123 70
Binary 11101100 110010 111011 0 1001111 1001011 111 101100101 1010011 111000

Color Harmonies of #EC323B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC323B

Black with #EC323B

Text Example


Text Example

White with #EC323B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC323B; }

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

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

background-color css

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

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

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

border-color css

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

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

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