Html Css Color HEX #E32932 Alizarin

📋 copy color: '#E32932'

red 227 ◦ green 41 ◦ blue 50

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

Shades of Alizarin #E32932

Tints of Alizarin #E32932

RGB

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

 GREEN value IS 41 (16.41% from 255) = 12.89%

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

R = 71.38%
G = 12.89%
B = 15.72%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.78

 K value IS 0.11

RGB Variations

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

Color information

#E32932 (or 0xE32932) is known color: Alizarin. HEX triplet: E3, 29 and 32. RGB value is (227,41,50). Sum of RGB (Red+Green+Blue) = 227+41+50=318 (42% of max value = 765). Red value is 227 (89.06% from 255 or 71.38% from 318); Green value is 41 (16.41% from 255 or 12.89% from 318); Blue value is 50 (19.92% from 255 or 15.72% from 318); Max value from RGB is 227 - color contains mainly: red. Hex color #E32932 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E32932 is #1CD6CD. Grayscale: #616161. Windows color (decimal): -1889998 or 3287523. OLE color: 3287523.

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

Color convert

RGB 227 41 50 -
CMYK 0 0.82 0.78 0.11
HSL 357.1º 0.77% 0.53% -
HSV(B) 357.1º 0.82% 0.89% -
XYZ 33.05 18.15 4.78 -
YUV 97.64 101.12 220.27 -
System Red Green Blue C M Y K H S L
Decimal 227 41 50 0 0.82 0.78 0.11 357.1 0.77 0.53
Hex E3 29 32 0 52 4E B 165 4D 35
Octal 343 51 62 0 122 116 13 545 115 65
Binary 11100011 101001 110010 0 1010010 1001110 1011 101100101 1001101 110101

Color Harmonies of #E32932

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E32932

Black with #E32932

Text Example


Text Example

White with #E32932

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E32932; }

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

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

background-color css

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

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

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

border-color css

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

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

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