Html Css Color HEX #E12227 Alizarin

📋 copy color: '#E12227'

red 225 ◦ green 34 ◦ blue 39

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

Shades of Alizarin #E12227

Tints of Alizarin #E12227

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 13.09%

R = 75.5%
G = 11.41%
B = 13.09%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.83

 K value IS 0.12

RGB Variations

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

Color information

#E12227 (or 0xE12227) is known color: Alizarin. HEX triplet: E1, 22 and 27. RGB value is (225,34,39). Sum of RGB (Red+Green+Blue) = 225+34+39=298 (39% of max value = 765). Red value is 225 (88.28% from 255 or 75.50% from 298); Green value is 34 (13.67% from 255 or 11.41% from 298); Blue value is 39 (15.62% from 255 or 13.09% from 298); Max value from RGB is 225 - color contains mainly: red. Hex color #E12227 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E12227 is #1EDDD8. Grayscale: #5B5B5B. Windows color (decimal): -2022873 or 2564833. OLE color: 2564833.

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

Color convert

RGB 225 34 39 -
CMYK 0 0.85 0.83 0.12
HSL 358.43º 0.76% 0.51% -
HSV(B) 358.43º 0.85% 0.88% -
XYZ 31.99 17.3 3.57 -
YUV 91.68 98.28 223.09 -
System Red Green Blue C M Y K H S L
Decimal 225 34 39 0 0.85 0.83 0.12 358.43 0.76 0.51
Hex E1 22 27 0 55 53 C 166 4C 33
Octal 341 42 47 0 125 123 14 546 114 63
Binary 11100001 100010 100111 0 1010101 1010011 1100 101100110 1001100 110011

Color Harmonies of #E12227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E12227

Black with #E12227

Text Example


Text Example

White with #E12227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E12227; }

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

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

background-color css

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

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

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

border-color css

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

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

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