Html Css Color HEX #E81329 Alizarin

📋 copy color: '#E81329'

red 232 ◦ green 19 ◦ blue 41

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

Shades of Alizarin #E81329

Tints of Alizarin #E81329

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.51%

 BLUE value IS 41 (16.41% from 255) = 14.04%

R = 79.45%
G = 6.51%
B = 14.04%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.82

 K value IS 0.09

RGB Variations

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

Color information

#E81329 (or 0xE81329) is known color: Alizarin. HEX triplet: E8, 13 and 29. RGB value is (232,19,41). Sum of RGB (Red+Green+Blue) = 232+19+41=292 (38% of max value = 765). Red value is 232 (91.02% from 255 or 79.45% from 292); Green value is 19 (7.81% from 255 or 6.51% from 292); Blue value is 41 (16.41% from 255 or 14.04% from 292); Max value from RGB is 232 - color contains mainly: red. Hex color #E81329 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E81329 is #17ECD6. Grayscale: #555555. Windows color (decimal): -1567959 or 2692072. OLE color: 2692072.

HSL color Cylindrical-coordinate representation of color #E81329: hue angle of 353.8º degrees, saturation: 0.85, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E81329 is Cyan = 0, Magento = 0.92, Yellow = 0.82 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 19 41 -
CMYK 0 0.92 0.82 0.09
HSL 353.8º 0.85% 0.49% -
HSV(B) 353.8º 0.92% 0.91% -
XYZ 33.91 17.78 3.74 -
YUV 85.2 103.07 232.71 -
System Red Green Blue C M Y K H S L
Decimal 232 19 41 0 0.92 0.82 0.09 353.8 0.85 0.49
Hex E8 13 29 0 5C 52 9 162 55 31
Octal 350 23 51 0 134 122 11 542 125 61
Binary 11101000 10011 101001 0 1011100 1010010 1001 101100010 1010101 110001

Color Harmonies of #E81329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E81329

Black with #E81329

Text Example


Text Example

White with #E81329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E81329; }

 p { color: rgb(232,19,41); }

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

background-color css

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

 a { background-color: rgb(232,19,41); }

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

border-color css

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

 span { border-color: rgb(232,19,41); }

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