Html Css Color HEX #EC1931 Alizarin

📋 copy color: '#EC1931'

red 236 ◦ green 25 ◦ blue 49

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

Shades of Alizarin #EC1931

Tints of Alizarin #EC1931

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 15.81%

R = 76.13%
G = 8.06%
B = 15.81%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.79

 K value IS 0.07

RGB Variations

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

Color information

#EC1931 (or 0xEC1931) is known color: Alizarin. HEX triplet: EC, 19 and 31. RGB value is (236,25,49). Sum of RGB (Red+Green+Blue) = 236+25+49=310 (41% of max value = 765). Red value is 236 (92.58% from 255 or 76.13% from 310); Green value is 25 (10.16% from 255 or 8.06% from 310); Blue value is 49 (19.53% from 255 or 15.81% from 310); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1931 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC1931 is #13E6CE. Grayscale: #5A5A5A. Windows color (decimal): -1304271 or 3217900. OLE color: 3217900.

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

Color convert

RGB 236 25 49 -
CMYK 0 0.89 0.79 0.07
HSL 353.18º 0.85% 0.51% -
HSV(B) 353.18º 0.89% 0.93% -
XYZ 35.49 18.75 4.65 -
YUV 90.83 104.4 231.55 -
System Red Green Blue C M Y K H S L
Decimal 236 25 49 0 0.89 0.79 0.07 353.18 0.85 0.51
Hex EC 19 31 0 59 4F 7 161 55 33
Octal 354 31 61 0 131 117 7 541 125 63
Binary 11101100 11001 110001 0 1011001 1001111 111 101100001 1010101 110011

Color Harmonies of #EC1931

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC1931

Black with #EC1931

Text Example


Text Example

White with #EC1931

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC1931; }

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

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

background-color css

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

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

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

border-color css

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

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

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