Html Css Color HEX #E12137 Alizarin

📋 copy color: '#E12137'

red 225 ◦ green 33 ◦ blue 55

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

Shades of Alizarin #E12137

Tints of Alizarin #E12137

RGB

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

 GREEN value IS 33 (13.28% from 255) = 10.54%

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

R = 71.88%
G = 10.54%
B = 17.57%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.76

 K value IS 0.12

RGB Variations

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

Color information

#E12137 (or 0xE12137) is known color: Alizarin. HEX triplet: E1, 21 and 37. RGB value is (225,33,55). Sum of RGB (Red+Green+Blue) = 225+33+55=313 (41% of max value = 765). Red value is 225 (88.28% from 255 or 71.88% from 313); Green value is 33 (13.28% from 255 or 10.54% from 313); Blue value is 55 (21.88% from 255 or 17.57% from 313); Max value from RGB is 225 - color contains mainly: red. Hex color #E12137 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E12137 is #1EDEC8. Grayscale: #5D5D5D. Windows color (decimal): -2023113 or 3613153. OLE color: 3613153.

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

Color convert

RGB 225 33 55 -
CMYK 0 0.85 0.76 0.12
HSL 353.13º 0.76% 0.51% -
HSV(B) 353.13º 0.85% 0.88% -
XYZ 32.28 17.37 5.27 -
YUV 92.92 106.61 222.21 -
System Red Green Blue C M Y K H S L
Decimal 225 33 55 0 0.85 0.76 0.12 353.13 0.76 0.51
Hex E1 21 37 0 55 4C C 161 4C 33
Octal 341 41 67 0 125 114 14 541 114 63
Binary 11100001 100001 110111 0 1010101 1001100 1100 101100001 1001100 110011

Color Harmonies of #E12137

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E12137

Black with #E12137

Text Example


Text Example

White with #E12137

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E12137; }

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

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

background-color css

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

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

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

border-color css

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

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

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