#E8152B

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

Shades of Alizarin #E8152B

Tints of Alizarin #E8152B

Color information

#E8152B (or 0xE8152B) is unknown color: approx Alizarin. HEX triplet: E8, 15 and 2B. RGB value is (232,21,43). Sum of RGB (Red+Green+Blue) = 232+21+43=296 (39% of max value = 765). Red value is 232 (91.02% from 255 or 78.38% from 296); Green value is 21 (8.59% from 255 or 7.09% from 296); Blue value is 43 (17.19% from 255 or 14.53% from 296); Max value from RGB is 232 - color contains mainly: red. Hex color #E8152B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E8152B is #17EAD4. Grayscale: #565656. Windows color (decimal): -1567445 or 2823656. OLE color: 2823656.

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

Color convert

RGB2322143-
CMYK00.910.810.09
HSL353.74º83.4%49.61%-
HSV(B)353.74º90.95%90.98%-
XYZ33.9817.873.94-
YUV86.6103.4231.71-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 78.38%
GREEN value IS 21 (8.59% from 255) = 7.09%
BLUE value IS 43 (17.19% from 255) = 14.53%
R=78.38%
G=7.09%
B=14.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.81
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal232214300.910.810.09353.7483.449.61
HexE8152B05B5191625332
Octal350255301331211154212362
Binary111010001010110101101011011101000110011011000101010011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8152B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8152B; }

 p { color: rgb(232,21,43); }

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

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

 a { background-color: rgb(232,21,43); }

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

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

 span { border-color: rgb(232,21,43); }

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