Html Css Color HEX #E12D40 Alizarin

📋 copy color: '#E12D40'

red 225 ◦ green 45 ◦ blue 64

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

Shades of Alizarin #E12D40

Tints of Alizarin #E12D40

RGB

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

 GREEN value IS 45 (17.97% from 255) = 13.47%

 BLUE value IS 64 (25.39% from 255) = 19.16%

R = 67.37%
G = 13.47%
B = 19.16%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.72

 K value IS 0.12

RGB Variations

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

Color information

#E12D40 (or 0xE12D40) is known color: Alizarin. HEX triplet: E1, 2D and 40. RGB value is (225,45,64). Sum of RGB (Red+Green+Blue) = 225+45+64=334 (44% of max value = 765). Red value is 225 (88.28% from 255 or 67.37% from 334); Green value is 45 (17.97% from 255 or 13.47% from 334); Blue value is 64 (25.39% from 255 or 19.16% from 334); Max value from RGB is 225 - color contains mainly: red. Hex color #E12D40 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E12D40 is #1ED2BF. Grayscale: #656565. Windows color (decimal): -2020032 or 4206049. OLE color: 4206049.

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

Color convert

RGB 225 45 64 -
CMYK 0 0.8 0.72 0.12
HSL 353.67º 0.75% 0.53% -
HSV(B) 353.67º 0.8% 0.88% -
XYZ 32.92 18.25 6.64 -
YUV 100.99 107.13 216.46 -
System Red Green Blue C M Y K H S L
Decimal 225 45 64 0 0.8 0.72 0.12 353.67 0.75 0.53
Hex E1 2D 40 0 50 48 C 162 4B 35
Octal 341 55 100 0 120 110 14 542 113 65
Binary 11100001 101101 1000000 0 1010000 1001000 1100 101100010 1001011 110101

Color Harmonies of #E12D40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E12D40

Black with #E12D40

Text Example


Text Example

White with #E12D40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E12D40; }

 p { color: rgb(225,45,64); }

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

background-color css

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

 a { background-color: rgb(225,45,64); }

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

border-color css

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

 span { border-color: rgb(225,45,64); }

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