#E22B2F

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

Shades of Alizarin #E22B2F

Tints of Alizarin #E22B2F

Color information

#E22B2F (or 0xE22B2F) is unknown color: approx Alizarin. HEX triplet: E2, 2B and 2F. RGB value is (226,43,47). Sum of RGB (Red+Green+Blue) = 226+43+47=316 (41% of max value = 765). Red value is 226 (88.67% from 255 or 71.52% from 316); Green value is 43 (17.19% from 255 or 13.61% from 316); Blue value is 47 (18.75% from 255 or 14.87% from 316); Max value from RGB is 226 - color contains mainly: red. Hex color #E22B2F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E22B2F is #1DD4D0. Grayscale: #626262. Windows color (decimal): -1955025 or 3091426. OLE color: 3091426.

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

Color convert

RGB2264347-
CMYK00.810.790.11
HSL358.69º75.93%52.75%-
HSV(B)358.69º80.97%88.63%-
XYZ32.7418.14.46-
YUV98.1799.13219.17-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 71.52%
GREEN value IS 43 (17.19% from 255) = 13.61%
BLUE value IS 47 (18.75% from 255) = 14.87%
R=71.52%
G=13.61%
B=14.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.79
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal226434700.810.790.11358.6975.9352.75
HexE22B2F0514FB1674c35
Octal342535701211171354711465
Binary1110001010101110111101010001100111110111011001111001100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E22B2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E22B2F; }

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

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

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

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

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

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

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

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