#E21D2C

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

Shades of Alizarin #E21D2C

Tints of Alizarin #E21D2C

Color information

#E21D2C (or 0xE21D2C) is unknown color: approx Alizarin. HEX triplet: E2, 1D and 2C. RGB value is (226,29,44). Sum of RGB (Red+Green+Blue) = 226+29+44=299 (39% of max value = 765). Red value is 226 (88.67% from 255 or 75.59% from 299); Green value is 29 (11.72% from 255 or 9.70% from 299); Blue value is 44 (17.58% from 255 or 14.72% from 299); Max value from RGB is 226 - color contains mainly: red. Hex color #E21D2C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E21D2C is #1DE2D3. Grayscale: #595959. Windows color (decimal): -1958612 or 2891234. OLE color: 2891234.

HSL color Cylindrical-coordinate representation of color #E21D2C: hue angle of 355.43º degrees, saturation: 0.77, 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 #E21D2C is Cyan = 0, Magento = 0.87, Yellow = 0.81 and Black (K on CMYK) = 0.11.

Color convert

RGB2262944-
CMYK00.870.810.11
HSL355.43º77.25%50%-
HSV(B)355.43º87.17%88.63%-
XYZ32.2617.234.01-
YUV89.61102.27225.28-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 75.59%
GREEN value IS 29 (11.72% from 255) = 9.70%
BLUE value IS 44 (17.58% from 255) = 14.72%
R=75.59%
G=9.70%
B=14.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.81
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal226294400.870.810.11355.4377.2550
HexE21D2C05751B1634d32
Octal342355401271211354311562
Binary111000101110110110001010111101000110111011000111001101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E21D2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E21D2C; }

 p { color: rgb(226,29,44); }

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

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

 a { background-color: rgb(226,29,44); }

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

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

 span { border-color: rgb(226,29,44); }

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