Html Css Color HEX #E32540 Alizarin

📋 copy color: '#E32540'

red 227 ◦ green 37 ◦ blue 64

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

Shades of Alizarin #E32540

Tints of Alizarin #E32540

RGB

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

 GREEN value IS 37 (14.84% from 255) = 11.28%

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

R = 69.21%
G = 11.28%
B = 19.51%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.72

 K value IS 0.11

RGB Variations

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

Color information

#E32540 (or 0xE32540) is known color: Alizarin. HEX triplet: E3, 25 and 40. RGB value is (227,37,64). Sum of RGB (Red+Green+Blue) = 227+37+64=328 (43% of max value = 765). Red value is 227 (89.06% from 255 or 69.21% from 328); Green value is 37 (14.84% from 255 or 11.28% from 328); Blue value is 64 (25.39% from 255 or 19.51% from 328); Max value from RGB is 227 - color contains mainly: red. Hex color #E32540 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E32540 is #1CDABF. Grayscale: #606060. Windows color (decimal): -1891008 or 4204003. OLE color: 4204003.

HSL color Cylindrical-coordinate representation of color #E32540: hue angle of 351.47º degrees, saturation: 0.77, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E32540 is Cyan = 0, Magento = 0.84, Yellow = 0.72 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 37 64 -
CMYK 0 0.84 0.72 0.11
HSL 351.47º 0.77% 0.52% -
HSV(B) 351.47º 0.84% 0.89% -
XYZ 33.27 18.02 6.58 -
YUV 96.89 109.45 220.8 -
System Red Green Blue C M Y K H S L
Decimal 227 37 64 0 0.84 0.72 0.11 351.47 0.77 0.52
Hex E3 25 40 0 54 48 B 15F 4D 34
Octal 343 45 100 0 124 110 13 537 115 64
Binary 11100011 100101 1000000 0 1010100 1001000 1011 101011111 1001101 110100

Color Harmonies of #E32540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E32540

Black with #E32540

Text Example


Text Example

White with #E32540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E32540; }

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

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

background-color css

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

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

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

border-color css

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

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

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