Html Css Color HEX #EC1824 Alizarin

📋 copy color: '#EC1824'

red 236 ◦ green 24 ◦ blue 36

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

Shades of Alizarin #EC1824

Tints of Alizarin #EC1824

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.11%

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

R = 79.73%
G = 8.11%
B = 12.16%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.85

 K value IS 0.07

RGB Variations

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

Color information

#EC1824 (or 0xEC1824) is known color: Alizarin. HEX triplet: EC, 18 and 24. RGB value is (236,24,36). Sum of RGB (Red+Green+Blue) = 236+24+36=296 (39% of max value = 765). Red value is 236 (92.58% from 255 or 79.73% from 296); Green value is 24 (9.77% from 255 or 8.11% from 296); Blue value is 36 (14.45% from 255 or 12.16% from 296); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1824 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC1824 is #13E7DB. Grayscale: #585858. Windows color (decimal): -1304540 or 2365676. OLE color: 2365676.

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

Color convert

RGB 236 24 36 -
CMYK 0 0.90 0.85 0.07
HSL 356.6º 0.85% 0.51% -
HSV(B) 356.6º 0.9% 0.93% -
XYZ 35.24 18.61 3.4 -
YUV 88.76 98.24 233.02 -
System Red Green Blue C M Y K H S L
Decimal 236 24 36 0 0.90 0.85 0.07 356.6 0.85 0.51
Hex EC 18 24 0 5A 55 7 165 55 33
Octal 354 30 44 0 132 125 7 545 125 63
Binary 11101100 11000 100100 0 1011010 1010101 111 101100101 1010101 110011

Color Harmonies of #EC1824

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC1824

Black with #EC1824

Text Example


Text Example

White with #EC1824

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC1824; }

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

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

background-color css

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

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

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

border-color css

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

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

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