Html Css Color HEX #E12341 Alizarin

📋 copy color: '#E12341'

red 225 ◦ green 35 ◦ blue 65

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

Shades of Alizarin #E12341

Tints of Alizarin #E12341

RGB

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

 GREEN value IS 35 (14.06% from 255) = 10.77%

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

R = 69.23%
G = 10.77%
B = 20%

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

#E12341 (or 0xE12341) is known color: Alizarin. HEX triplet: E1, 23 and 41. RGB value is (225,35,65). Sum of RGB (Red+Green+Blue) = 225+35+65=325 (43% of max value = 765). Red value is 225 (88.28% from 255 or 69.23% from 325); Green value is 35 (14.06% from 255 or 10.77% from 325); Blue value is 65 (25.78% from 255 or 20% from 325); Max value from RGB is 225 - color contains mainly: red. Hex color #E12341 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E12341 is #1EDCBE. Grayscale: #5F5F5F. Windows color (decimal): -2022591 or 4269025. OLE color: 4269025.

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

Color convert

RGB 225 35 65 -
CMYK 0 0.84 0.71 0.12
HSL 350.53º 0.76% 0.51% -
HSV(B) 350.53º 0.84% 0.88% -
XYZ 32.61 17.59 6.68 -
YUV 95.23 110.95 220.56 -
System Red Green Blue C M Y K H S L
Decimal 225 35 65 0 0.84 0.71 0.12 350.53 0.76 0.51
Hex E1 23 41 0 54 47 C 15F 4C 33
Octal 341 43 101 0 124 107 14 537 114 63
Binary 11100001 100011 1000001 0 1010100 1000111 1100 101011111 1001100 110011

Color Harmonies of #E12341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E12341

Black with #E12341

Text Example


Text Example

White with #E12341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E12341; }

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

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

background-color css

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

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

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

border-color css

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

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

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