Html Css Color HEX #E12742 Alizarin

📋 copy color: '#E12742'

red 225 ◦ green 39 ◦ blue 66

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

Shades of Alizarin #E12742

Tints of Alizarin #E12742

RGB

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

 GREEN value IS 39 (15.63% from 255) = 11.82%

 BLUE value IS 66 (26.17% from 255) = 20%

R = 68.18%
G = 11.82%
B = 20%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.71

 K value IS 0.12

RGB Variations

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

Color information

#E12742 (or 0xE12742) is known color: Alizarin. HEX triplet: E1, 27 and 42. RGB value is (225,39,66). Sum of RGB (Red+Green+Blue) = 225+39+66=330 (43% of max value = 765). Red value is 225 (88.28% from 255 or 68.18% from 330); Green value is 39 (15.62% from 255 or 11.82% from 330); Blue value is 66 (26.17% from 255 or 20% from 330); Max value from RGB is 225 - color contains mainly: red. Hex color #E12742 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E12742 is #1ED8BD. Grayscale: #616161. Windows color (decimal): -2021566 or 4335585. OLE color: 4335585.

HSL color Cylindrical-coordinate representation of color #E12742: hue angle of 351.29º degrees, saturation: 0.76, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E12742 is Cyan = 0, Magento = 0.83, Yellow = 0.71 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 39 66 -
CMYK 0 0.83 0.71 0.12
HSL 351.29º 0.76% 0.52% -
HSV(B) 351.29º 0.83% 0.88% -
XYZ 32.76 17.85 6.87 -
YUV 97.69 110.12 218.8 -
System Red Green Blue C M Y K H S L
Decimal 225 39 66 0 0.83 0.71 0.12 351.29 0.76 0.52
Hex E1 27 42 0 53 47 C 15F 4C 34
Octal 341 47 102 0 123 107 14 537 114 64
Binary 11100001 100111 1000010 0 1010011 1000111 1100 101011111 1001100 110100

Color Harmonies of #E12742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E12742

Black with #E12742

Text Example


Text Example

White with #E12742

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E12742; }

 p { color: rgb(225,39,66); }

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

background-color css

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

 a { background-color: rgb(225,39,66); }

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

border-color css

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

 span { border-color: rgb(225,39,66); }

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