Html Css Color HEX #EC1928 Alizarin

📋 copy color: '#EC1928'

red 236 ◦ green 25 ◦ blue 40

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

Shades of Alizarin #EC1928

Tints of Alizarin #EC1928

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 13.29%

R = 78.41%
G = 8.31%
B = 13.29%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.83

 K value IS 0.07

RGB Variations

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

Color information

#EC1928 (or 0xEC1928) is known color: Alizarin. HEX triplet: EC, 19 and 28. RGB value is (236,25,40). Sum of RGB (Red+Green+Blue) = 236+25+40=301 (39% of max value = 765). Red value is 236 (92.58% from 255 or 78.41% from 301); Green value is 25 (10.16% from 255 or 8.31% from 301); Blue value is 40 (16.02% from 255 or 13.29% from 301); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1928 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC1928 is #13E6D7. Grayscale: #595959. Windows color (decimal): -1304280 or 2628076. OLE color: 2628076.

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

Color convert

RGB 236 25 40 -
CMYK 0 0.89 0.83 0.07
HSL 355.73º 0.85% 0.51% -
HSV(B) 355.73º 0.89% 0.93% -
XYZ 35.32 18.68 3.75 -
YUV 89.8 99.9 232.28 -
System Red Green Blue C M Y K H S L
Decimal 236 25 40 0 0.89 0.83 0.07 355.73 0.85 0.51
Hex EC 19 28 0 59 53 7 164 55 33
Octal 354 31 50 0 131 123 7 544 125 63
Binary 11101100 11001 101000 0 1011001 1010011 111 101100100 1010101 110011

Color Harmonies of #EC1928

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC1928

Black with #EC1928

Text Example


Text Example

White with #EC1928

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC1928; }

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

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

background-color css

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

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

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

border-color css

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

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

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