#E91C1E

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

Shades of Alizarin #E91C1E

Tints of Alizarin #E91C1E

Color information

#E91C1E (or 0xE91C1E) is unknown color: approx Alizarin. HEX triplet: E9, 1C and 1E. RGB value is (233,28,30). Sum of RGB (Red+Green+Blue) = 233+28+30=291 (38% of max value = 765). Red value is 233 (91.41% from 255 or 80.07% from 291); Green value is 28 (11.33% from 255 or 9.62% from 291); Blue value is 30 (12.11% from 255 or 10.31% from 291); Max value from RGB is 233 - color contains mainly: red. Hex color #E91C1E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E91C1E is #16E3E1. Grayscale: #595959. Windows color (decimal): -1500130 or 1973481. OLE color: 1973481.

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

Color convert

RGB2332830-
CMYK00.880.870.09
HSL359.41º82.33%51.18%-
HSV(B)359.41º87.98%91.37%-
XYZ34.2518.252.95-
YUV89.5294.42230.34-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 80.07%
GREEN value IS 28 (11.33% from 255) = 9.62%
BLUE value IS 30 (12.11% from 255) = 10.31%
R=80.07%
G=9.62%
B=10.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.87
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal233283000.880.870.09359.4182.3351.18
HexE91C1E0585791675233
Octal351343601301271154712263
Binary11101001111001111001011000101011110011011001111010010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E91C1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E91C1E; }

 p { color: rgb(233,28,30); }

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

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

 a { background-color: rgb(233,28,30); }

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

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

 span { border-color: rgb(233,28,30); }

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