Html Css Color HEX #E2292A Alizarin

📋 copy color: '#E2292A'

red 226 ◦ green 41 ◦ blue 42

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

Shades of Alizarin #E2292A

Tints of Alizarin #E2292A

RGB

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

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

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

R = 73.14%
G = 13.27%
B = 13.59%

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

#E2292A (or 0xE2292A) is known color: Alizarin. HEX triplet: E2, 29 and 2A. RGB value is (226,41,42). Sum of RGB (Red+Green+Blue) = 226+41+42=309 (40% of max value = 765). Red value is 226 (88.67% from 255 or 73.14% from 309); Green value is 41 (16.41% from 255 or 13.27% from 309); Blue value is 42 (16.80% from 255 or 13.59% from 309); Max value from RGB is 226 - color contains mainly: red. Hex color #E2292A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E2292A is #1DD6D5. Grayscale: #606060. Windows color (decimal): -1955542 or 2763234. OLE color: 2763234.

HSL color Cylindrical-coordinate representation of color #E2292A: hue angle of 359.68º 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 #E2292A is Cyan = 0, Magento = 0.82, Yellow = 0.81 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 41 42 -
CMYK 0 0.82 0.81 0.11
HSL 359.68º 0.76% 0.52% -
HSV(B) 359.68º 0.82% 0.89% -
XYZ 32.57 17.92 3.93 -
YUV 96.43 97.29 220.42 -
System Red Green Blue C M Y K H S L
Decimal 226 41 42 0 0.82 0.81 0.11 359.68 0.76 0.52
Hex E2 29 2A 0 52 51 B 168 4C 34
Octal 342 51 52 0 122 121 13 550 114 64
Binary 11100010 101001 101010 0 1010010 1010001 1011 101101000 1001100 110100

Color Harmonies of #E2292A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2292A

Black with #E2292A

Text Example


Text Example

White with #E2292A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2292A; }

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

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

background-color css

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

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

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

border-color css

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

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

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