Html Css Color HEX #EC2829 Alizarin

📋 copy color: '#EC2829'

red 236 ◦ green 40 ◦ blue 41

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

Shades of Alizarin #EC2829

Tints of Alizarin #EC2829

RGB

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

 GREEN value IS 40 (16.02% from 255) = 12.62%

 BLUE value IS 41 (16.41% from 255) = 12.93%

R = 74.45%
G = 12.62%
B = 12.93%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.83

 K value IS 0.07

RGB Variations

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

Color information

#EC2829 (or 0xEC2829) is known color: Alizarin. HEX triplet: EC, 28 and 29. RGB value is (236,40,41). Sum of RGB (Red+Green+Blue) = 236+40+41=317 (41% of max value = 765). Red value is 236 (92.58% from 255 or 74.45% from 317); Green value is 40 (16.02% from 255 or 12.62% from 317); Blue value is 41 (16.41% from 255 or 12.93% from 317); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2829 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC2829 is #13D7D6. Grayscale: #626262. Windows color (decimal): -1300439 or 2697452. OLE color: 2697452.

HSL color Cylindrical-coordinate representation of color #EC2829: hue angle of 359.69º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EC2829 is Cyan = 0, Magento = 0.83, Yellow = 0.83 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 40 41 -
CMYK 0 0.83 0.83 0.07
HSL 359.69º 0.84% 0.54% -
HSV(B) 359.69º 0.83% 0.93% -
XYZ 35.75 19.51 3.98 -
YUV 98.72 95.43 225.92 -
System Red Green Blue C M Y K H S L
Decimal 236 40 41 0 0.83 0.83 0.07 359.69 0.84 0.54
Hex EC 28 29 0 53 53 7 168 54 36
Octal 354 50 51 0 123 123 7 550 124 66
Binary 11101100 101000 101001 0 1010011 1010011 111 101101000 1010100 110110

Color Harmonies of #EC2829

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC2829

Black with #EC2829

Text Example


Text Example

White with #EC2829

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC2829; }

 p { color: rgb(236,40,41); }

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

background-color css

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

 a { background-color: rgb(236,40,41); }

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

border-color css

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

 span { border-color: rgb(236,40,41); }

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