Html Css Color HEX #E12237 Alizarin

📋 copy color: '#E12237'

red 225 ◦ green 34 ◦ blue 55

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

Shades of Alizarin #E12237

Tints of Alizarin #E12237

RGB

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

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

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

R = 71.66%
G = 10.83%
B = 17.52%

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

#E12237 (or 0xE12237) is known color: Alizarin. HEX triplet: E1, 22 and 37. RGB value is (225,34,55). Sum of RGB (Red+Green+Blue) = 225+34+55=314 (41% of max value = 765). Red value is 225 (88.28% from 255 or 71.66% from 314); Green value is 34 (13.67% from 255 or 10.83% from 314); Blue value is 55 (21.88% from 255 or 17.52% from 314); Max value from RGB is 225 - color contains mainly: red. Hex color #E12237 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E12237 is #1EDDC8. Grayscale: #5D5D5D. Windows color (decimal): -2022857 or 3613409. OLE color: 3613409.

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

Color convert

RGB 225 34 55 -
CMYK 0 0.85 0.76 0.12
HSL 353.4º 0.76% 0.51% -
HSV(B) 353.4º 0.85% 0.88% -
XYZ 32.31 17.43 5.28 -
YUV 93.5 106.28 221.79 -
System Red Green Blue C M Y K H S L
Decimal 225 34 55 0 0.85 0.76 0.12 353.4 0.76 0.51
Hex E1 22 37 0 55 4C C 161 4C 33
Octal 341 42 67 0 125 114 14 541 114 63
Binary 11100001 100010 110111 0 1010101 1001100 1100 101100001 1001100 110011

Color Harmonies of #E12237

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E12237

Black with #E12237

Text Example


Text Example

White with #E12237

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E12237; }

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

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

background-color css

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

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

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

border-color css

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

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

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