Html Css Color HEX #EC1820 Alizarin

📋 copy color: '#EC1820'

red 236 ◦ green 24 ◦ blue 32

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

Shades of Alizarin #EC1820

Tints of Alizarin #EC1820

RGB

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

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

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

R = 80.82%
G = 8.22%
B = 10.96%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.86

 K value IS 0.07

RGB Variations

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

Color information

#EC1820 (or 0xEC1820) is known color: Alizarin. HEX triplet: EC, 18 and 20. RGB value is (236,24,32). Sum of RGB (Red+Green+Blue) = 236+24+32=292 (38% of max value = 765). Red value is 236 (92.58% from 255 or 80.82% from 292); Green value is 24 (9.77% from 255 or 8.22% from 292); Blue value is 32 (12.89% from 255 or 10.96% from 292); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1820 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC1820 is #13E7DF. Grayscale: #585858. Windows color (decimal): -1304544 or 2103532. OLE color: 2103532.

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

Color convert

RGB 236 24 32 -
CMYK 0 0.90 0.86 0.07
HSL 357.74º 0.85% 0.51% -
HSV(B) 357.74º 0.9% 0.93% -
XYZ 35.18 18.59 3.1 -
YUV 88.3 96.24 233.35 -
System Red Green Blue C M Y K H S L
Decimal 236 24 32 0 0.90 0.86 0.07 357.74 0.85 0.51
Hex EC 18 20 0 5A 56 7 166 55 33
Octal 354 30 40 0 132 126 7 546 125 63
Binary 11101100 11000 100000 0 1011010 1010110 111 101100110 1010101 110011

Color Harmonies of #EC1820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC1820

Black with #EC1820

Text Example


Text Example

White with #EC1820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC1820; }

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

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

background-color css

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

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

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

border-color css

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

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

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