Html Css Color HEX #E32332 Alizarin

📋 copy color: '#E32332'

red 227 ◦ green 35 ◦ blue 50

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

Shades of Alizarin #E32332

Tints of Alizarin #E32332

RGB

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

 GREEN value IS 35 (14.06% from 255) = 11.22%

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

R = 72.76%
G = 11.22%
B = 16.03%

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

#E32332 (or 0xE32332) is known color: Alizarin. HEX triplet: E3, 23 and 32. RGB value is (227,35,50). Sum of RGB (Red+Green+Blue) = 227+35+50=312 (41% of max value = 765). Red value is 227 (89.06% from 255 or 72.76% from 312); Green value is 35 (14.06% from 255 or 11.22% from 312); Blue value is 50 (19.92% from 255 or 16.03% from 312); Max value from RGB is 227 - color contains mainly: red. Hex color #E32332 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E32332 is #1CDCCD. Grayscale: #5E5E5E. Windows color (decimal): -1891534 or 3285987. OLE color: 3285987.

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

Color convert

RGB 227 35 50 -
CMYK 0 0.85 0.78 0.11
HSL 355.31º 0.77% 0.51% -
HSV(B) 355.31º 0.85% 0.89% -
XYZ 32.86 17.76 4.71 -
YUV 94.12 103.11 222.78 -
System Red Green Blue C M Y K H S L
Decimal 227 35 50 0 0.85 0.78 0.11 355.31 0.77 0.51
Hex E3 23 32 0 55 4E B 163 4D 33
Octal 343 43 62 0 125 116 13 543 115 63
Binary 11100011 100011 110010 0 1010101 1001110 1011 101100011 1001101 110011

Color Harmonies of #E32332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E32332

Black with #E32332

Text Example


Text Example

White with #E32332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E32332; }

 p { color: rgb(227,35,50); }

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

background-color css

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

 a { background-color: rgb(227,35,50); }

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

border-color css

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

 span { border-color: rgb(227,35,50); }

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