Html Css Color HEX #E32141 Alizarin

📋 copy color: '#E32141'

red 227 ◦ green 33 ◦ blue 65

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

Shades of Alizarin #E32141

Tints of Alizarin #E32141

RGB

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

 GREEN value IS 33 (13.28% from 255) = 10.15%

 BLUE value IS 65 (25.78% from 255) = 20%

R = 69.85%
G = 10.15%
B = 20%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.71

 K value IS 0.11

RGB Variations

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

Color information

#E32141 (or 0xE32141) is known color: Alizarin. HEX triplet: E3, 21 and 41. RGB value is (227,33,65). Sum of RGB (Red+Green+Blue) = 227+33+65=325 (43% of max value = 765). Red value is 227 (89.06% from 255 or 69.85% from 325); Green value is 33 (13.28% from 255 or 10.15% from 325); Blue value is 65 (25.78% from 255 or 20% from 325); Max value from RGB is 227 - color contains mainly: red. Hex color #E32141 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E32141 is #1CDEBE. Grayscale: #5E5E5E. Windows color (decimal): -1892031 or 4268515. OLE color: 4268515.

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

Color convert

RGB 227 33 65 -
CMYK 0 0.85 0.71 0.11
HSL 350.1º 0.78% 0.51% -
HSV(B) 350.1º 0.85% 0.89% -
XYZ 33.18 17.8 6.69 -
YUV 94.65 111.27 222.4 -
System Red Green Blue C M Y K H S L
Decimal 227 33 65 0 0.85 0.71 0.11 350.1 0.78 0.51
Hex E3 21 41 0 55 47 B 15E 4E 33
Octal 343 41 101 0 125 107 13 536 116 63
Binary 11100011 100001 1000001 0 1010101 1000111 1011 101011110 1001110 110011

Color Harmonies of #E32141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E32141

Black with #E32141

Text Example


Text Example

White with #E32141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E32141; }

 p { color: rgb(227,33,65); }

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

background-color css

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

 a { background-color: rgb(227,33,65); }

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

border-color css

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

 span { border-color: rgb(227,33,65); }

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