#E02025

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

Shades of Alizarin #E02025

Tints of Alizarin #E02025

Color information

#E02025 (or 0xE02025) is unknown color: approx Alizarin. HEX triplet: E0, 20 and 25. RGB value is (224,32,37). Sum of RGB (Red+Green+Blue) = 224+32+37=293 (38% of max value = 765). Red value is 224 (87.89% from 255 or 76.45% from 293); Green value is 32 (12.89% from 255 or 10.92% from 293); Blue value is 37 (14.84% from 255 or 12.63% from 293); Max value from RGB is 224 - color contains mainly: red. Hex color #E02025 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E02025 is #1FDFDA. Grayscale: #5A5A5A. Windows color (decimal): -2088923 or 2433248. OLE color: 2433248.

HSL color Cylindrical-coordinate representation of color #E02025: hue angle of 358.44º 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 #E02025 is Cyan = 0, Magento = 0.86, Yellow = 0.83 and Black (K on CMYK) = 0.12.

Color convert

RGB2243237-
CMYK00.860.830.12
HSL358.44º75.59%50.2%-
HSV(B)358.44º85.71%87.84%-
XYZ31.5917.013.37-
YUV89.9898.11223.59-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 76.45%
GREEN value IS 32 (12.89% from 255) = 10.92%
BLUE value IS 37 (14.84% from 255) = 12.63%
R=76.45%
G=10.92%
B=12.63%

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
Decimal224323700.860.830.12358.4475.5950.2
HexE0202505653C1664c32
Octal340404501261231454611462
Binary1110000010000010010101010110101001111001011001101001100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E02025

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E02025; }

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

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

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

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

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

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

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

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