Html Css Color HEX #E1223C Alizarin

📋 copy color: '#E1223C'

red 225 ◦ green 34 ◦ blue 60

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

Shades of Alizarin #E1223C

Tints of Alizarin #E1223C

RGB

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

 GREEN value IS 34 (13.67% from 255) = 10.66%

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

R = 70.53%
G = 10.66%
B = 18.81%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.73

 K value IS 0.12

RGB Variations

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

Color information

#E1223C (or 0xE1223C) is known color: Alizarin. HEX triplet: E1, 22 and 3C. RGB value is (225,34,60). Sum of RGB (Red+Green+Blue) = 225+34+60=319 (42% of max value = 765). Red value is 225 (88.28% from 255 or 70.53% from 319); Green value is 34 (13.67% from 255 or 10.66% from 319); Blue value is 60 (23.83% from 255 or 18.81% from 319); Max value from RGB is 225 - color contains mainly: red. Hex color #E1223C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E1223C is #1EDDC3. Grayscale: #5E5E5E. Windows color (decimal): -2022852 or 3941089. OLE color: 3941089.

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

Color convert

RGB 225 34 60 -
CMYK 0 0.85 0.73 0.12
HSL 351.83º 0.76% 0.51% -
HSV(B) 351.83º 0.85% 0.88% -
XYZ 32.44 17.48 5.94 -
YUV 94.07 108.78 221.39 -
System Red Green Blue C M Y K H S L
Decimal 225 34 60 0 0.85 0.73 0.12 351.83 0.76 0.51
Hex E1 22 3C 0 55 49 C 160 4C 33
Octal 341 42 74 0 125 111 14 540 114 63
Binary 11100001 100010 111100 0 1010101 1001001 1100 101100000 1001100 110011

Color Harmonies of #E1223C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1223C

Black with #E1223C

Text Example


Text Example

White with #E1223C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1223C; }

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

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

background-color css

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

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

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

border-color css

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

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

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