#E71327

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

Shades of Alizarin #E71327

Tints of Alizarin #E71327

Color information

#E71327 (or 0xE71327) is unknown color: approx Alizarin. HEX triplet: E7, 13 and 27. RGB value is (231,19,39). Sum of RGB (Red+Green+Blue) = 231+19+39=289 (38% of max value = 765). Red value is 231 (90.62% from 255 or 79.93% from 289); Green value is 19 (7.81% from 255 or 6.57% from 289); Blue value is 39 (15.62% from 255 or 13.49% from 289); Max value from RGB is 231 - color contains mainly: red. Hex color #E71327 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E71327 is #18ECD8. Grayscale: #545454. Windows color (decimal): -1633497 or 2560999. OLE color: 2560999.

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

Color convert

RGB2311939-
CMYK00.920.830.09
HSL354.34º84.8%49.02%-
HSV(B)354.34º91.77%90.59%-
XYZ33.5517.63.55-
YUV84.67102.24232.37-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 79.93%
GREEN value IS 19 (7.81% from 255) = 6.57%
BLUE value IS 39 (15.62% from 255) = 13.49%
R=79.93%
G=6.57%
B=13.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.83
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal231193900.920.830.09354.3484.849.02
HexE7132705C5391625531
Octal347234701341231154212561
Binary111001111001110011101011100101001110011011000101010101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E71327

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E71327; }

 p { color: rgb(231,19,39); }

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

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

 a { background-color: rgb(231,19,39); }

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

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

 span { border-color: rgb(231,19,39); }

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