Html Css Color HEX #E12229 Alizarin

📋 copy color: '#E12229'

red 225 ◦ green 34 ◦ blue 41

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

Shades of Alizarin #E12229

Tints of Alizarin #E12229

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 13.67%

R = 75%
G = 11.33%
B = 13.67%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.82

 K value IS 0.12

RGB Variations

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

Color information

#E12229 (or 0xE12229) is known color: Alizarin. HEX triplet: E1, 22 and 29. RGB value is (225,34,41). Sum of RGB (Red+Green+Blue) = 225+34+41=300 (39% of max value = 765). Red value is 225 (88.28% from 255 or 75% from 300); Green value is 34 (13.67% from 255 or 11.33% from 300); Blue value is 41 (16.41% from 255 or 13.67% from 300); Max value from RGB is 225 - color contains mainly: red. Hex color #E12229 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E12229 is #1EDDD6. Grayscale: #5C5C5C. Windows color (decimal): -2022871 or 2695905. OLE color: 2695905.

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

Color convert

RGB 225 34 41 -
CMYK 0 0.85 0.82 0.12
HSL 357.8º 0.76% 0.51% -
HSV(B) 357.8º 0.85% 0.88% -
XYZ 32.02 17.31 3.75 -
YUV 91.91 99.28 222.93 -
System Red Green Blue C M Y K H S L
Decimal 225 34 41 0 0.85 0.82 0.12 357.8 0.76 0.51
Hex E1 22 29 0 55 52 C 166 4C 33
Octal 341 42 51 0 125 122 14 546 114 63
Binary 11100001 100010 101001 0 1010101 1010010 1100 101100110 1001100 110011

Color Harmonies of #E12229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E12229

Black with #E12229

Text Example


Text Example

White with #E12229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E12229; }

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

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

background-color css

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

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

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

border-color css

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

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

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