Html Css Color HEX #EC223F Alizarin

📋 copy color: '#EC223F'

red 236 ◦ green 34 ◦ blue 63

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

Shades of Alizarin #EC223F

Tints of Alizarin #EC223F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 18.92%

R = 70.87%
G = 10.21%
B = 18.92%

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

#EC223F (or 0xEC223F) is known color: Alizarin. HEX triplet: EC, 22 and 3F. RGB value is (236,34,63). Sum of RGB (Red+Green+Blue) = 236+34+63=333 (44% of max value = 765). Red value is 236 (92.58% from 255 or 70.87% from 333); Green value is 34 (13.67% from 255 or 10.21% from 333); Blue value is 63 (25% from 255 or 18.92% from 333); Max value from RGB is 236 - color contains mainly: red. Hex color #EC223F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC223F is #13DDC0. Grayscale: #616161. Windows color (decimal): -1301953 or 4137708. OLE color: 4137708.

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

Color convert

RGB 236 34 63 -
CMYK 0 0.86 0.73 0.07
HSL 351.39º 0.84% 0.53% -
HSV(B) 351.39º 0.86% 0.93% -
XYZ 36.06 19.34 6.53 -
YUV 97.7 108.42 226.64 -
System Red Green Blue C M Y K H S L
Decimal 236 34 63 0 0.86 0.73 0.07 351.39 0.84 0.53
Hex EC 22 3F 0 56 49 7 15F 54 35
Octal 354 42 77 0 126 111 7 537 124 65
Binary 11101100 100010 111111 0 1010110 1001001 111 101011111 1010100 110101

Color Harmonies of #EC223F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC223F

Black with #EC223F

Text Example


Text Example

White with #EC223F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC223F; }

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

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

background-color css

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

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

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

border-color css

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

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

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