#E0363F

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

Shades of Alizarin #E0363F

Tints of Alizarin #E0363F

Color information

#E0363F (or 0xE0363F) is unknown color: approx Alizarin. HEX triplet: E0, 36 and 3F. RGB value is (224,54,63). Sum of RGB (Red+Green+Blue) = 224+54+63=341 (45% of max value = 765). Red value is 224 (87.89% from 255 or 65.69% from 341); Green value is 54 (21.48% from 255 or 15.84% from 341); Blue value is 63 (25% from 255 or 18.48% from 341); Max value from RGB is 224 - color contains mainly: red. Hex color #E0363F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E0363F is #1FC9C0. Grayscale: #696969. Windows color (decimal): -2083265 or 4142816. OLE color: 4142816.

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

Color convert

RGB2245463-
CMYK00.760.720.12
HSL356.82º73.28%54.51%-
HSV(B)356.82º75.89%87.84%-
XYZ32.9618.846.6-
YUV105.86103.82212.27-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 65.69%
GREEN value IS 54 (21.48% from 255) = 15.84%
BLUE value IS 63 (25% from 255) = 18.48%
R=65.69%
G=15.84%
B=18.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.72
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal224546300.760.720.12356.8273.2854.51
HexE0363F04C48C1654937
Octal340667701141101454511167
Binary1110000011011011111101001100100100011001011001011001001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0363F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0363F; }

 p { color: rgb(224,54,63); }

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

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

 a { background-color: rgb(224,54,63); }

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

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

 span { border-color: rgb(224,54,63); }

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