Html Css Color HEX #E12239 Alizarin

📋 copy color: '#E12239'

red 225 ◦ green 34 ◦ blue 57

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

Shades of Alizarin #E12239

Tints of Alizarin #E12239

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 18.04%

R = 71.2%
G = 10.76%
B = 18.04%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.75

 K value IS 0.12

RGB Variations

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

Color information

#E12239 (or 0xE12239) is known color: Alizarin. HEX triplet: E1, 22 and 39. RGB value is (225,34,57). Sum of RGB (Red+Green+Blue) = 225+34+57=316 (41% of max value = 765). Red value is 225 (88.28% from 255 or 71.20% from 316); Green value is 34 (13.67% from 255 or 10.76% from 316); Blue value is 57 (22.66% from 255 or 18.04% from 316); Max value from RGB is 225 - color contains mainly: red. Hex color #E12239 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E12239 is #1EDDC6. Grayscale: #5D5D5D. Windows color (decimal): -2022855 or 3744481. OLE color: 3744481.

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

Color convert

RGB 225 34 57 -
CMYK 0 0.85 0.75 0.12
HSL 352.77º 0.76% 0.51% -
HSV(B) 352.77º 0.85% 0.88% -
XYZ 32.36 17.45 5.53 -
YUV 93.73 107.28 221.63 -
System Red Green Blue C M Y K H S L
Decimal 225 34 57 0 0.85 0.75 0.12 352.77 0.76 0.51
Hex E1 22 39 0 55 4B C 161 4C 33
Octal 341 42 71 0 125 113 14 541 114 63
Binary 11100001 100010 111001 0 1010101 1001011 1100 101100001 1001100 110011

Color Harmonies of #E12239

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E12239

Black with #E12239

Text Example


Text Example

White with #E12239

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E12239; }

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

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

background-color css

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

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

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

border-color css

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

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

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