#E22B2D

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

Shades of Alizarin #E22B2D

Tints of Alizarin #E22B2D

Color information

#E22B2D (or 0xE22B2D) is unknown color: approx Alizarin. HEX triplet: E2, 2B and 2D. RGB value is (226,43,45). Sum of RGB (Red+Green+Blue) = 226+43+45=314 (41% of max value = 765). Red value is 226 (88.67% from 255 or 71.97% from 314); Green value is 43 (17.19% from 255 or 13.69% from 314); Blue value is 45 (17.97% from 255 or 14.33% from 314); Max value from RGB is 226 - color contains mainly: red. Hex color #E22B2D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E22B2D is #1DD4D2. Grayscale: #626262. Windows color (decimal): -1955027 or 2960354. OLE color: 2960354.

HSL color Cylindrical-coordinate representation of color #E22B2D: hue angle of 359.34º degrees, saturation: 0.76, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E22B2D is Cyan = 0, Magento = 0.81, Yellow = 0.80 and Black (K on CMYK) = 0.11.

Color convert

RGB2264345-
CMYK00.810.800.11
HSL359.34º75.93%52.75%-
HSV(B)359.34º80.97%88.63%-
XYZ32.718.094.25-
YUV97.9498.13219.34-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 71.97%
GREEN value IS 43 (17.19% from 255) = 13.69%
BLUE value IS 45 (17.97% from 255) = 14.33%
R=71.97%
G=13.69%
B=14.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.80
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal226434500.810.800.11359.3475.9352.75
HexE22B2D05150B1674c35
Octal342535501211201354711465
Binary1110001010101110110101010001101000010111011001111001100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E22B2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E22B2D; }

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

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

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

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

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

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

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

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