#E02026

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

Shades of Alizarin #E02026

Tints of Alizarin #E02026

Color information

#E02026 (or 0xE02026) is unknown color: approx Alizarin. HEX triplet: E0, 20 and 26. RGB value is (224,32,38). Sum of RGB (Red+Green+Blue) = 224+32+38=294 (38% of max value = 765). Red value is 224 (87.89% from 255 or 76.19% from 294); Green value is 32 (12.89% from 255 or 10.88% from 294); Blue value is 38 (15.23% from 255 or 12.93% from 294); Max value from RGB is 224 - color contains mainly: red. Hex color #E02026 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E02026 is #1FDFD9. Grayscale: #5A5A5A. Windows color (decimal): -2088922 or 2498784. OLE color: 2498784.

HSL color Cylindrical-coordinate representation of color #E02026: hue angle of 358.12º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E02026 is Cyan = 0, Magento = 0.86, Yellow = 0.83 and Black (K on CMYK) = 0.12.

Color convert

RGB2243238-
CMYK00.860.830.12
HSL358.12º75.59%50.2%-
HSV(B)358.12º85.71%87.84%-
XYZ31.6117.023.45-
YUV90.0998.61223.51-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 76.19%
GREEN value IS 32 (12.89% from 255) = 10.88%
BLUE value IS 38 (15.23% from 255) = 12.93%
R=76.19%
G=10.88%
B=12.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.83
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal224323800.860.830.12358.1275.5950.2
HexE0202605653C1664c32
Octal340404601261231454611462
Binary1110000010000010011001010110101001111001011001101001100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E02026

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E02026; }

 p { color: rgb(224,32,38); }

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

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

 a { background-color: rgb(224,32,38); }

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

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

 span { border-color: rgb(224,32,38); }

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