Html Css Color HEX #E82031 Alizarin

📋 copy color: '#E82031'

red 232 ◦ green 32 ◦ blue 49

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

Shades of Alizarin #E82031

Tints of Alizarin #E82031

RGB

 RED value IS 232 (91.02% from 255) = 74.12%

 GREEN value IS 32 (12.89% from 255) = 10.22%

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

R = 74.12%
G = 10.22%
B = 15.65%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.79

 K value IS 0.09

RGB Variations

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

Color information

#E82031 (or 0xE82031) is known color: Alizarin. HEX triplet: E8, 20 and 31. RGB value is (232,32,49). Sum of RGB (Red+Green+Blue) = 232+32+49=313 (41% of max value = 765). Red value is 232 (91.02% from 255 or 74.12% from 313); Green value is 32 (12.89% from 255 or 10.22% from 313); Blue value is 49 (19.53% from 255 or 15.65% from 313); Max value from RGB is 232 - color contains mainly: red. Hex color #E82031 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E82031 is #17DFCE. Grayscale: #5D5D5D. Windows color (decimal): -1564623 or 3219688. OLE color: 3219688.

HSL color Cylindrical-coordinate representation of color #E82031: hue angle of 354.9º degrees, saturation: 0.81, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E82031 is Cyan = 0, Magento = 0.86, Yellow = 0.79 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 32 49 -
CMYK 0 0.86 0.79 0.09
HSL 354.9º 0.81% 0.52% -
HSV(B) 354.9º 0.86% 0.91% -
XYZ 34.35 18.41 4.65 -
YUV 93.74 102.76 226.62 -
System Red Green Blue C M Y K H S L
Decimal 232 32 49 0 0.86 0.79 0.09 354.9 0.81 0.52
Hex E8 20 31 0 56 4F 9 163 51 34
Octal 350 40 61 0 126 117 11 543 121 64
Binary 11101000 100000 110001 0 1010110 1001111 1001 101100011 1010001 110100

Color Harmonies of #E82031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E82031

Black with #E82031

Text Example


Text Example

White with #E82031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E82031; }

 p { color: rgb(232,32,49); }

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

background-color css

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

 a { background-color: rgb(232,32,49); }

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

border-color css

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

 span { border-color: rgb(232,32,49); }

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