Html Css Color HEX #E2292C Alizarin

📋 copy color: '#E2292C'

red 226 ◦ green 41 ◦ blue 44

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

Shades of Alizarin #E2292C

Tints of Alizarin #E2292C

RGB

 RED value IS 226 (88.67% from 255) = 72.67%

 GREEN value IS 41 (16.41% from 255) = 13.18%

 BLUE value IS 44 (17.58% from 255) = 14.15%

R = 72.67%
G = 13.18%
B = 14.15%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.81

 K value IS 0.11

RGB Variations

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

Color information

#E2292C (or 0xE2292C) is known color: Alizarin. HEX triplet: E2, 29 and 2C. RGB value is (226,41,44). Sum of RGB (Red+Green+Blue) = 226+41+44=311 (41% of max value = 765). Red value is 226 (88.67% from 255 or 72.67% from 311); Green value is 41 (16.41% from 255 or 13.18% from 311); Blue value is 44 (17.58% from 255 or 14.15% from 311); Max value from RGB is 226 - color contains mainly: red. Hex color #E2292C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E2292C is #1DD6D3. Grayscale: #606060. Windows color (decimal): -1955540 or 2894306. OLE color: 2894306.

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

Color convert

RGB 226 41 44 -
CMYK 0 0.82 0.81 0.11
HSL 359.03º 0.76% 0.52% -
HSV(B) 359.03º 0.82% 0.89% -
XYZ 32.61 17.94 4.13 -
YUV 96.66 98.29 220.26 -
System Red Green Blue C M Y K H S L
Decimal 226 41 44 0 0.82 0.81 0.11 359.03 0.76 0.52
Hex E2 29 2C 0 52 51 B 167 4C 34
Octal 342 51 54 0 122 121 13 547 114 64
Binary 11100010 101001 101100 0 1010010 1010001 1011 101100111 1001100 110100

Color Harmonies of #E2292C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2292C

Black with #E2292C

Text Example


Text Example

White with #E2292C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2292C; }

 p { color: rgb(226,41,44); }

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

background-color css

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

 a { background-color: rgb(226,41,44); }

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

border-color css

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

 span { border-color: rgb(226,41,44); }

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