#E22B2E

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

Shades of Alizarin #E22B2E

Tints of Alizarin #E22B2E

Color information

#E22B2E (or 0xE22B2E) is unknown color: approx Alizarin. HEX triplet: E2, 2B and 2E. RGB value is (226,43,46). Sum of RGB (Red+Green+Blue) = 226+43+46=315 (41% of max value = 765). Red value is 226 (88.67% from 255 or 71.75% from 315); Green value is 43 (17.19% from 255 or 13.65% from 315); Blue value is 46 (18.36% from 255 or 14.60% from 315); Max value from RGB is 226 - color contains mainly: red. Hex color #E22B2E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E22B2E is #1DD4D1. Grayscale: #626262. Windows color (decimal): -1955026 or 3025890. OLE color: 3025890.

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

Color convert

RGB2264346-
CMYK00.810.800.11
HSL359.02º75.93%52.75%-
HSV(B)359.02º80.97%88.63%-
XYZ32.7218.094.35-
YUV98.0698.63219.26-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 71.75%
GREEN value IS 43 (17.19% from 255) = 13.65%
BLUE value IS 46 (18.36% from 255) = 14.60%
R=71.75%
G=13.65%
B=14.60%

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
Decimal226434600.810.800.11359.0275.9352.75
HexE22B2E05150B1674c35
Octal342535601211201354711465
Binary1110001010101110111001010001101000010111011001111001100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E22B2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E22B2E; }

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

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

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

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

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

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

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

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