Html Css Color HEX #E1323D Alizarin

📋 copy color: '#E1323D'

red 225 ◦ green 50 ◦ blue 61

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

Shades of Alizarin #E1323D

Tints of Alizarin #E1323D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 18.15%

R = 66.96%
G = 14.88%
B = 18.15%

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

#E1323D (or 0xE1323D) is known color: Alizarin. HEX triplet: E1, 32 and 3D. RGB value is (225,50,61). Sum of RGB (Red+Green+Blue) = 225+50+61=336 (44% of max value = 765). Red value is 225 (88.28% from 255 or 66.96% from 336); Green value is 50 (19.92% from 255 or 14.88% from 336); Blue value is 61 (24.22% from 255 or 18.15% from 336); Max value from RGB is 225 - color contains mainly: red. Hex color #E1323D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E1323D is #1ECDC2. Grayscale: #676767. Windows color (decimal): -2018755 or 4010721. OLE color: 4010721.

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

Color convert

RGB 225 50 61 -
CMYK 0 0.78 0.73 0.12
HSL 356.23º 0.74% 0.54% -
HSV(B) 356.23º 0.78% 0.88% -
XYZ 33.03 18.63 6.27 -
YUV 103.58 103.98 214.61 -
System Red Green Blue C M Y K H S L
Decimal 225 50 61 0 0.78 0.73 0.12 356.23 0.74 0.54
Hex E1 32 3D 0 4E 49 C 164 4A 36
Octal 341 62 75 0 116 111 14 544 112 66
Binary 11100001 110010 111101 0 1001110 1001001 1100 101100100 1001010 110110

Color Harmonies of #E1323D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1323D

Black with #E1323D

Text Example


Text Example

White with #E1323D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1323D; }

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

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

background-color css

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

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

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

border-color css

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

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

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