Html Css Color HEX #E1223A Alizarin

📋 copy color: '#E1223A'

red 225 ◦ green 34 ◦ blue 58

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

Shades of Alizarin #E1223A

Tints of Alizarin #E1223A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 18.3%

R = 70.98%
G = 10.73%
B = 18.3%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.74

 K value IS 0.12

RGB Variations

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

Color information

#E1223A (or 0xE1223A) is known color: Alizarin. HEX triplet: E1, 22 and 3A. RGB value is (225,34,58). Sum of RGB (Red+Green+Blue) = 225+34+58=317 (41% of max value = 765). Red value is 225 (88.28% from 255 or 70.98% from 317); Green value is 34 (13.67% from 255 or 10.73% from 317); Blue value is 58 (23.05% from 255 or 18.30% from 317); Max value from RGB is 225 - color contains mainly: red. Hex color #E1223A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E1223A is #1EDDC5. Grayscale: #5D5D5D. Windows color (decimal): -2022854 or 3810017. OLE color: 3810017.

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

Color convert

RGB 225 34 58 -
CMYK 0 0.85 0.74 0.12
HSL 352.46º 0.76% 0.51% -
HSV(B) 352.46º 0.85% 0.88% -
XYZ 32.39 17.46 5.67 -
YUV 93.85 107.78 221.55 -
System Red Green Blue C M Y K H S L
Decimal 225 34 58 0 0.85 0.74 0.12 352.46 0.76 0.51
Hex E1 22 3A 0 55 4A C 160 4C 33
Octal 341 42 72 0 125 112 14 540 114 63
Binary 11100001 100010 111010 0 1010101 1001010 1100 101100000 1001100 110011

Color Harmonies of #E1223A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1223A

Black with #E1223A

Text Example


Text Example

White with #E1223A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1223A; }

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

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

background-color css

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

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

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

border-color css

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

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

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