Html Css Color HEX #E2212C Alizarin

📋 copy color: '#E2212C'

red 226 ◦ green 33 ◦ blue 44

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

Shades of Alizarin #E2212C

Tints of Alizarin #E2212C

RGB

 RED value IS 226 (88.67% from 255) = 74.59%

 GREEN value IS 33 (13.28% from 255) = 10.89%

 BLUE value IS 44 (17.58% from 255) = 14.52%

R = 74.59%
G = 10.89%
B = 14.52%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.81

 K value IS 0.11

RGB Variations

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

Color information

#E2212C (or 0xE2212C) is known color: Alizarin. HEX triplet: E2, 21 and 2C. RGB value is (226,33,44). Sum of RGB (Red+Green+Blue) = 226+33+44=303 (40% of max value = 765). Red value is 226 (88.67% from 255 or 74.59% from 303); Green value is 33 (13.28% from 255 or 10.89% from 303); Blue value is 44 (17.58% from 255 or 14.52% from 303); Max value from RGB is 226 - color contains mainly: red. Hex color #E2212C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E2212C is #1DDED3. Grayscale: #5C5C5C. Windows color (decimal): -1957588 or 2892258. OLE color: 2892258.

HSL color Cylindrical-coordinate representation of color #E2212C: hue angle of 356.58º degrees, saturation: 0.77, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E2212C is Cyan = 0, Magento = 0.85, Yellow = 0.81 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 33 44 -
CMYK 0 0.85 0.81 0.11
HSL 356.58º 0.77% 0.51% -
HSV(B) 356.58º 0.85% 0.89% -
XYZ 32.36 17.44 4.04 -
YUV 91.96 100.94 223.61 -
System Red Green Blue C M Y K H S L
Decimal 226 33 44 0 0.85 0.81 0.11 356.58 0.77 0.51
Hex E2 21 2C 0 55 51 B 165 4D 33
Octal 342 41 54 0 125 121 13 545 115 63
Binary 11100010 100001 101100 0 1010101 1010001 1011 101100101 1001101 110011

Color Harmonies of #E2212C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2212C

Black with #E2212C

Text Example


Text Example

White with #E2212C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2212C; }

 p { color: rgb(226,33,44); }

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

background-color css

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

 a { background-color: rgb(226,33,44); }

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

border-color css

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

 span { border-color: rgb(226,33,44); }

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