#E0223A

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

Shades of Alizarin #E0223A

Tints of Alizarin #E0223A

Color information

#E0223A (or 0xE0223A) is unknown color: approx Alizarin. HEX triplet: E0, 22 and 3A. RGB value is (224,34,58). Sum of RGB (Red+Green+Blue) = 224+34+58=316 (41% of max value = 765). Red value is 224 (87.89% from 255 or 70.89% from 316); Green value is 34 (13.67% from 255 or 10.76% from 316); Blue value is 58 (23.05% from 255 or 18.35% from 316); Max value from RGB is 224 - color contains mainly: red. Hex color #E0223A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E0223A is #1FDDC5. Grayscale: #5D5D5D. Windows color (decimal): -2088390 or 3810016. OLE color: 3810016.

HSL color Cylindrical-coordinate representation of color #E0223A: hue angle of 352.42º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E0223A is Cyan = 0, Magento = 0.85, Yellow = 0.74 and Black (K on CMYK) = 0.12.

Color convert

RGB2243458-
CMYK00.850.740.12
HSL352.42º75.4%50.59%-
HSV(B)352.42º84.82%87.84%-
XYZ32.0817.35.65-
YUV93.55107.95221.05-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 70.89%
GREEN value IS 34 (13.67% from 255) = 10.76%
BLUE value IS 58 (23.05% from 255) = 18.35%
R=70.89%
G=10.76%
B=18.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.74
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal224345800.850.740.12352.4275.450.59
HexE0223A0554AC1604b33
Octal340427201251121454011363
Binary1110000010001011101001010101100101011001011000001001011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0223A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0223A; }

 p { color: rgb(224,34,58); }

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

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

 a { background-color: rgb(224,34,58); }

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

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

 span { border-color: rgb(224,34,58); }

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