Html Css Color HEX #E32940 Alizarin

📋 copy color: '#E32940'

red 227 ◦ green 41 ◦ blue 64

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

Shades of Alizarin #E32940

Tints of Alizarin #E32940

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 19.28%

R = 68.37%
G = 12.35%
B = 19.28%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.72

 K value IS 0.11

RGB Variations

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

Color information

#E32940 (or 0xE32940) is known color: Alizarin. HEX triplet: E3, 29 and 40. RGB value is (227,41,64). Sum of RGB (Red+Green+Blue) = 227+41+64=332 (43% of max value = 765). Red value is 227 (89.06% from 255 or 68.37% from 332); Green value is 41 (16.41% from 255 or 12.35% from 332); Blue value is 64 (25.39% from 255 or 19.28% from 332); Max value from RGB is 227 - color contains mainly: red. Hex color #E32940 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E32940 is #1CD6BF. Grayscale: #636363. Windows color (decimal): -1889984 or 4205027. OLE color: 4205027.

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

Color convert

RGB 227 41 64 -
CMYK 0 0.82 0.72 0.11
HSL 352.58º 0.77% 0.53% -
HSV(B) 352.58º 0.82% 0.89% -
XYZ 33.4 18.29 6.62 -
YUV 99.24 108.12 219.13 -
System Red Green Blue C M Y K H S L
Decimal 227 41 64 0 0.82 0.72 0.11 352.58 0.77 0.53
Hex E3 29 40 0 52 48 B 161 4D 35
Octal 343 51 100 0 122 110 13 541 115 65
Binary 11100011 101001 1000000 0 1010010 1001000 1011 101100001 1001101 110101

Color Harmonies of #E32940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E32940

Black with #E32940

Text Example


Text Example

White with #E32940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E32940; }

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

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

background-color css

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

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

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

border-color css

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

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

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