Html Css Color HEX #E1162A Alizarin

📋 copy color: '#E1162A'

red 225 ◦ green 22 ◦ blue 42

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

Shades of Alizarin #E1162A

Tints of Alizarin #E1162A

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.61%

 BLUE value IS 42 (16.8% from 255) = 14.53%

R = 77.85%
G = 7.61%
B = 14.53%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.81

 K value IS 0.12

RGB Variations

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

Color information

#E1162A (or 0xE1162A) is known color: Alizarin. HEX triplet: E1, 16 and 2A. RGB value is (225,22,42). Sum of RGB (Red+Green+Blue) = 225+22+42=289 (38% of max value = 765). Red value is 225 (88.28% from 255 or 77.85% from 289); Green value is 22 (8.98% from 255 or 7.61% from 289); Blue value is 42 (16.80% from 255 or 14.53% from 289); Max value from RGB is 225 - color contains mainly: red. Hex color #E1162A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E1162A is #1EE9D5. Grayscale: #555555. Windows color (decimal): -2025942 or 2758369. OLE color: 2758369.

HSL color Cylindrical-coordinate representation of color #E1162A: hue angle of 354.09º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E1162A is Cyan = 0, Magento = 0.90, Yellow = 0.81 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 22 42 -
CMYK 0 0.90 0.81 0.12
HSL 354.09º 0.82% 0.48% -
HSV(B) 354.09º 0.9% 0.88% -
XYZ 31.76 16.75 3.75 -
YUV 84.98 103.75 227.87 -
System Red Green Blue C M Y K H S L
Decimal 225 22 42 0 0.90 0.81 0.12 354.09 0.82 0.48
Hex E1 16 2A 0 5A 51 C 162 52 30
Octal 341 26 52 0 132 121 14 542 122 60
Binary 11100001 10110 101010 0 1011010 1010001 1100 101100010 1010010 110000

Color Harmonies of #E1162A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1162A

Black with #E1162A

Text Example


Text Example

White with #E1162A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1162A; }

 p { color: rgb(225,22,42); }

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

background-color css

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

 a { background-color: rgb(225,22,42); }

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

border-color css

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

 span { border-color: rgb(225,22,42); }

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