Html Css Color HEX #E32341 Alizarin

📋 copy color: '#E32341'

red 227 ◦ green 35 ◦ blue 65

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

Shades of Alizarin #E32341

Tints of Alizarin #E32341

RGB

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

 GREEN value IS 35 (14.06% from 255) = 10.7%

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

R = 69.42%
G = 10.7%
B = 19.88%

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

#E32341 (or 0xE32341) is known color: Alizarin. HEX triplet: E3, 23 and 41. RGB value is (227,35,65). Sum of RGB (Red+Green+Blue) = 227+35+65=327 (43% of max value = 765). Red value is 227 (89.06% from 255 or 69.42% from 327); Green value is 35 (14.06% from 255 or 10.70% from 327); Blue value is 65 (25.78% from 255 or 19.88% from 327); Max value from RGB is 227 - color contains mainly: red. Hex color #E32341 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E32341 is #1CDCBE. Grayscale: #5F5F5F. Windows color (decimal): -1891519 or 4269027. OLE color: 4269027.

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

Color convert

RGB 227 35 65 -
CMYK 0 0.85 0.71 0.11
HSL 350.63º 0.77% 0.51% -
HSV(B) 350.63º 0.85% 0.89% -
XYZ 33.23 17.91 6.71 -
YUV 95.83 110.61 221.56 -
System Red Green Blue C M Y K H S L
Decimal 227 35 65 0 0.85 0.71 0.11 350.63 0.77 0.51
Hex E3 23 41 0 55 47 B 15F 4D 33
Octal 343 43 101 0 125 107 13 537 115 63
Binary 11100011 100011 1000001 0 1010101 1000111 1011 101011111 1001101 110011

Color Harmonies of #E32341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E32341

Black with #E32341

Text Example


Text Example

White with #E32341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E32341; }

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

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

background-color css

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

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

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

border-color css

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

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

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