Html Css Color HEX #E22131 Alizarin

📋 copy color: '#E22131'

red 226 ◦ green 33 ◦ blue 49

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

Shades of Alizarin #E22131

Tints of Alizarin #E22131

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 15.91%

R = 73.38%
G = 10.71%
B = 15.91%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.78

 K value IS 0.11

RGB Variations

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

Color information

#E22131 (or 0xE22131) is known color: Alizarin. HEX triplet: E2, 21 and 31. RGB value is (226,33,49). Sum of RGB (Red+Green+Blue) = 226+33+49=308 (40% of max value = 765). Red value is 226 (88.67% from 255 or 73.38% from 308); Green value is 33 (13.28% from 255 or 10.71% from 308); Blue value is 49 (19.53% from 255 or 15.91% from 308); Max value from RGB is 226 - color contains mainly: red. Hex color #E22131 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E22131 is #1DDECE. Grayscale: #5C5C5C. Windows color (decimal): -1957583 or 3219938. OLE color: 3219938.

HSL color Cylindrical-coordinate representation of color #E22131: hue angle of 355.03º 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 #E22131 is Cyan = 0, Magento = 0.85, Yellow = 0.78 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 33 49 -
CMYK 0 0.85 0.78 0.11
HSL 355.03º 0.77% 0.51% -
HSV(B) 355.03º 0.85% 0.89% -
XYZ 32.46 17.48 4.57 -
YUV 92.53 103.44 223.2 -
System Red Green Blue C M Y K H S L
Decimal 226 33 49 0 0.85 0.78 0.11 355.03 0.77 0.51
Hex E2 21 31 0 55 4E B 163 4D 33
Octal 342 41 61 0 125 116 13 543 115 63
Binary 11100010 100001 110001 0 1010101 1001110 1011 101100011 1001101 110011

Color Harmonies of #E22131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E22131

Black with #E22131

Text Example


Text Example

White with #E22131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E22131; }

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

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

background-color css

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

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

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

border-color css

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

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

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