Html Css Color HEX #E12536 Alizarin

📋 copy color: '#E12536'

red 225 ◦ green 37 ◦ blue 54

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

Shades of Alizarin #E12536

Tints of Alizarin #E12536

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 17.09%

R = 71.2%
G = 11.71%
B = 17.09%

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

#E12536 (or 0xE12536) is known color: Alizarin. HEX triplet: E1, 25 and 36. RGB value is (225,37,54). Sum of RGB (Red+Green+Blue) = 225+37+54=316 (41% of max value = 765). Red value is 225 (88.28% from 255 or 71.20% from 316); Green value is 37 (14.84% from 255 or 11.71% from 316); Blue value is 54 (21.48% from 255 or 17.09% from 316); Max value from RGB is 225 - color contains mainly: red. Hex color #E12536 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E12536 is #1EDAC9. Grayscale: #5F5F5F. Windows color (decimal): -2022090 or 3548641. OLE color: 3548641.

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

Color convert

RGB 225 37 54 -
CMYK 0 0.84 0.76 0.12
HSL 354.57º 0.76% 0.51% -
HSV(B) 354.57º 0.84% 0.88% -
XYZ 32.38 17.6 5.18 -
YUV 95.15 104.78 220.62 -
System Red Green Blue C M Y K H S L
Decimal 225 37 54 0 0.84 0.76 0.12 354.57 0.76 0.51
Hex E1 25 36 0 54 4C C 163 4C 33
Octal 341 45 66 0 124 114 14 543 114 63
Binary 11100001 100101 110110 0 1010100 1001100 1100 101100011 1001100 110011

Color Harmonies of #E12536

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E12536

Black with #E12536

Text Example


Text Example

White with #E12536

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E12536; }

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

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

background-color css

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

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

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

border-color css

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

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

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