Html Css Color HEX #E12842 Alizarin

📋 copy color: '#E12842'

red 225 ◦ green 40 ◦ blue 66

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

Shades of Alizarin #E12842

Tints of Alizarin #E12842

RGB

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

 GREEN value IS 40 (16.02% from 255) = 12.08%

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

R = 67.98%
G = 12.08%
B = 19.94%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.71

 K value IS 0.12

RGB Variations

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

Color information

#E12842 (or 0xE12842) is known color: Alizarin. HEX triplet: E1, 28 and 42. RGB value is (225,40,66). Sum of RGB (Red+Green+Blue) = 225+40+66=331 (43% of max value = 765). Red value is 225 (88.28% from 255 or 67.98% from 331); Green value is 40 (16.02% from 255 or 12.08% from 331); Blue value is 66 (26.17% from 255 or 19.94% from 331); Max value from RGB is 225 - color contains mainly: red. Hex color #E12842 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E12842 is #1ED7BD. Grayscale: #626262. Windows color (decimal): -2021310 or 4335841. OLE color: 4335841.

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

Color convert

RGB 225 40 66 -
CMYK 0 0.82 0.71 0.12
HSL 351.57º 0.76% 0.52% -
HSV(B) 351.57º 0.82% 0.88% -
XYZ 32.79 17.92 6.88 -
YUV 98.28 109.79 218.39 -
System Red Green Blue C M Y K H S L
Decimal 225 40 66 0 0.82 0.71 0.12 351.57 0.76 0.52
Hex E1 28 42 0 52 47 C 160 4C 34
Octal 341 50 102 0 122 107 14 540 114 64
Binary 11100001 101000 1000010 0 1010010 1000111 1100 101100000 1001100 110100

Color Harmonies of #E12842

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E12842

Black with #E12842

Text Example


Text Example

White with #E12842

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E12842; }

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

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

background-color css

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

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

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

border-color css

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

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

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