#E8203F

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

Shades of Alizarin #E8203F

Tints of Alizarin #E8203F

Color information

#E8203F (or 0xE8203F) is unknown color: approx Alizarin. HEX triplet: E8, 20 and 3F. RGB value is (232,32,63). Sum of RGB (Red+Green+Blue) = 232+32+63=327 (43% of max value = 765). Red value is 232 (91.02% from 255 or 70.95% from 327); Green value is 32 (12.89% from 255 or 9.79% from 327); Blue value is 63 (25% from 255 or 19.27% from 327); Max value from RGB is 232 - color contains mainly: red. Hex color #E8203F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E8203F is #17DFC0. Grayscale: #5F5F5F. Windows color (decimal): -1564609 or 4137192. OLE color: 4137192.

HSL color Cylindrical-coordinate representation of color #E8203F: hue angle of 350.7º degrees, saturation: 0.81, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E8203F is Cyan = 0, Magento = 0.86, Yellow = 0.73 and Black (K on CMYK) = 0.09.

Color convert

RGB2323263-
CMYK00.860.730.09
HSL350.7º81.3%51.76%-
HSV(B)350.7º86.21%90.98%-
XYZ34.6918.556.45-
YUV95.33109.76225.48-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 70.95%
GREEN value IS 32 (12.89% from 255) = 9.79%
BLUE value IS 63 (25% from 255) = 19.27%
R=70.95%
G=9.79%
B=19.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.73
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal232326300.860.730.09350.781.351.76
HexE8203F05649915f5134
Octal350407701261111153712164
Binary1110100010000011111101010110100100110011010111111010001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8203F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8203F; }

 p { color: rgb(232,32,63); }

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

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

 a { background-color: rgb(232,32,63); }

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

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

 span { border-color: rgb(232,32,63); }

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