#E31D30

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

Shades of Alizarin #E31D30

Tints of Alizarin #E31D30

Color information

#E31D30 (or 0xE31D30) is unknown color: approx Alizarin. HEX triplet: E3, 1D and 30. RGB value is (227,29,48). Sum of RGB (Red+Green+Blue) = 227+29+48=304 (40% of max value = 765). Red value is 227 (89.06% from 255 or 74.67% from 304); Green value is 29 (11.72% from 255 or 9.54% from 304); Blue value is 48 (19.14% from 255 or 15.79% from 304); Max value from RGB is 227 - color contains mainly: red. Hex color #E31D30 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E31D30 is #1CE2CF. Grayscale: #5A5A5A. Windows color (decimal): -1893072 or 3153379. OLE color: 3153379.

HSL color Cylindrical-coordinate representation of color #E31D30: hue angle of 354.24º degrees, saturation: 0.78, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E31D30 is Cyan = 0, Magento = 0.87, Yellow = 0.79 and Black (K on CMYK) = 0.11.

Color convert

RGB2272948-
CMYK00.870.790.11
HSL354.24º77.95%50.2%-
HSV(B)354.24º87.22%89.02%-
XYZ32.6517.424.44-
YUV90.37104.1225.46-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 74.67%
GREEN value IS 29 (11.72% from 255) = 9.54%
BLUE value IS 48 (19.14% from 255) = 15.79%
R=74.67%
G=9.54%
B=15.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.79
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal227294800.870.790.11354.2477.9550.2
HexE31D300574FB1624e32
Octal343356001271171354211662
Binary111000111110111000001010111100111110111011000101001110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E31D30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E31D30; }

 p { color: rgb(227,29,48); }

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

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

 a { background-color: rgb(227,29,48); }

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

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

 span { border-color: rgb(227,29,48); }

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