#E03A40

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

Shades of Alizarin #E03A40

Tints of Alizarin #E03A40

Color information

#E03A40 (or 0xE03A40) is unknown color: approx Alizarin. HEX triplet: E0, 3A and 40. RGB value is (224,58,64). Sum of RGB (Red+Green+Blue) = 224+58+64=346 (45% of max value = 765). Red value is 224 (87.89% from 255 or 64.74% from 346); Green value is 58 (23.05% from 255 or 16.76% from 346); Blue value is 64 (25.39% from 255 or 18.50% from 346); Max value from RGB is 224 - color contains mainly: red. Hex color #E03A40 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E03A40 is #1FC5BF. Grayscale: #6C6C6C. Windows color (decimal): -2082240 or 4209376. OLE color: 4209376.

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

Color convert

RGB2245864-
CMYK00.740.710.12
HSL357.83º72.81%55.29%-
HSV(B)357.83º74.11%87.84%-
XYZ33.1819.246.82-
YUV108.32103210.51-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 64.74%
GREEN value IS 58 (23.05% from 255) = 16.76%
BLUE value IS 64 (25.39% from 255) = 18.50%
R=64.74%
G=16.76%
B=18.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.71
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal224586400.740.710.12357.8372.8155.29
HexE03A4004A47C1664937
Octal3407210001121071454611167
Binary11100000111010100000001001010100011111001011001101001001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E03A40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E03A40; }

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

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

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

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

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

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

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

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