Html Css Color HEX #E32340 Alizarin

📋 copy color: '#E32340'

red 227 ◦ green 35 ◦ blue 64

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

Shades of Alizarin #E32340

Tints of Alizarin #E32340

RGB

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

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

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

R = 69.63%
G = 10.74%
B = 19.63%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.72

 K value IS 0.11

RGB Variations

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

Color information

#E32340 (or 0xE32340) is known color: Alizarin. HEX triplet: E3, 23 and 40. RGB value is (227,35,64). Sum of RGB (Red+Green+Blue) = 227+35+64=326 (43% of max value = 765). Red value is 227 (89.06% from 255 or 69.63% from 326); Green value is 35 (14.06% from 255 or 10.74% from 326); Blue value is 64 (25.39% from 255 or 19.63% from 326); Max value from RGB is 227 - color contains mainly: red. Hex color #E32340 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E32340 is #1CDCBF. Grayscale: #5F5F5F. Windows color (decimal): -1891520 or 4203491. OLE color: 4203491.

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

Color convert

RGB 227 35 64 -
CMYK 0 0.85 0.72 0.11
HSL 350.94º 0.77% 0.51% -
HSV(B) 350.94º 0.85% 0.89% -
XYZ 33.21 17.9 6.56 -
YUV 95.71 110.11 221.64 -
System Red Green Blue C M Y K H S L
Decimal 227 35 64 0 0.85 0.72 0.11 350.94 0.77 0.51
Hex E3 23 40 0 55 48 B 15F 4D 33
Octal 343 43 100 0 125 110 13 537 115 63
Binary 11100011 100011 1000000 0 1010101 1001000 1011 101011111 1001101 110011

Color Harmonies of #E32340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E32340

Black with #E32340

Text Example


Text Example

White with #E32340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E32340; }

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

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

background-color css

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

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

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

border-color css

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

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

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