Html Css Color HEX #E32531 Alizarin

📋 copy color: '#E32531'

red 227 ◦ green 37 ◦ blue 49

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

Shades of Alizarin #E32531

Tints of Alizarin #E32531

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 15.65%

R = 72.52%
G = 11.82%
B = 15.65%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.78

 K value IS 0.11

RGB Variations

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

Color information

#E32531 (or 0xE32531) is known color: Alizarin. HEX triplet: E3, 25 and 31. RGB value is (227,37,49). Sum of RGB (Red+Green+Blue) = 227+37+49=313 (41% of max value = 765). Red value is 227 (89.06% from 255 or 72.52% from 313); Green value is 37 (14.84% from 255 or 11.82% from 313); Blue value is 49 (19.53% from 255 or 15.65% from 313); Max value from RGB is 227 - color contains mainly: red. Hex color #E32531 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E32531 is #1CDACE. Grayscale: #5F5F5F. Windows color (decimal): -1891023 or 3220963. OLE color: 3220963.

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

Color convert

RGB 227 37 49 -
CMYK 0 0.84 0.78 0.11
HSL 356.21º 0.77% 0.52% -
HSV(B) 356.21º 0.84% 0.89% -
XYZ 32.89 17.88 4.62 -
YUV 95.18 101.95 222.02 -
System Red Green Blue C M Y K H S L
Decimal 227 37 49 0 0.84 0.78 0.11 356.21 0.77 0.52
Hex E3 25 31 0 54 4E B 164 4D 34
Octal 343 45 61 0 124 116 13 544 115 64
Binary 11100011 100101 110001 0 1010100 1001110 1011 101100100 1001101 110100

Color Harmonies of #E32531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E32531

Black with #E32531

Text Example


Text Example

White with #E32531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E32531; }

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

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

background-color css

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

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

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

border-color css

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

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

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