Html Css Color HEX #E1182A Alizarin

📋 copy color: '#E1182A'

red 225 ◦ green 24 ◦ blue 42

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

Shades of Alizarin #E1182A

Tints of Alizarin #E1182A

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.25%

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

R = 77.32%
G = 8.25%
B = 14.43%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.81

 K value IS 0.12

RGB Variations

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

Color information

#E1182A (or 0xE1182A) is known color: Alizarin. HEX triplet: E1, 18 and 2A. RGB value is (225,24,42). Sum of RGB (Red+Green+Blue) = 225+24+42=291 (38% of max value = 765). Red value is 225 (88.28% from 255 or 77.32% from 291); Green value is 24 (9.77% from 255 or 8.25% from 291); Blue value is 42 (16.80% from 255 or 14.43% from 291); Max value from RGB is 225 - color contains mainly: red. Hex color #E1182A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E1182A is #1EE7D5. Grayscale: #565656. Windows color (decimal): -2025430 or 2758881. OLE color: 2758881.

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

Color convert

RGB 225 24 42 -
CMYK 0 0.89 0.81 0.12
HSL 354.63º 0.81% 0.49% -
HSV(B) 354.63º 0.89% 0.88% -
XYZ 31.8 16.83 3.76 -
YUV 86.15 103.09 227.04 -
System Red Green Blue C M Y K H S L
Decimal 225 24 42 0 0.89 0.81 0.12 354.63 0.81 0.49
Hex E1 18 2A 0 59 51 C 163 51 31
Octal 341 30 52 0 131 121 14 543 121 61
Binary 11100001 11000 101010 0 1011001 1010001 1100 101100011 1010001 110001

Color Harmonies of #E1182A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1182A

Black with #E1182A

Text Example


Text Example

White with #E1182A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1182A; }

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

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

background-color css

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

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

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

border-color css

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

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

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