Html Css Color HEX #E11928 Alizarin

📋 copy color: '#E11928'

red 225 ◦ green 25 ◦ blue 40

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

Shades of Alizarin #E11928

Tints of Alizarin #E11928

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.62%

 BLUE value IS 40 (16.02% from 255) = 13.79%

R = 77.59%
G = 8.62%
B = 13.79%

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

#E11928 (or 0xE11928) is known color: Alizarin. HEX triplet: E1, 19 and 28. RGB value is (225,25,40). Sum of RGB (Red+Green+Blue) = 225+25+40=290 (38% of max value = 765). Red value is 225 (88.28% from 255 or 77.59% from 290); Green value is 25 (10.16% from 255 or 8.62% from 290); Blue value is 40 (16.02% from 255 or 13.79% from 290); Max value from RGB is 225 - color contains mainly: red. Hex color #E11928 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E11928 is #1EE6D7. Grayscale: #565656. Windows color (decimal): -2025176 or 2628065. OLE color: 2628065.

HSL color Cylindrical-coordinate representation of color #E11928: hue angle of 355.5º degrees, saturation: 0.8, 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 #E11928 is Cyan = 0, Magento = 0.89, Yellow = 0.82 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 25 40 -
CMYK 0 0.89 0.82 0.12
HSL 355.5º 0.8% 0.49% -
HSV(B) 355.5º 0.89% 0.88% -
XYZ 31.78 16.86 3.59 -
YUV 86.51 101.76 226.78 -
System Red Green Blue C M Y K H S L
Decimal 225 25 40 0 0.89 0.82 0.12 355.5 0.8 0.49
Hex E1 19 28 0 59 52 C 164 50 31
Octal 341 31 50 0 131 122 14 544 120 61
Binary 11100001 11001 101000 0 1011001 1010010 1100 101100100 1010000 110001

Color Harmonies of #E11928

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E11928

Black with #E11928

Text Example


Text Example

White with #E11928

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E11928; }

 p { color: rgb(225,25,40); }

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

background-color css

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

 a { background-color: rgb(225,25,40); }

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

border-color css

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

 span { border-color: rgb(225,25,40); }

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