Html Css Color HEX #E12243 Alizarin

📋 copy color: '#E12243'

red 225 ◦ green 34 ◦ blue 67

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

Shades of Alizarin #E12243

Tints of Alizarin #E12243

RGB

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

 GREEN value IS 34 (13.67% from 255) = 10.43%

 BLUE value IS 67 (26.56% from 255) = 20.55%

R = 69.02%
G = 10.43%
B = 20.55%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.70

 K value IS 0.12

RGB Variations

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

Color information

#E12243 (or 0xE12243) is known color: Alizarin. HEX triplet: E1, 22 and 43. RGB value is (225,34,67). Sum of RGB (Red+Green+Blue) = 225+34+67=326 (43% of max value = 765). Red value is 225 (88.28% from 255 or 69.02% from 326); Green value is 34 (13.67% from 255 or 10.43% from 326); Blue value is 67 (26.56% from 255 or 20.55% from 326); Max value from RGB is 225 - color contains mainly: red. Hex color #E12243 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E12243 is #1EDDBC. Grayscale: #5E5E5E. Windows color (decimal): -2022845 or 4399841. OLE color: 4399841.

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

Color convert

RGB 225 34 67 -
CMYK 0 0.85 0.70 0.12
HSL 349.63º 0.76% 0.51% -
HSV(B) 349.63º 0.85% 0.88% -
XYZ 32.64 17.56 6.98 -
YUV 94.87 112.28 220.82 -
System Red Green Blue C M Y K H S L
Decimal 225 34 67 0 0.85 0.70 0.12 349.63 0.76 0.51
Hex E1 22 43 0 55 46 C 15E 4C 33
Octal 341 42 103 0 125 106 14 536 114 63
Binary 11100001 100010 1000011 0 1010101 1000110 1100 101011110 1001100 110011

Color Harmonies of #E12243

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E12243

Black with #E12243

Text Example


Text Example

White with #E12243

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E12243; }

 p { color: rgb(225,34,67); }

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

background-color css

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

 a { background-color: rgb(225,34,67); }

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

border-color css

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

 span { border-color: rgb(225,34,67); }

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