Html Css Color HEX #E5292A Alizarin

📋 copy color: '#E5292A'

red 229 ◦ green 41 ◦ blue 42

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

Shades of Alizarin #E5292A

Tints of Alizarin #E5292A

RGB

 RED value IS 229 (89.84% from 255) = 73.4%

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

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

R = 73.4%
G = 13.14%
B = 13.46%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.82

 K value IS 0.10

RGB Variations

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

Color information

#E5292A (or 0xE5292A) is known color: Alizarin. HEX triplet: E5, 29 and 2A. RGB value is (229,41,42). Sum of RGB (Red+Green+Blue) = 229+41+42=312 (41% of max value = 765). Red value is 229 (89.84% from 255 or 73.40% from 312); Green value is 41 (16.41% from 255 or 13.14% from 312); Blue value is 42 (16.80% from 255 or 13.46% from 312); Max value from RGB is 229 - color contains mainly: red. Hex color #E5292A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E5292A is #1AD6D5. Grayscale: #616161. Windows color (decimal): -1758934 or 2763237. OLE color: 2763237.

HSL color Cylindrical-coordinate representation of color #E5292A: hue angle of 359.68º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E5292A is Cyan = 0, Magento = 0.82, Yellow = 0.82 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 41 42 -
CMYK 0 0.82 0.82 0.10
HSL 359.68º 0.78% 0.53% -
HSV(B) 359.68º 0.82% 0.9% -
XYZ 33.52 18.41 3.98 -
YUV 97.33 96.78 221.92 -
System Red Green Blue C M Y K H S L
Decimal 229 41 42 0 0.82 0.82 0.10 359.68 0.78 0.53
Hex E5 29 2A 0 52 52 A 168 4E 35
Octal 345 51 52 0 122 122 12 550 116 65
Binary 11100101 101001 101010 0 1010010 1010010 1010 101101000 1001110 110101

Color Harmonies of #E5292A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5292A

Black with #E5292A

Text Example


Text Example

White with #E5292A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5292A; }

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

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

background-color css

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

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

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

border-color css

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

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

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