Html Css Color HEX #EC2240 Alizarin

📋 copy color: '#EC2240'

red 236 ◦ green 34 ◦ blue 64

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

Shades of Alizarin #EC2240

Tints of Alizarin #EC2240

RGB

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

 GREEN value IS 34 (13.67% from 255) = 10.18%

 BLUE value IS 64 (25.39% from 255) = 19.16%

R = 70.66%
G = 10.18%
B = 19.16%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.73

 K value IS 0.07

RGB Variations

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

Color information

#EC2240 (or 0xEC2240) is known color: Alizarin. HEX triplet: EC, 22 and 40. RGB value is (236,34,64). Sum of RGB (Red+Green+Blue) = 236+34+64=334 (44% of max value = 765). Red value is 236 (92.58% from 255 or 70.66% from 334); Green value is 34 (13.67% from 255 or 10.18% from 334); Blue value is 64 (25.39% from 255 or 19.16% from 334); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2240 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC2240 is #13DDBF. Grayscale: #616161. Windows color (decimal): -1301952 or 4203244. OLE color: 4203244.

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

Color convert

RGB 236 34 64 -
CMYK 0 0.86 0.73 0.07
HSL 351.09º 0.84% 0.53% -
HSV(B) 351.09º 0.86% 0.93% -
XYZ 36.09 19.35 6.68 -
YUV 97.82 108.92 226.56 -
System Red Green Blue C M Y K H S L
Decimal 236 34 64 0 0.86 0.73 0.07 351.09 0.84 0.53
Hex EC 22 40 0 56 49 7 15F 54 35
Octal 354 42 100 0 126 111 7 537 124 65
Binary 11101100 100010 1000000 0 1010110 1001001 111 101011111 1010100 110101

Color Harmonies of #EC2240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC2240

Black with #EC2240

Text Example


Text Example

White with #EC2240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC2240; }

 p { color: rgb(236,34,64); }

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

background-color css

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

 a { background-color: rgb(236,34,64); }

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

border-color css

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

 span { border-color: rgb(236,34,64); }

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