Html Css Color HEX #E11729 Alizarin

📋 copy color: '#E11729'

red 225 ◦ green 23 ◦ blue 41

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

Shades of Alizarin #E11729

Tints of Alizarin #E11729

RGB

 RED value IS 225 (88.28% from 255) = 77.85%

 GREEN value IS 23 (9.38% from 255) = 7.96%

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

R = 77.85%
G = 7.96%
B = 14.19%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.82

 K value IS 0.12

RGB Variations

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

Color information

#E11729 (or 0xE11729) is known color: Alizarin. HEX triplet: E1, 17 and 29. RGB value is (225,23,41). Sum of RGB (Red+Green+Blue) = 225+23+41=289 (38% of max value = 765). Red value is 225 (88.28% from 255 or 77.85% from 289); Green value is 23 (9.38% from 255 or 7.96% from 289); Blue value is 41 (16.41% from 255 or 14.19% from 289); Max value from RGB is 225 - color contains mainly: red. Hex color #E11729 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E11729 is #1EE8D6. Grayscale: #555555. Windows color (decimal): -2025687 or 2693089. OLE color: 2693089.

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

Color convert

RGB 225 23 41 -
CMYK 0 0.90 0.82 0.12
HSL 354.65º 0.81% 0.49% -
HSV(B) 354.65º 0.9% 0.88% -
XYZ 31.76 16.78 3.66 -
YUV 85.45 102.92 227.54 -
System Red Green Blue C M Y K H S L
Decimal 225 23 41 0 0.90 0.82 0.12 354.65 0.81 0.49
Hex E1 17 29 0 5A 52 C 163 51 31
Octal 341 27 51 0 132 122 14 543 121 61
Binary 11100001 10111 101001 0 1011010 1010010 1100 101100011 1010001 110001

Color Harmonies of #E11729

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E11729

Black with #E11729

Text Example


Text Example

White with #E11729

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E11729; }

 p { color: rgb(225,23,41); }

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

background-color css

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

 a { background-color: rgb(225,23,41); }

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

border-color css

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

 span { border-color: rgb(225,23,41); }

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