#E21D2E

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

Shades of Alizarin #E21D2E

Tints of Alizarin #E21D2E

Color information

#E21D2E (or 0xE21D2E) is unknown color: approx Alizarin. HEX triplet: E2, 1D and 2E. RGB value is (226,29,46). Sum of RGB (Red+Green+Blue) = 226+29+46=301 (39% of max value = 765). Red value is 226 (88.67% from 255 or 75.08% from 301); Green value is 29 (11.72% from 255 or 9.63% from 301); Blue value is 46 (18.36% from 255 or 15.28% from 301); Max value from RGB is 226 - color contains mainly: red. Hex color #E21D2E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E21D2E is #1DE2D1. Grayscale: #595959. Windows color (decimal): -1958610 or 3022306. OLE color: 3022306.

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

Color convert

RGB2262946-
CMYK00.870.800.11
HSL354.82º77.25%50%-
HSV(B)354.82º87.17%88.63%-
XYZ32.317.244.21-
YUV89.84103.27225.12-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 75.08%
GREEN value IS 29 (11.72% from 255) = 9.63%
BLUE value IS 46 (18.36% from 255) = 15.28%
R=75.08%
G=9.63%
B=15.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.80
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal226294600.870.800.11354.8277.2550
HexE21D2E05750B1634d32
Octal342355601271201354311562
Binary111000101110110111001010111101000010111011000111001101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E21D2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E21D2E; }

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

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

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

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

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

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

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

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