Html Css Color HEX #EC2436 Alizarin

📋 copy color: '#EC2436'

red 236 ◦ green 36 ◦ blue 54

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

Shades of Alizarin #EC2436

Tints of Alizarin #EC2436

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 16.56%

R = 72.39%
G = 11.04%
B = 16.56%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.77

 K value IS 0.07

RGB Variations

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

Color information

#EC2436 (or 0xEC2436) is known color: Alizarin. HEX triplet: EC, 24 and 36. RGB value is (236,36,54). Sum of RGB (Red+Green+Blue) = 236+36+54=326 (43% of max value = 765). Red value is 236 (92.58% from 255 or 72.39% from 326); Green value is 36 (14.45% from 255 or 11.04% from 326); Blue value is 54 (21.48% from 255 or 16.56% from 326); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2436 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC2436 is #13DBC9. Grayscale: #616161. Windows color (decimal): -1301450 or 3548396. OLE color: 3548396.

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

Color convert

RGB 236 36 54 -
CMYK 0 0.85 0.77 0.07
HSL 354.6º 0.84% 0.53% -
HSV(B) 354.6º 0.85% 0.93% -
XYZ 35.89 19.36 5.34 -
YUV 97.85 103.26 226.54 -
System Red Green Blue C M Y K H S L
Decimal 236 36 54 0 0.85 0.77 0.07 354.6 0.84 0.53
Hex EC 24 36 0 55 4D 7 163 54 35
Octal 354 44 66 0 125 115 7 543 124 65
Binary 11101100 100100 110110 0 1010101 1001101 111 101100011 1010100 110101

Color Harmonies of #EC2436

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC2436

Black with #EC2436

Text Example


Text Example

White with #EC2436

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC2436; }

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

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

background-color css

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

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

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

border-color css

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

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

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