Html Css Color HEX #E82D32 Alizarin

📋 copy color: '#E82D32'

red 232 ◦ green 45 ◦ blue 50

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

Shades of Alizarin #E82D32

Tints of Alizarin #E82D32

RGB

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

 GREEN value IS 45 (17.97% from 255) = 13.76%

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

R = 70.95%
G = 13.76%
B = 15.29%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.78

 K value IS 0.09

RGB Variations

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

Color information

#E82D32 (or 0xE82D32) is known color: Alizarin. HEX triplet: E8, 2D and 32. RGB value is (232,45,50). Sum of RGB (Red+Green+Blue) = 232+45+50=327 (43% of max value = 765). Red value is 232 (91.02% from 255 or 70.95% from 327); Green value is 45 (17.97% from 255 or 13.76% from 327); Blue value is 50 (19.92% from 255 or 15.29% from 327); Max value from RGB is 232 - color contains mainly: red. Hex color #E82D32 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E82D32 is #17D2CD. Grayscale: #656565. Windows color (decimal): -1561294 or 3288552. OLE color: 3288552.

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

Color convert

RGB 232 45 50 -
CMYK 0 0.81 0.78 0.09
HSL 358.4º 0.8% 0.54% -
HSV(B) 358.4º 0.81% 0.91% -
XYZ 34.79 19.26 4.9 -
YUV 101.48 98.95 221.09 -
System Red Green Blue C M Y K H S L
Decimal 232 45 50 0 0.81 0.78 0.09 358.4 0.8 0.54
Hex E8 2D 32 0 51 4E 9 166 50 36
Octal 350 55 62 0 121 116 11 546 120 66
Binary 11101000 101101 110010 0 1010001 1001110 1001 101100110 1010000 110110

Color Harmonies of #E82D32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E82D32

Black with #E82D32

Text Example


Text Example

White with #E82D32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E82D32; }

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

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

background-color css

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

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

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

border-color css

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

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

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