#E22B30

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

Shades of Alizarin #E22B30

Tints of Alizarin #E22B30

Color information

#E22B30 (or 0xE22B30) is unknown color: approx Alizarin. HEX triplet: E2, 2B and 30. RGB value is (226,43,48). Sum of RGB (Red+Green+Blue) = 226+43+48=317 (41% of max value = 765). Red value is 226 (88.67% from 255 or 71.29% from 317); Green value is 43 (17.19% from 255 or 13.56% from 317); Blue value is 48 (19.14% from 255 or 15.14% from 317); Max value from RGB is 226 - color contains mainly: red. Hex color #E22B30 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E22B30 is #1DD4CF. Grayscale: #626262. Windows color (decimal): -1955024 or 3156962. OLE color: 3156962.

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

Color convert

RGB2264348-
CMYK00.810.790.11
HSL358.36º75.93%52.75%-
HSV(B)358.36º80.97%88.63%-
XYZ32.7618.114.57-
YUV98.2999.63219.09-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 71.29%
GREEN value IS 43 (17.19% from 255) = 13.56%
BLUE value IS 48 (19.14% from 255) = 15.14%
R=71.29%
G=13.56%
B=15.14%

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
Decimal226434800.810.790.11358.3675.9352.75
HexE22B300514FB1664c35
Octal342536001211171354611465
Binary1110001010101111000001010001100111110111011001101001100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E22B30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E22B30; }

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

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

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

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

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

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

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

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