Html Css Color HEX #E12441 Alizarin

📋 copy color: '#E12441'

red 225 ◦ green 36 ◦ blue 65

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

Shades of Alizarin #E12441

Tints of Alizarin #E12441

RGB

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

 GREEN value IS 36 (14.45% from 255) = 11.04%

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

R = 69.02%
G = 11.04%
B = 19.94%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.71

 K value IS 0.12

RGB Variations

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

Color information

#E12441 (or 0xE12441) is known color: Alizarin. HEX triplet: E1, 24 and 41. RGB value is (225,36,65). Sum of RGB (Red+Green+Blue) = 225+36+65=326 (43% of max value = 765). Red value is 225 (88.28% from 255 or 69.02% from 326); Green value is 36 (14.45% from 255 or 11.04% from 326); Blue value is 65 (25.78% from 255 or 19.94% from 326); Max value from RGB is 225 - color contains mainly: red. Hex color #E12441 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E12441 is #1EDBBE. Grayscale: #5F5F5F. Windows color (decimal): -2022335 or 4269281. OLE color: 4269281.

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

Color convert

RGB 225 36 65 -
CMYK 0 0.84 0.71 0.12
HSL 350.79º 0.76% 0.51% -
HSV(B) 350.79º 0.84% 0.88% -
XYZ 32.64 17.65 6.69 -
YUV 95.82 110.62 220.14 -
System Red Green Blue C M Y K H S L
Decimal 225 36 65 0 0.84 0.71 0.12 350.79 0.76 0.51
Hex E1 24 41 0 54 47 C 15F 4C 33
Octal 341 44 101 0 124 107 14 537 114 63
Binary 11100001 100100 1000001 0 1010100 1000111 1100 101011111 1001100 110011

Color Harmonies of #E12441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E12441

Black with #E12441

Text Example


Text Example

White with #E12441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E12441; }

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

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

background-color css

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

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

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

border-color css

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

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

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