Html Css Color HEX #EC1520 Alizarin

📋 copy color: '#EC1520'

red 236 ◦ green 21 ◦ blue 32

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

Shades of Alizarin #EC1520

Tints of Alizarin #EC1520

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.27%

 BLUE value IS 32 (12.89% from 255) = 11.07%

R = 81.66%
G = 7.27%
B = 11.07%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.86

 K value IS 0.07

RGB Variations

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

Color information

#EC1520 (or 0xEC1520) is known color: Alizarin. HEX triplet: EC, 15 and 20. RGB value is (236,21,32). Sum of RGB (Red+Green+Blue) = 236+21+32=289 (38% of max value = 765). Red value is 236 (92.58% from 255 or 81.66% from 289); Green value is 21 (8.59% from 255 or 7.27% from 289); Blue value is 32 (12.89% from 255 or 11.07% from 289); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1520 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC1520 is #13EADF. Grayscale: #565656. Windows color (decimal): -1305312 or 2102764. OLE color: 2102764.

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

Color convert

RGB 236 21 32 -
CMYK 0 0.91 0.86 0.07
HSL 356.93º 0.85% 0.5% -
HSV(B) 356.93º 0.91% 0.93% -
XYZ 35.12 18.47 3.08 -
YUV 86.54 97.23 234.61 -
System Red Green Blue C M Y K H S L
Decimal 236 21 32 0 0.91 0.86 0.07 356.93 0.85 0.5
Hex EC 15 20 0 5B 56 7 165 55 32
Octal 354 25 40 0 133 126 7 545 125 62
Binary 11101100 10101 100000 0 1011011 1010110 111 101100101 1010101 110010

Color Harmonies of #EC1520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC1520

Black with #EC1520

Text Example


Text Example

White with #EC1520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC1520; }

 p { color: rgb(236,21,32); }

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

background-color css

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

 a { background-color: rgb(236,21,32); }

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

border-color css

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

 span { border-color: rgb(236,21,32); }

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