Html Css Color HEX #E1222B Alizarin

📋 copy color: '#E1222B'

red 225 ◦ green 34 ◦ blue 43

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

Shades of Alizarin #E1222B

Tints of Alizarin #E1222B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 14.24%

R = 74.5%
G = 11.26%
B = 14.24%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.81

 K value IS 0.12

RGB Variations

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

Color information

#E1222B (or 0xE1222B) is known color: Alizarin. HEX triplet: E1, 22 and 2B. RGB value is (225,34,43). Sum of RGB (Red+Green+Blue) = 225+34+43=302 (40% of max value = 765). Red value is 225 (88.28% from 255 or 74.50% from 302); Green value is 34 (13.67% from 255 or 11.26% from 302); Blue value is 43 (17.19% from 255 or 14.24% from 302); Max value from RGB is 225 - color contains mainly: red. Hex color #E1222B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E1222B is #1EDDD4. Grayscale: #5C5C5C. Windows color (decimal): -2022869 or 2826977. OLE color: 2826977.

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

Color convert

RGB 225 34 43 -
CMYK 0 0.85 0.81 0.12
HSL 357.17º 0.76% 0.51% -
HSV(B) 357.17º 0.85% 0.88% -
XYZ 32.06 17.33 3.94 -
YUV 92.14 100.28 222.77 -
System Red Green Blue C M Y K H S L
Decimal 225 34 43 0 0.85 0.81 0.12 357.17 0.76 0.51
Hex E1 22 2B 0 55 51 C 165 4C 33
Octal 341 42 53 0 125 121 14 545 114 63
Binary 11100001 100010 101011 0 1010101 1010001 1100 101100101 1001100 110011

Color Harmonies of #E1222B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1222B

Black with #E1222B

Text Example


Text Example

White with #E1222B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1222B; }

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

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

background-color css

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

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

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

border-color css

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

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

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