#E31428

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

Shades of Alizarin #E31428

Tints of Alizarin #E31428

Color information

#E31428 (or 0xE31428) is unknown color: approx Alizarin. HEX triplet: E3, 14 and 28. RGB value is (227,20,40). Sum of RGB (Red+Green+Blue) = 227+20+40=287 (38% of max value = 765). Red value is 227 (89.06% from 255 or 79.09% from 287); Green value is 20 (8.20% from 255 or 6.97% from 287); Blue value is 40 (16.02% from 255 or 13.94% from 287); Max value from RGB is 227 - color contains mainly: red. Hex color #E31428 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E31428 is #1CEBD7. Grayscale: #545454. Windows color (decimal): -1895384 or 2626787. OLE color: 2626787.

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

Color convert

RGB2272040-
CMYK00.910.820.11
HSL354.2º83.81%48.43%-
HSV(B)354.2º91.19%89.02%-
XYZ32.3116.983.58-
YUV84.17103.08229.87-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 79.09%
GREEN value IS 20 (8.20% from 255) = 6.97%
BLUE value IS 40 (16.02% from 255) = 13.94%
R=79.09%
G=6.97%
B=13.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.82
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal227204000.910.820.11354.283.8148.43
HexE3142805B52B1625430
Octal343245001331221354212460
Binary111000111010010100001011011101001010111011000101010100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E31428

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E31428; }

 p { color: rgb(227,20,40); }

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

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

 a { background-color: rgb(227,20,40); }

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

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

 span { border-color: rgb(227,20,40); }

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