Html Css Color HEX #EC1521 Alizarin

📋 copy color: '#EC1521'

red 236 ◦ green 21 ◦ blue 33

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

Shades of Alizarin #EC1521

Tints of Alizarin #EC1521

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 11.38%

R = 81.38%
G = 7.24%
B = 11.38%

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

#EC1521 (or 0xEC1521) is known color: Alizarin. HEX triplet: EC, 15 and 21. RGB value is (236,21,33). Sum of RGB (Red+Green+Blue) = 236+21+33=290 (38% of max value = 765). Red value is 236 (92.58% from 255 or 81.38% from 290); Green value is 21 (8.59% from 255 or 7.24% from 290); Blue value is 33 (13.28% from 255 or 11.38% from 290); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1521 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC1521 is #13EADE. Grayscale: #565656. Windows color (decimal): -1305311 or 2168300. OLE color: 2168300.

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

Color convert

RGB 236 21 33 -
CMYK 0 0.91 0.86 0.07
HSL 356.65º 0.85% 0.5% -
HSV(B) 356.65º 0.91% 0.93% -
XYZ 35.13 18.48 3.15 -
YUV 86.65 97.73 234.52 -
System Red Green Blue C M Y K H S L
Decimal 236 21 33 0 0.91 0.86 0.07 356.65 0.85 0.5
Hex EC 15 21 0 5B 56 7 165 55 32
Octal 354 25 41 0 133 126 7 545 125 62
Binary 11101100 10101 100001 0 1011011 1010110 111 101100101 1010101 110010

Color Harmonies of #EC1521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC1521

Black with #EC1521

Text Example


Text Example

White with #EC1521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC1521; }

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

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

background-color css

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

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

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

border-color css

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

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

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