Html Css Color HEX #E82532 Alizarin

📋 copy color: '#E82532'

red 232 ◦ green 37 ◦ blue 50

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

Shades of Alizarin #E82532

Tints of Alizarin #E82532

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 15.67%

R = 72.73%
G = 11.6%
B = 15.67%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.78

 K value IS 0.09

RGB Variations

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

Color information

#E82532 (or 0xE82532) is known color: Alizarin. HEX triplet: E8, 25 and 32. RGB value is (232,37,50). Sum of RGB (Red+Green+Blue) = 232+37+50=319 (42% of max value = 765). Red value is 232 (91.02% from 255 or 72.73% from 319); Green value is 37 (14.84% from 255 or 11.60% from 319); Blue value is 50 (19.92% from 255 or 15.67% from 319); Max value from RGB is 232 - color contains mainly: red. Hex color #E82532 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E82532 is #17DACD. Grayscale: #606060. Windows color (decimal): -1563342 or 3286504. OLE color: 3286504.

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

Color convert

RGB 232 37 50 -
CMYK 0 0.84 0.78 0.09
HSL 356º 0.81% 0.53% -
HSV(B) 356º 0.84% 0.91% -
XYZ 34.52 18.71 4.81 -
YUV 96.79 101.6 224.44 -
System Red Green Blue C M Y K H S L
Decimal 232 37 50 0 0.84 0.78 0.09 356 0.81 0.53
Hex E8 25 32 0 54 4E 9 164 51 35
Octal 350 45 62 0 124 116 11 544 121 65
Binary 11101000 100101 110010 0 1010100 1001110 1001 101100100 1010001 110101

Color Harmonies of #E82532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E82532

Black with #E82532

Text Example


Text Example

White with #E82532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E82532; }

 p { color: rgb(232,37,50); }

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

background-color css

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

 a { background-color: rgb(232,37,50); }

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

border-color css

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

 span { border-color: rgb(232,37,50); }

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