Html Css Color HEX #EC2732 Alizarin

📋 copy color: '#EC2732'

red 236 ◦ green 39 ◦ blue 50

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

Shades of Alizarin #EC2732

Tints of Alizarin #EC2732

RGB

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

 GREEN value IS 39 (15.63% from 255) = 12%

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

R = 72.62%
G = 12%
B = 15.38%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.79

 K value IS 0.07

RGB Variations

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

Color information

#EC2732 (or 0xEC2732) is known color: Alizarin. HEX triplet: EC, 27 and 32. RGB value is (236,39,50). Sum of RGB (Red+Green+Blue) = 236+39+50=325 (43% of max value = 765). Red value is 236 (92.58% from 255 or 72.62% from 325); Green value is 39 (15.62% from 255 or 12% from 325); Blue value is 50 (19.92% from 255 or 15.38% from 325); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2732 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC2732 is #13D8CD. Grayscale: #636363. Windows color (decimal): -1300686 or 3287020. OLE color: 3287020.

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

Color convert

RGB 236 39 50 -
CMYK 0 0.83 0.79 0.07
HSL 356.65º 0.84% 0.54% -
HSV(B) 356.65º 0.83% 0.93% -
XYZ 35.89 19.51 4.89 -
YUV 99.16 100.27 225.61 -
System Red Green Blue C M Y K H S L
Decimal 236 39 50 0 0.83 0.79 0.07 356.65 0.84 0.54
Hex EC 27 32 0 53 4F 7 165 54 36
Octal 354 47 62 0 123 117 7 545 124 66
Binary 11101100 100111 110010 0 1010011 1001111 111 101100101 1010100 110110

Color Harmonies of #EC2732

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC2732

Black with #EC2732

Text Example


Text Example

White with #EC2732

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC2732; }

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

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

background-color css

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

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

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

border-color css

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

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

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