Html Css Color HEX #EC223E Alizarin

📋 copy color: '#EC223E'

red 236 ◦ green 34 ◦ blue 62

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

Shades of Alizarin #EC223E

Tints of Alizarin #EC223E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 18.67%

R = 71.08%
G = 10.24%
B = 18.67%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.74

 K value IS 0.07

RGB Variations

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

Color information

#EC223E (or 0xEC223E) is known color: Alizarin. HEX triplet: EC, 22 and 3E. RGB value is (236,34,62). Sum of RGB (Red+Green+Blue) = 236+34+62=332 (43% of max value = 765). Red value is 236 (92.58% from 255 or 71.08% from 332); Green value is 34 (13.67% from 255 or 10.24% from 332); Blue value is 62 (24.61% from 255 or 18.67% from 332); Max value from RGB is 236 - color contains mainly: red. Hex color #EC223E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC223E is #13DDC1. Grayscale: #616161. Windows color (decimal): -1301954 or 4072172. OLE color: 4072172.

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

Color convert

RGB 236 34 62 -
CMYK 0 0.86 0.74 0.07
HSL 351.68º 0.84% 0.53% -
HSV(B) 351.68º 0.86% 0.93% -
XYZ 36.03 19.32 6.39 -
YUV 97.59 107.92 226.72 -
System Red Green Blue C M Y K H S L
Decimal 236 34 62 0 0.86 0.74 0.07 351.68 0.84 0.53
Hex EC 22 3E 0 56 4A 7 160 54 35
Octal 354 42 76 0 126 112 7 540 124 65
Binary 11101100 100010 111110 0 1010110 1001010 111 101100000 1010100 110101

Color Harmonies of #EC223E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC223E

Black with #EC223E

Text Example


Text Example

White with #EC223E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC223E; }

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

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

background-color css

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

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

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

border-color css

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

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

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