Html Css Color HEX #EC1939 Alizarin

📋 copy color: '#EC1939'

red 236 ◦ green 25 ◦ blue 57

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

Shades of Alizarin #EC1939

Tints of Alizarin #EC1939

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.86%

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

R = 74.21%
G = 7.86%
B = 17.92%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.76

 K value IS 0.07

RGB Variations

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

Color information

#EC1939 (or 0xEC1939) is known color: Alizarin. HEX triplet: EC, 19 and 39. RGB value is (236,25,57). Sum of RGB (Red+Green+Blue) = 236+25+57=318 (42% of max value = 765). Red value is 236 (92.58% from 255 or 74.21% from 318); Green value is 25 (10.16% from 255 or 7.86% from 318); Blue value is 57 (22.66% from 255 or 17.92% from 318); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1939 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC1939 is #13E6C6. Grayscale: #5B5B5B. Windows color (decimal): -1304263 or 3742188. OLE color: 3742188.

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

Color convert

RGB 236 25 57 -
CMYK 0 0.89 0.76 0.07
HSL 350.9º 0.85% 0.51% -
HSV(B) 350.9º 0.89% 0.93% -
XYZ 35.68 18.82 5.62 -
YUV 91.74 108.4 230.9 -
System Red Green Blue C M Y K H S L
Decimal 236 25 57 0 0.89 0.76 0.07 350.9 0.85 0.51
Hex EC 19 39 0 59 4C 7 15F 55 33
Octal 354 31 71 0 131 114 7 537 125 63
Binary 11101100 11001 111001 0 1011001 1001100 111 101011111 1010101 110011

Color Harmonies of #EC1939

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC1939

Black with #EC1939

Text Example


Text Example

White with #EC1939

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC1939; }

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

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

background-color css

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

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

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

border-color css

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

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

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