Html Css Color HEX #E01829 Alizarin

📋 copy color: '#E01829'

red 224 ◦ green 24 ◦ blue 41

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

Shades of Alizarin #E01829

Tints of Alizarin #E01829

RGB

 RED value IS 224 (87.89% from 255) = 77.51%

 GREEN value IS 24 (9.77% from 255) = 8.3%

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

R = 77.51%
G = 8.3%
B = 14.19%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.82

 K value IS 0.12

RGB Variations

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

Color information

#E01829 (or 0xE01829) is known color: Alizarin. HEX triplet: E0, 18 and 29. RGB value is (224,24,41). Sum of RGB (Red+Green+Blue) = 224+24+41=289 (38% of max value = 765). Red value is 224 (87.89% from 255 or 77.51% from 289); Green value is 24 (9.77% from 255 or 8.30% from 289); Blue value is 41 (16.41% from 255 or 14.19% from 289); Max value from RGB is 224 - color contains mainly: red. Hex color #E01829 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E01829 is #1FE7D6. Grayscale: #555555. Windows color (decimal): -2090967 or 2693344. OLE color: 2693344.

HSL color Cylindrical-coordinate representation of color #E01829: hue angle of 354.9º degrees, saturation: 0.81, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E01829 is Cyan = 0, Magento = 0.89, Yellow = 0.82 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 24 41 -
CMYK 0 0.89 0.82 0.12
HSL 354.9º 0.81% 0.49% -
HSV(B) 354.9º 0.89% 0.88% -
XYZ 31.47 16.66 3.66 -
YUV 85.74 102.76 226.62 -
System Red Green Blue C M Y K H S L
Decimal 224 24 41 0 0.89 0.82 0.12 354.9 0.81 0.49
Hex E0 18 29 0 59 52 C 163 51 31
Octal 340 30 51 0 131 122 14 543 121 61
Binary 11100000 11000 101001 0 1011001 1010010 1100 101100011 1010001 110001

Color Harmonies of #E01829

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E01829

Black with #E01829

Text Example


Text Example

White with #E01829

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E01829; }

 p { color: rgb(224,24,41); }

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

background-color css

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

 a { background-color: rgb(224,24,41); }

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

border-color css

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

 span { border-color: rgb(224,24,41); }

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