Html Css Color HEX #EC2329 Alizarin

📋 copy color: '#EC2329'

red 236 ◦ green 35 ◦ blue 41

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

Shades of Alizarin #EC2329

Tints of Alizarin #EC2329

RGB

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

 GREEN value IS 35 (14.06% from 255) = 11.22%

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

R = 75.64%
G = 11.22%
B = 13.14%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.83

 K value IS 0.07

RGB Variations

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

Color information

#EC2329 (or 0xEC2329) is known color: Alizarin. HEX triplet: EC, 23 and 29. RGB value is (236,35,41). Sum of RGB (Red+Green+Blue) = 236+35+41=312 (41% of max value = 765). Red value is 236 (92.58% from 255 or 75.64% from 312); Green value is 35 (14.06% from 255 or 11.22% from 312); Blue value is 41 (16.41% from 255 or 13.14% from 312); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2329 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC2329 is #13DCD6. Grayscale: #5F5F5F. Windows color (decimal): -1301719 or 2696172. OLE color: 2696172.

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

Color convert

RGB 236 35 41 -
CMYK 0 0.85 0.83 0.07
HSL 358.21º 0.84% 0.53% -
HSV(B) 358.21º 0.85% 0.93% -
XYZ 35.59 19.2 3.93 -
YUV 95.78 97.09 228.01 -
System Red Green Blue C M Y K H S L
Decimal 236 35 41 0 0.85 0.83 0.07 358.21 0.84 0.53
Hex EC 23 29 0 55 53 7 166 54 35
Octal 354 43 51 0 125 123 7 546 124 65
Binary 11101100 100011 101001 0 1010101 1010011 111 101100110 1010100 110101

Color Harmonies of #EC2329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC2329

Black with #EC2329

Text Example


Text Example

White with #EC2329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC2329; }

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

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

background-color css

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

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

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

border-color css

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

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

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