#E93A3F

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

Shades of Alizarin #E93A3F

Tints of Alizarin #E93A3F

Color information

#E93A3F (or 0xE93A3F) is unknown color: approx Alizarin. HEX triplet: E9, 3A and 3F. RGB value is (233,58,63). Sum of RGB (Red+Green+Blue) = 233+58+63=354 (46% of max value = 765). Red value is 233 (91.41% from 255 or 65.82% from 354); Green value is 58 (23.05% from 255 or 16.38% from 354); Blue value is 63 (25% from 255 or 17.80% from 354); Max value from RGB is 233 - color contains mainly: red. Hex color #E93A3F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E93A3F is #16C5C0. Grayscale: #6F6F6F. Windows color (decimal): -1492417 or 4143849. OLE color: 4143849.

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

Color convert

RGB2335863-
CMYK00.750.730.09
HSL358.29º79.91%57.06%-
HSV(B)358.29º75.11%91.37%-
XYZ36.0120.716.8-
YUV110.9100.98215.09-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 65.82%
GREEN value IS 58 (23.05% from 255) = 16.38%
BLUE value IS 63 (25% from 255) = 17.80%
R=65.82%
G=16.38%
B=17.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.73
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal233586300.750.730.09358.2979.9157.06
HexE93A3F04B4991665039
Octal351727701131111154612071
Binary1110100111101011111101001011100100110011011001101010000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E93A3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E93A3F; }

 p { color: rgb(233,58,63); }

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

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

 a { background-color: rgb(233,58,63); }

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

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

 span { border-color: rgb(233,58,63); }

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