#E21E2D

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

Shades of Alizarin #E21E2D

Tints of Alizarin #E21E2D

Color information

#E21E2D (or 0xE21E2D) is unknown color: approx Alizarin. HEX triplet: E2, 1E and 2D. RGB value is (226,30,45). Sum of RGB (Red+Green+Blue) = 226+30+45=301 (39% of max value = 765). Red value is 226 (88.67% from 255 or 75.08% from 301); Green value is 30 (12.11% from 255 or 9.97% from 301); Blue value is 45 (17.97% from 255 or 14.95% from 301); Max value from RGB is 226 - color contains mainly: red. Hex color #E21E2D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E21E2D is #1DE1D2. Grayscale: #5A5A5A. Windows color (decimal): -1958355 or 2957026. OLE color: 2957026.

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

Color convert

RGB2263045-
CMYK00.870.800.11
HSL355.41º77.17%50.2%-
HSV(B)355.41º86.73%88.63%-
XYZ32.317.294.12-
YUV90.31102.43224.78-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 75.08%
GREEN value IS 30 (12.11% from 255) = 9.97%
BLUE value IS 45 (17.97% from 255) = 14.95%
R=75.08%
G=9.97%
B=14.95%

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
Decimal226304500.870.800.11355.4177.1750.2
HexE21E2D05750B1634d32
Octal342365501271201354311562
Binary111000101111010110101010111101000010111011000111001101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E21E2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E21E2D; }

 p { color: rgb(226,30,45); }

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

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

 a { background-color: rgb(226,30,45); }

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

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

 span { border-color: rgb(226,30,45); }

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