Html Css Color HEX #E32A32 Alizarin

📋 copy color: '#E32A32'

red 227 ◦ green 42 ◦ blue 50

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

Shades of Alizarin #E32A32

Tints of Alizarin #E32A32

RGB

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

 GREEN value IS 42 (16.8% from 255) = 13.17%

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

R = 71.16%
G = 13.17%
B = 15.67%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.78

 K value IS 0.11

RGB Variations

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

Color information

#E32A32 (or 0xE32A32) is known color: Alizarin. HEX triplet: E3, 2A and 32. RGB value is (227,42,50). Sum of RGB (Red+Green+Blue) = 227+42+50=319 (42% of max value = 765). Red value is 227 (89.06% from 255 or 71.16% from 319); Green value is 42 (16.80% from 255 or 13.17% from 319); Blue value is 50 (19.92% from 255 or 15.67% from 319); Max value from RGB is 227 - color contains mainly: red. Hex color #E32A32 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E32A32 is #1CD5CD. Grayscale: #626262. Windows color (decimal): -1889742 or 3287779. OLE color: 3287779.

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

Color convert

RGB 227 42 50 -
CMYK 0 0.81 0.78 0.11
HSL 357.41º 0.77% 0.53% -
HSV(B) 357.41º 0.81% 0.89% -
XYZ 33.08 18.22 4.79 -
YUV 98.23 100.79 219.85 -
System Red Green Blue C M Y K H S L
Decimal 227 42 50 0 0.81 0.78 0.11 357.41 0.77 0.53
Hex E3 2A 32 0 51 4E B 165 4D 35
Octal 343 52 62 0 121 116 13 545 115 65
Binary 11100011 101010 110010 0 1010001 1001110 1011 101100101 1001101 110101

Color Harmonies of #E32A32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E32A32

Black with #E32A32

Text Example


Text Example

White with #E32A32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E32A32; }

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

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

background-color css

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

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

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

border-color css

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

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

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