Html Css Color HEX #E1172D Alizarin

📋 copy color: '#E1172D'

red 225 ◦ green 23 ◦ blue 45

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

Shades of Alizarin #E1172D

Tints of Alizarin #E1172D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 15.36%

R = 76.79%
G = 7.85%
B = 15.36%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.8

 K value IS 0.12

RGB Variations

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

Color information

#E1172D (or 0xE1172D) is known color: Alizarin. HEX triplet: E1, 17 and 2D. RGB value is (225,23,45). Sum of RGB (Red+Green+Blue) = 225+23+45=293 (38% of max value = 765). Red value is 225 (88.28% from 255 or 76.79% from 293); Green value is 23 (9.38% from 255 or 7.85% from 293); Blue value is 45 (17.97% from 255 or 15.36% from 293); Max value from RGB is 225 - color contains mainly: red. Hex color #E1172D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E1172D is #1EE8D2. Grayscale: #565656. Windows color (decimal): -2025683 or 2955233. OLE color: 2955233.

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

Color convert

RGB 225 23 45 -
CMYK 0 0.90 0.8 0.12
HSL 353.47º 0.81% 0.49% -
HSV(B) 353.47º 0.9% 0.88% -
XYZ 31.83 16.81 4.05 -
YUV 85.91 104.92 227.21 -
System Red Green Blue C M Y K H S L
Decimal 225 23 45 0 0.90 0.8 0.12 353.47 0.81 0.49
Hex E1 17 2D 0 5A 50 C 161 51 31
Octal 341 27 55 0 132 120 14 541 121 61
Binary 11100001 10111 101101 0 1011010 1010000 1100 101100001 1010001 110001

Color Harmonies of #E1172D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1172D

Black with #E1172D

Text Example


Text Example

White with #E1172D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1172D; }

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

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

background-color css

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

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

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

border-color css

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

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

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