Html Css Color HEX #E1323F Alizarin

📋 copy color: '#E1323F'

red 225 ◦ green 50 ◦ blue 63

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

Shades of Alizarin #E1323F

Tints of Alizarin #E1323F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 18.64%

R = 66.57%
G = 14.79%
B = 18.64%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.72

 K value IS 0.12

RGB Variations

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

Color information

#E1323F (or 0xE1323F) is known color: Alizarin. HEX triplet: E1, 32 and 3F. RGB value is (225,50,63). Sum of RGB (Red+Green+Blue) = 225+50+63=338 (44% of max value = 765). Red value is 225 (88.28% from 255 or 66.57% from 338); Green value is 50 (19.92% from 255 or 14.79% from 338); Blue value is 63 (25% from 255 or 18.64% from 338); Max value from RGB is 225 - color contains mainly: red. Hex color #E1323F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E1323F is #1ECDC0. Grayscale: #676767. Windows color (decimal): -2018753 or 4141793. OLE color: 4141793.

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

Color convert

RGB 225 50 63 -
CMYK 0 0.78 0.72 0.12
HSL 355.54º 0.74% 0.54% -
HSV(B) 355.54º 0.78% 0.88% -
XYZ 33.09 18.65 6.56 -
YUV 103.81 104.98 214.44 -
System Red Green Blue C M Y K H S L
Decimal 225 50 63 0 0.78 0.72 0.12 355.54 0.74 0.54
Hex E1 32 3F 0 4E 48 C 164 4A 36
Octal 341 62 77 0 116 110 14 544 112 66
Binary 11100001 110010 111111 0 1001110 1001000 1100 101100100 1001010 110110

Color Harmonies of #E1323F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1323F

Black with #E1323F

Text Example


Text Example

White with #E1323F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1323F; }

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

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

background-color css

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

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

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

border-color css

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

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

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