Html Css Color HEX #E12A36 Alizarin

📋 copy color: '#E12A36'

red 225 ◦ green 42 ◦ blue 54

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

Shades of Alizarin #E12A36

Tints of Alizarin #E12A36

RGB

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

 GREEN value IS 42 (16.8% from 255) = 13.08%

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

R = 70.09%
G = 13.08%
B = 16.82%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.76

 K value IS 0.12

RGB Variations

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

Color information

#E12A36 (or 0xE12A36) is known color: Alizarin. HEX triplet: E1, 2A and 36. RGB value is (225,42,54). Sum of RGB (Red+Green+Blue) = 225+42+54=321 (42% of max value = 765). Red value is 225 (88.28% from 255 or 70.09% from 321); Green value is 42 (16.80% from 255 or 13.08% from 321); Blue value is 54 (21.48% from 255 or 16.82% from 321); Max value from RGB is 225 - color contains mainly: red. Hex color #E12A36 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E12A36 is #1ED5C9. Grayscale: #626262. Windows color (decimal): -2020810 or 3549921. OLE color: 3549921.

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

Color convert

RGB 225 42 54 -
CMYK 0 0.81 0.76 0.12
HSL 356.07º 0.75% 0.52% -
HSV(B) 356.07º 0.81% 0.88% -
XYZ 32.55 17.93 5.24 -
YUV 98.09 103.13 218.52 -
System Red Green Blue C M Y K H S L
Decimal 225 42 54 0 0.81 0.76 0.12 356.07 0.75 0.52
Hex E1 2A 36 0 51 4C C 164 4B 34
Octal 341 52 66 0 121 114 14 544 113 64
Binary 11100001 101010 110110 0 1010001 1001100 1100 101100100 1001011 110100

Color Harmonies of #E12A36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E12A36

Black with #E12A36

Text Example


Text Example

White with #E12A36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E12A36; }

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

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

background-color css

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

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

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

border-color css

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

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

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