Html Css Color HEX #E1323C Alizarin

📋 copy color: '#E1323C'

red 225 ◦ green 50 ◦ blue 60

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

Shades of Alizarin #E1323C

Tints of Alizarin #E1323C

RGB

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

 GREEN value IS 50 (19.92% from 255) = 14.93%

 BLUE value IS 60 (23.83% from 255) = 17.91%

R = 67.16%
G = 14.93%
B = 17.91%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.73

 K value IS 0.12

RGB Variations

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

Color information

#E1323C (or 0xE1323C) is known color: Alizarin. HEX triplet: E1, 32 and 3C. RGB value is (225,50,60). Sum of RGB (Red+Green+Blue) = 225+50+60=335 (44% of max value = 765). Red value is 225 (88.28% from 255 or 67.16% from 335); Green value is 50 (19.92% from 255 or 14.93% from 335); Blue value is 60 (23.83% from 255 or 17.91% from 335); Max value from RGB is 225 - color contains mainly: red. Hex color #E1323C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E1323C is #1ECDC3. Grayscale: #676767. Windows color (decimal): -2018756 or 3945185. OLE color: 3945185.

HSL color Cylindrical-coordinate representation of color #E1323C: hue angle of 356.57º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E1323C is Cyan = 0, Magento = 0.78, Yellow = 0.73 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 50 60 -
CMYK 0 0.78 0.73 0.12
HSL 356.57º 0.74% 0.54% -
HSV(B) 356.57º 0.78% 0.88% -
XYZ 33.01 18.62 6.13 -
YUV 103.47 103.48 214.69 -
System Red Green Blue C M Y K H S L
Decimal 225 50 60 0 0.78 0.73 0.12 356.57 0.74 0.54
Hex E1 32 3C 0 4E 49 C 165 4A 36
Octal 341 62 74 0 116 111 14 545 112 66
Binary 11100001 110010 111100 0 1001110 1001001 1100 101100101 1001010 110110

Color Harmonies of #E1323C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1323C

Black with #E1323C

Text Example


Text Example

White with #E1323C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1323C; }

 p { color: rgb(225,50,60); }

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

background-color css

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

 a { background-color: rgb(225,50,60); }

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

border-color css

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

 span { border-color: rgb(225,50,60); }

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