Html Css Color HEX #E81429 Alizarin

📋 copy color: '#E81429'

red 232 ◦ green 20 ◦ blue 41

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

Shades of Alizarin #E81429

Tints of Alizarin #E81429

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.83%

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

R = 79.18%
G = 6.83%
B = 13.99%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.82

 K value IS 0.09

RGB Variations

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

Color information

#E81429 (or 0xE81429) is known color: Alizarin. HEX triplet: E8, 14 and 29. RGB value is (232,20,41). Sum of RGB (Red+Green+Blue) = 232+20+41=293 (38% of max value = 765). Red value is 232 (91.02% from 255 or 79.18% from 293); Green value is 20 (8.20% from 255 or 6.83% from 293); Blue value is 41 (16.41% from 255 or 13.99% from 293); Max value from RGB is 232 - color contains mainly: red. Hex color #E81429 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E81429 is #17EBD6. Grayscale: #555555. Windows color (decimal): -1567703 or 2692328. OLE color: 2692328.

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

Color convert

RGB 232 20 41 -
CMYK 0 0.91 0.82 0.09
HSL 354.06º 0.84% 0.49% -
HSV(B) 354.06º 0.91% 0.91% -
XYZ 33.93 17.82 3.75 -
YUV 85.78 102.74 232.29 -
System Red Green Blue C M Y K H S L
Decimal 232 20 41 0 0.91 0.82 0.09 354.06 0.84 0.49
Hex E8 14 29 0 5B 52 9 162 54 31
Octal 350 24 51 0 133 122 11 542 124 61
Binary 11101000 10100 101001 0 1011011 1010010 1001 101100010 1010100 110001

Color Harmonies of #E81429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E81429

Black with #E81429

Text Example


Text Example

White with #E81429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E81429; }

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

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

background-color css

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

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

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

border-color css

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

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

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