Html Css Color HEX #E32241 Alizarin

📋 copy color: '#E32241'

red 227 ◦ green 34 ◦ blue 65

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

Shades of Alizarin #E32241

Tints of Alizarin #E32241

RGB

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

 GREEN value IS 34 (13.67% from 255) = 10.43%

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

R = 69.63%
G = 10.43%
B = 19.94%

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

#E32241 (or 0xE32241) is known color: Alizarin. HEX triplet: E3, 22 and 41. RGB value is (227,34,65). Sum of RGB (Red+Green+Blue) = 227+34+65=326 (43% of max value = 765). Red value is 227 (89.06% from 255 or 69.63% from 326); Green value is 34 (13.67% from 255 or 10.43% from 326); Blue value is 65 (25.78% from 255 or 19.94% from 326); Max value from RGB is 227 - color contains mainly: red. Hex color #E32241 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E32241 is #1CDDBE. Grayscale: #5F5F5F. Windows color (decimal): -1891775 or 4268771. OLE color: 4268771.

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

Color convert

RGB 227 34 65 -
CMYK 0 0.85 0.71 0.11
HSL 350.36º 0.78% 0.51% -
HSV(B) 350.36º 0.85% 0.89% -
XYZ 33.2 17.86 6.7 -
YUV 95.24 110.94 221.98 -
System Red Green Blue C M Y K H S L
Decimal 227 34 65 0 0.85 0.71 0.11 350.36 0.78 0.51
Hex E3 22 41 0 55 47 B 15E 4E 33
Octal 343 42 101 0 125 107 13 536 116 63
Binary 11100011 100010 1000001 0 1010101 1000111 1011 101011110 1001110 110011

Color Harmonies of #E32241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E32241

Black with #E32241

Text Example


Text Example

White with #E32241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E32241; }

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

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

background-color css

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

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

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

border-color css

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

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

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