Html Css Color HEX #EC1924 Alizarin

📋 copy color: '#EC1924'

red 236 ◦ green 25 ◦ blue 36

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

Shades of Alizarin #EC1924

Tints of Alizarin #EC1924

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 12.12%

R = 79.46%
G = 8.42%
B = 12.12%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.85

 K value IS 0.07

RGB Variations

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

Color information

#EC1924 (or 0xEC1924) is known color: Alizarin. HEX triplet: EC, 19 and 24. RGB value is (236,25,36). Sum of RGB (Red+Green+Blue) = 236+25+36=297 (39% of max value = 765). Red value is 236 (92.58% from 255 or 79.46% from 297); Green value is 25 (10.16% from 255 or 8.42% from 297); Blue value is 36 (14.45% from 255 or 12.12% from 297); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1924 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC1924 is #13E6DB. Grayscale: #595959. Windows color (decimal): -1304284 or 2365932. OLE color: 2365932.

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

Color convert

RGB 236 25 36 -
CMYK 0 0.89 0.85 0.07
HSL 356.87º 0.85% 0.51% -
HSV(B) 356.87º 0.89% 0.93% -
XYZ 35.26 18.66 3.41 -
YUV 89.34 97.9 232.61 -
System Red Green Blue C M Y K H S L
Decimal 236 25 36 0 0.89 0.85 0.07 356.87 0.85 0.51
Hex EC 19 24 0 59 55 7 165 55 33
Octal 354 31 44 0 131 125 7 545 125 63
Binary 11101100 11001 100100 0 1011001 1010101 111 101100101 1010101 110011

Color Harmonies of #EC1924

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC1924

Black with #EC1924

Text Example


Text Example

White with #EC1924

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC1924; }

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

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

background-color css

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

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

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

border-color css

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

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

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