Html Css Color HEX #E1223E Alizarin

📋 copy color: '#E1223E'

red 225 ◦ green 34 ◦ blue 62

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

Shades of Alizarin #E1223E

Tints of Alizarin #E1223E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 19.31%

R = 70.09%
G = 10.59%
B = 19.31%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.72

 K value IS 0.12

RGB Variations

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

Color information

#E1223E (or 0xE1223E) is known color: Alizarin. HEX triplet: E1, 22 and 3E. RGB value is (225,34,62). Sum of RGB (Red+Green+Blue) = 225+34+62=321 (42% of max value = 765). Red value is 225 (88.28% from 255 or 70.09% from 321); Green value is 34 (13.67% from 255 or 10.59% from 321); Blue value is 62 (24.61% from 255 or 19.31% from 321); Max value from RGB is 225 - color contains mainly: red. Hex color #E1223E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E1223E is #1EDDC1. Grayscale: #5E5E5E. Windows color (decimal): -2022850 or 4072161. OLE color: 4072161.

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

Color convert

RGB 225 34 62 -
CMYK 0 0.85 0.72 0.12
HSL 351.2º 0.76% 0.51% -
HSV(B) 351.2º 0.85% 0.88% -
XYZ 32.49 17.5 6.22 -
YUV 94.3 109.78 221.22 -
System Red Green Blue C M Y K H S L
Decimal 225 34 62 0 0.85 0.72 0.12 351.2 0.76 0.51
Hex E1 22 3E 0 55 48 C 15F 4C 33
Octal 341 42 76 0 125 110 14 537 114 63
Binary 11100001 100010 111110 0 1010101 1001000 1100 101011111 1001100 110011

Color Harmonies of #E1223E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1223E

Black with #E1223E

Text Example


Text Example

White with #E1223E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1223E; }

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

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

background-color css

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

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

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

border-color css

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

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

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