#E71425

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

Shades of Alizarin #E71425

Tints of Alizarin #E71425

Color information

#E71425 (or 0xE71425) is unknown color: approx Alizarin. HEX triplet: E7, 14 and 25. RGB value is (231,20,37). Sum of RGB (Red+Green+Blue) = 231+20+37=288 (38% of max value = 765). Red value is 231 (90.62% from 255 or 80.21% from 288); Green value is 20 (8.20% from 255 or 6.94% from 288); Blue value is 37 (14.84% from 255 or 12.85% from 288); Max value from RGB is 231 - color contains mainly: red. Hex color #E71425 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E71425 is #18EBDA. Grayscale: #555555. Windows color (decimal): -1633243 or 2430183. OLE color: 2430183.

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

Color convert

RGB2312037-
CMYK00.910.840.09
HSL355.17º84.06%49.22%-
HSV(B)355.17º91.34%90.59%-
XYZ33.5417.623.38-
YUV85.03100.9232.12-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 80.21%
GREEN value IS 20 (8.20% from 255) = 6.94%
BLUE value IS 37 (14.84% from 255) = 12.85%
R=80.21%
G=6.94%
B=12.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.84
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal231203700.910.840.09355.1784.0649.22
HexE7142505B5491635431
Octal347244501331241154312461
Binary111001111010010010101011011101010010011011000111010100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E71425

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E71425; }

 p { color: rgb(231,20,37); }

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

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

 a { background-color: rgb(231,20,37); }

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

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

 span { border-color: rgb(231,20,37); }

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