Html Css Color HEX #E12537 Alizarin

📋 copy color: '#E12537'

red 225 ◦ green 37 ◦ blue 55

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

Shades of Alizarin #E12537

Tints of Alizarin #E12537

RGB

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

 GREEN value IS 37 (14.84% from 255) = 11.67%

 BLUE value IS 55 (21.88% from 255) = 17.35%

R = 70.98%
G = 11.67%
B = 17.35%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.76

 K value IS 0.12

RGB Variations

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

Color information

#E12537 (or 0xE12537) is known color: Alizarin. HEX triplet: E1, 25 and 37. RGB value is (225,37,55). Sum of RGB (Red+Green+Blue) = 225+37+55=317 (41% of max value = 765). Red value is 225 (88.28% from 255 or 70.98% from 317); Green value is 37 (14.84% from 255 or 11.67% from 317); Blue value is 55 (21.88% from 255 or 17.35% from 317); Max value from RGB is 225 - color contains mainly: red. Hex color #E12537 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E12537 is #1EDAC8. Grayscale: #5F5F5F. Windows color (decimal): -2022089 or 3614177. OLE color: 3614177.

HSL color Cylindrical-coordinate representation of color #E12537: hue angle of 354.26º degrees, saturation: 0.76, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E12537 is Cyan = 0, Magento = 0.84, Yellow = 0.76 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 37 55 -
CMYK 0 0.84 0.76 0.12
HSL 354.26º 0.76% 0.51% -
HSV(B) 354.26º 0.84% 0.88% -
XYZ 32.4 17.61 5.31 -
YUV 95.26 105.28 220.54 -
System Red Green Blue C M Y K H S L
Decimal 225 37 55 0 0.84 0.76 0.12 354.26 0.76 0.51
Hex E1 25 37 0 54 4C C 162 4C 33
Octal 341 45 67 0 124 114 14 542 114 63
Binary 11100001 100101 110111 0 1010100 1001100 1100 101100010 1001100 110011

Color Harmonies of #E12537

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E12537

Black with #E12537

Text Example


Text Example

White with #E12537

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E12537; }

 p { color: rgb(225,37,55); }

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

background-color css

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

 a { background-color: rgb(225,37,55); }

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

border-color css

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

 span { border-color: rgb(225,37,55); }

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