Html Css Color HEX #E12C40 Alizarin

📋 copy color: '#E12C40'

red 225 ◦ green 44 ◦ blue 64

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

Shades of Alizarin #E12C40

Tints of Alizarin #E12C40

RGB

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

 GREEN value IS 44 (17.58% from 255) = 13.21%

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

R = 67.57%
G = 13.21%
B = 19.22%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.72

 K value IS 0.12

RGB Variations

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

Color information

#E12C40 (or 0xE12C40) is known color: Alizarin. HEX triplet: E1, 2C and 40. RGB value is (225,44,64). Sum of RGB (Red+Green+Blue) = 225+44+64=333 (44% of max value = 765). Red value is 225 (88.28% from 255 or 67.57% from 333); Green value is 44 (17.58% from 255 or 13.21% from 333); Blue value is 64 (25.39% from 255 or 19.22% from 333); Max value from RGB is 225 - color contains mainly: red. Hex color #E12C40 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E12C40 is #1ED3BF. Grayscale: #646464. Windows color (decimal): -2020288 or 4205793. OLE color: 4205793.

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

Color convert

RGB 225 44 64 -
CMYK 0 0.80 0.72 0.12
HSL 353.37º 0.75% 0.53% -
HSV(B) 353.37º 0.8% 0.88% -
XYZ 32.88 18.18 6.63 -
YUV 100.4 107.47 216.87 -
System Red Green Blue C M Y K H S L
Decimal 225 44 64 0 0.80 0.72 0.12 353.37 0.75 0.53
Hex E1 2C 40 0 50 48 C 161 4B 35
Octal 341 54 100 0 120 110 14 541 113 65
Binary 11100001 101100 1000000 0 1010000 1001000 1100 101100001 1001011 110101

Color Harmonies of #E12C40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E12C40

Black with #E12C40

Text Example


Text Example

White with #E12C40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E12C40; }

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

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

background-color css

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

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

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

border-color css

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

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

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