Html Css Color HEX #E12C41 Alizarin

📋 copy color: '#E12C41'

red 225 ◦ green 44 ◦ blue 65

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

Shades of Alizarin #E12C41

Tints of Alizarin #E12C41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 19.46%

R = 67.37%
G = 13.17%
B = 19.46%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.71

 K value IS 0.12

RGB Variations

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

Color information

#E12C41 (or 0xE12C41) is known color: Alizarin. HEX triplet: E1, 2C and 41. RGB value is (225,44,65). Sum of RGB (Red+Green+Blue) = 225+44+65=334 (44% of max value = 765). Red value is 225 (88.28% from 255 or 67.37% from 334); Green value is 44 (17.58% from 255 or 13.17% from 334); Blue value is 65 (25.78% from 255 or 19.46% from 334); Max value from RGB is 225 - color contains mainly: red. Hex color #E12C41 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E12C41 is #1ED3BE. Grayscale: #646464. Windows color (decimal): -2020287 or 4271329. OLE color: 4271329.

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

Color convert

RGB 225 44 65 -
CMYK 0 0.80 0.71 0.12
HSL 353.04º 0.75% 0.53% -
HSV(B) 353.04º 0.8% 0.88% -
XYZ 32.91 18.19 6.78 -
YUV 100.51 107.97 216.79 -
System Red Green Blue C M Y K H S L
Decimal 225 44 65 0 0.80 0.71 0.12 353.04 0.75 0.53
Hex E1 2C 41 0 50 47 C 161 4B 35
Octal 341 54 101 0 120 107 14 541 113 65
Binary 11100001 101100 1000001 0 1010000 1000111 1100 101100001 1001011 110101

Color Harmonies of #E12C41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E12C41

Black with #E12C41

Text Example


Text Example

White with #E12C41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E12C41; }

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

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

background-color css

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

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

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

border-color css

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

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

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