Html Css Color HEX #EC1930 Alizarin

📋 copy color: '#EC1930'

red 236 ◦ green 25 ◦ blue 48

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

Shades of Alizarin #EC1930

Tints of Alizarin #EC1930

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 15.53%

R = 76.38%
G = 8.09%
B = 15.53%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.80

 K value IS 0.07

RGB Variations

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

Color information

#EC1930 (or 0xEC1930) is known color: Alizarin. HEX triplet: EC, 19 and 30. RGB value is (236,25,48). Sum of RGB (Red+Green+Blue) = 236+25+48=309 (40% of max value = 765). Red value is 236 (92.58% from 255 or 76.38% from 309); Green value is 25 (10.16% from 255 or 8.09% from 309); Blue value is 48 (19.14% from 255 or 15.53% from 309); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1930 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC1930 is #13E6CF. Grayscale: #5A5A5A. Windows color (decimal): -1304272 or 3152364. OLE color: 3152364.

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

Color convert

RGB 236 25 48 -
CMYK 0 0.89 0.80 0.07
HSL 353.46º 0.85% 0.51% -
HSV(B) 353.46º 0.89% 0.93% -
XYZ 35.47 18.74 4.54 -
YUV 90.71 103.9 231.63 -
System Red Green Blue C M Y K H S L
Decimal 236 25 48 0 0.89 0.80 0.07 353.46 0.85 0.51
Hex EC 19 30 0 59 50 7 161 55 33
Octal 354 31 60 0 131 120 7 541 125 63
Binary 11101100 11001 110000 0 1011001 1010000 111 101100001 1010101 110011

Color Harmonies of #EC1930

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC1930

Black with #EC1930

Text Example


Text Example

White with #EC1930

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC1930; }

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

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

background-color css

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

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

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

border-color css

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

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

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