#E2212B

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

Shades of Alizarin #E2212B

Tints of Alizarin #E2212B

Color information

#E2212B (or 0xE2212B) is unknown color: approx Alizarin. HEX triplet: E2, 21 and 2B. RGB value is (226,33,43). Sum of RGB (Red+Green+Blue) = 226+33+43=302 (40% of max value = 765). Red value is 226 (88.67% from 255 or 74.83% from 302); Green value is 33 (13.28% from 255 or 10.93% from 302); Blue value is 43 (17.19% from 255 or 14.24% from 302); Max value from RGB is 226 - color contains mainly: red. Hex color #E2212B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E2212B is #1DDED4. Grayscale: #5C5C5C. Windows color (decimal): -1957589 or 2826722. OLE color: 2826722.

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

Color convert

RGB2263343-
CMYK00.850.810.11
HSL356.89º76.89%50.78%-
HSV(B)356.89º85.4%88.63%-
XYZ32.3417.433.95-
YUV91.85100.44223.69-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 74.83%
GREEN value IS 33 (13.28% from 255) = 10.93%
BLUE value IS 43 (17.19% from 255) = 14.24%
R=74.83%
G=10.93%
B=14.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.81
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal226334300.850.810.11356.8976.8950.78
HexE2212B05551B1654d33
Octal342415301251211354511563
Binary1110001010000110101101010101101000110111011001011001101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2212B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2212B; }

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

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

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

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

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

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

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

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