#E81A2E

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

Shades of Alizarin #E81A2E

Tints of Alizarin #E81A2E

Color information

#E81A2E (or 0xE81A2E) is unknown color: approx Alizarin. HEX triplet: E8, 1A and 2E. RGB value is (232,26,46). Sum of RGB (Red+Green+Blue) = 232+26+46=304 (40% of max value = 765). Red value is 232 (91.02% from 255 or 76.32% from 304); Green value is 26 (10.55% from 255 or 8.55% from 304); Blue value is 46 (18.36% from 255 or 15.13% from 304); Max value from RGB is 232 - color contains mainly: red. Hex color #E81A2E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E81A2E is #17E5D1. Grayscale: #5A5A5A. Windows color (decimal): -1566162 or 3021544. OLE color: 3021544.

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

Color convert

RGB2322646-
CMYK00.890.800.09
HSL354.17º81.75%50.59%-
HSV(B)354.17º88.79%90.98%-
XYZ34.1418.094.28-
YUV89.87103.25229.37-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 76.32%
GREEN value IS 26 (10.55% from 255) = 8.55%
BLUE value IS 46 (18.36% from 255) = 15.13%
R=76.32%
G=8.55%
B=15.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.80
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal232264600.890.800.09354.1781.7550.59
HexE81A2E0595091625233
Octal350325601311201154212263
Binary111010001101010111001011001101000010011011000101010010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E81A2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E81A2E; }

 p { color: rgb(232,26,46); }

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

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

 a { background-color: rgb(232,26,46); }

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

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

 span { border-color: rgb(232,26,46); }

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