Html Css Color HEX #EC222B Alizarin

📋 copy color: '#EC222B'

red 236 ◦ green 34 ◦ blue 43

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

Shades of Alizarin #EC222B

Tints of Alizarin #EC222B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 13.74%

R = 75.4%
G = 10.86%
B = 13.74%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.82

 K value IS 0.07

RGB Variations

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

Color information

#EC222B (or 0xEC222B) is known color: Alizarin. HEX triplet: EC, 22 and 2B. RGB value is (236,34,43). Sum of RGB (Red+Green+Blue) = 236+34+43=313 (41% of max value = 765). Red value is 236 (92.58% from 255 or 75.40% from 313); Green value is 34 (13.67% from 255 or 10.86% from 313); Blue value is 43 (17.19% from 255 or 13.74% from 313); Max value from RGB is 236 - color contains mainly: red. Hex color #EC222B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC222B is #13DDD4. Grayscale: #5F5F5F. Windows color (decimal): -1301973 or 2826988. OLE color: 2826988.

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

Color convert

RGB 236 34 43 -
CMYK 0 0.86 0.82 0.07
HSL 357.33º 0.84% 0.53% -
HSV(B) 357.33º 0.86% 0.93% -
XYZ 35.6 19.15 4.11 -
YUV 95.42 98.42 228.27 -
System Red Green Blue C M Y K H S L
Decimal 236 34 43 0 0.86 0.82 0.07 357.33 0.84 0.53
Hex EC 22 2B 0 56 52 7 165 54 35
Octal 354 42 53 0 126 122 7 545 124 65
Binary 11101100 100010 101011 0 1010110 1010010 111 101100101 1010100 110101

Color Harmonies of #EC222B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC222B

Black with #EC222B

Text Example


Text Example

White with #EC222B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC222B; }

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

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

background-color css

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

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

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

border-color css

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

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

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