#E7292C

Color #E7292C Alizarin (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Alizarin #E7292C

Tints of Alizarin #E7292C

Color information

#E7292C (or 0xE7292C) is unknown color: approx Alizarin. HEX triplet: E7, 29 and 2C. RGB value is (231,41,44). Sum of RGB (Red+Green+Blue) = 231+41+44=316 (41% of max value = 765). Red value is 231 (90.62% from 255 or 73.10% from 316); Green value is 41 (16.41% from 255 or 12.97% from 316); Blue value is 44 (17.58% from 255 or 13.92% from 316); Max value from RGB is 231 - color contains mainly: red. Hex color #E7292C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E7292C is #18D6D3. Grayscale: #626262. Windows color (decimal): -1627860 or 2894311. OLE color: 2894311.

HSL color Cylindrical-coordinate representation of color #E7292C: hue angle of 359.05º degrees, saturation: 0.8, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E7292C is Cyan = 0, Magento = 0.82, Yellow = 0.81 and Black (K on CMYK) = 0.09.

Color convert

RGB2314144-
CMYK00.820.810.09
HSL359.05º79.83%53.33%-
HSV(B)359.05º82.25%90.59%-
XYZ34.218.764.2-
YUV98.1597.45222.76-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 73.10%
GREEN value IS 41 (16.41% from 255) = 12.97%
BLUE value IS 44 (17.58% from 255) = 13.92%
R=73.10%
G=12.97%
B=13.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.81
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal231414400.820.810.09359.0579.8353.33
HexE7292C0525191675035
Octal347515401221211154712065
Binary1110011110100110110001010010101000110011011001111010000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7292C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7292C; }

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

 H1.HeaderClassName
 {
   color: #E7292C;
 }
 .AnyTagClassName
 {
   color: #E7292C;
 }
</style>
background-color css

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

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

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

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

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

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