Html Css Color HEX #E82134 Alizarin

📋 copy color: '#E82134'

red 232 ◦ green 33 ◦ blue 52

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

Shades of Alizarin #E82134

Tints of Alizarin #E82134

RGB

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

 GREEN value IS 33 (13.28% from 255) = 10.41%

 BLUE value IS 52 (20.7% from 255) = 16.4%

R = 73.19%
G = 10.41%
B = 16.4%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.78

 K value IS 0.09

RGB Variations

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

Color information

#E82134 (or 0xE82134) is known color: Alizarin. HEX triplet: E8, 21 and 34. RGB value is (232,33,52). Sum of RGB (Red+Green+Blue) = 232+33+52=317 (41% of max value = 765). Red value is 232 (91.02% from 255 or 73.19% from 317); Green value is 33 (13.28% from 255 or 10.41% from 317); Blue value is 52 (20.70% from 255 or 16.40% from 317); Max value from RGB is 232 - color contains mainly: red. Hex color #E82134 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E82134 is #17DECB. Grayscale: #5E5E5E. Windows color (decimal): -1564364 or 3416552. OLE color: 3416552.

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

Color convert

RGB 232 33 52 -
CMYK 0 0.86 0.78 0.09
HSL 354.27º 0.81% 0.52% -
HSV(B) 354.27º 0.86% 0.91% -
XYZ 34.44 18.49 5 -
YUV 94.67 103.93 225.96 -
System Red Green Blue C M Y K H S L
Decimal 232 33 52 0 0.86 0.78 0.09 354.27 0.81 0.52
Hex E8 21 34 0 56 4E 9 162 51 34
Octal 350 41 64 0 126 116 11 542 121 64
Binary 11101000 100001 110100 0 1010110 1001110 1001 101100010 1010001 110100

Color Harmonies of #E82134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E82134

Black with #E82134

Text Example


Text Example

White with #E82134

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E82134; }

 p { color: rgb(232,33,52); }

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

background-color css

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

 a { background-color: rgb(232,33,52); }

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

border-color css

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

 span { border-color: rgb(232,33,52); }

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