Html Css Color HEX #E32231 Alizarin

📋 copy color: '#E32231'

red 227 ◦ green 34 ◦ blue 49

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

Shades of Alizarin #E32231

Tints of Alizarin #E32231

RGB

 RED value IS 227 (89.06% from 255) = 73.23%

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

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

R = 73.23%
G = 10.97%
B = 15.81%

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

#E32231 (or 0xE32231) is known color: Alizarin. HEX triplet: E3, 22 and 31. RGB value is (227,34,49). Sum of RGB (Red+Green+Blue) = 227+34+49=310 (41% of max value = 765). Red value is 227 (89.06% from 255 or 73.23% from 310); Green value is 34 (13.67% from 255 or 10.97% from 310); Blue value is 49 (19.53% from 255 or 15.81% from 310); Max value from RGB is 227 - color contains mainly: red. Hex color #E32231 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E32231 is #1CDDCE. Grayscale: #5D5D5D. Windows color (decimal): -1891791 or 3220195. OLE color: 3220195.

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

Color convert

RGB 227 34 49 -
CMYK 0 0.85 0.78 0.11
HSL 355.34º 0.78% 0.51% -
HSV(B) 355.34º 0.85% 0.89% -
XYZ 32.8 17.7 4.59 -
YUV 93.42 102.94 223.28 -
System Red Green Blue C M Y K H S L
Decimal 227 34 49 0 0.85 0.78 0.11 355.34 0.78 0.51
Hex E3 22 31 0 55 4E B 163 4E 33
Octal 343 42 61 0 125 116 13 543 116 63
Binary 11100011 100010 110001 0 1010101 1001110 1011 101100011 1001110 110011

Color Harmonies of #E32231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E32231

Black with #E32231

Text Example


Text Example

White with #E32231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E32231; }

 p { color: rgb(227,34,49); }

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

background-color css

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

 a { background-color: rgb(227,34,49); }

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

border-color css

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

 span { border-color: rgb(227,34,49); }

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