Html Css Color HEX #EC2432 Alizarin

📋 copy color: '#EC2432'

red 236 ◦ green 36 ◦ blue 50

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

Shades of Alizarin #EC2432

Tints of Alizarin #EC2432

RGB

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

 GREEN value IS 36 (14.45% from 255) = 11.18%

 BLUE value IS 50 (19.92% from 255) = 15.53%

R = 73.29%
G = 11.18%
B = 15.53%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.79

 K value IS 0.07

RGB Variations

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

Color information

#EC2432 (or 0xEC2432) is known color: Alizarin. HEX triplet: EC, 24 and 32. RGB value is (236,36,50). Sum of RGB (Red+Green+Blue) = 236+36+50=322 (42% of max value = 765). Red value is 236 (92.58% from 255 or 73.29% from 322); Green value is 36 (14.45% from 255 or 11.18% from 322); Blue value is 50 (19.92% from 255 or 15.53% from 322); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2432 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC2432 is #13DBCD. Grayscale: #616161. Windows color (decimal): -1301454 or 3286252. OLE color: 3286252.

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

Color convert

RGB 236 36 50 -
CMYK 0 0.85 0.79 0.07
HSL 355.8º 0.84% 0.53% -
HSV(B) 355.8º 0.85% 0.93% -
XYZ 35.8 19.32 4.86 -
YUV 97.4 101.26 226.86 -
System Red Green Blue C M Y K H S L
Decimal 236 36 50 0 0.85 0.79 0.07 355.8 0.84 0.53
Hex EC 24 32 0 55 4F 7 164 54 35
Octal 354 44 62 0 125 117 7 544 124 65
Binary 11101100 100100 110010 0 1010101 1001111 111 101100100 1010100 110101

Color Harmonies of #EC2432

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC2432

Black with #EC2432

Text Example


Text Example

White with #EC2432

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC2432; }

 p { color: rgb(236,36,50); }

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

background-color css

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

 a { background-color: rgb(236,36,50); }

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

border-color css

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

 span { border-color: rgb(236,36,50); }

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