Html Css Color HEX #E22032 Alizarin

📋 copy color: '#E22032'

red 226 ◦ green 32 ◦ blue 50

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

Shades of Alizarin #E22032

Tints of Alizarin #E22032

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10.39%

 BLUE value IS 50 (19.92% from 255) = 16.23%

R = 73.38%
G = 10.39%
B = 16.23%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.78

 K value IS 0.11

RGB Variations

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

Color information

#E22032 (or 0xE22032) is known color: Alizarin. HEX triplet: E2, 20 and 32. RGB value is (226,32,50). Sum of RGB (Red+Green+Blue) = 226+32+50=308 (40% of max value = 765). Red value is 226 (88.67% from 255 or 73.38% from 308); Green value is 32 (12.89% from 255 or 10.39% from 308); Blue value is 50 (19.92% from 255 or 16.23% from 308); Max value from RGB is 226 - color contains mainly: red. Hex color #E22032 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E22032 is #1DDFCD. Grayscale: #5C5C5C. Windows color (decimal): -1957838 or 3285218. OLE color: 3285218.

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

Color convert

RGB 226 32 50 -
CMYK 0 0.86 0.78 0.11
HSL 354.43º 0.77% 0.51% -
HSV(B) 354.43º 0.86% 0.89% -
XYZ 32.46 17.43 4.67 -
YUV 92.06 104.27 223.54 -
System Red Green Blue C M Y K H S L
Decimal 226 32 50 0 0.86 0.78 0.11 354.43 0.77 0.51
Hex E2 20 32 0 56 4E B 162 4D 33
Octal 342 40 62 0 126 116 13 542 115 63
Binary 11100010 100000 110010 0 1010110 1001110 1011 101100010 1001101 110011

Color Harmonies of #E22032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E22032

Black with #E22032

Text Example


Text Example

White with #E22032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E22032; }

 p { color: rgb(226,32,50); }

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

background-color css

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

 a { background-color: rgb(226,32,50); }

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

border-color css

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

 span { border-color: rgb(226,32,50); }

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