#E93A3E

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

Shades of Alizarin #E93A3E

Tints of Alizarin #E93A3E

Color information

#E93A3E (or 0xE93A3E) is unknown color: approx Alizarin. HEX triplet: E9, 3A and 3E. RGB value is (233,58,62). Sum of RGB (Red+Green+Blue) = 233+58+62=353 (46% of max value = 765). Red value is 233 (91.41% from 255 or 66.01% from 353); Green value is 58 (23.05% from 255 or 16.43% from 353); Blue value is 62 (24.61% from 255 or 17.56% from 353); Max value from RGB is 233 - color contains mainly: red. Hex color #E93A3E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E93A3E is #16C5C1. Grayscale: #6E6E6E. Windows color (decimal): -1492418 or 4078313. OLE color: 4078313.

HSL color Cylindrical-coordinate representation of color #E93A3E: hue angle of 358.63º 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 #E93A3E is Cyan = 0, Magento = 0.75, Yellow = 0.73 and Black (K on CMYK) = 0.09.

Color convert

RGB2335862-
CMYK00.750.730.09
HSL358.63º79.91%57.06%-
HSV(B)358.63º75.11%91.37%-
XYZ35.9920.76.66-
YUV110.78100.48215.17-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 66.01%
GREEN value IS 58 (23.05% from 255) = 16.43%
BLUE value IS 62 (24.61% from 255) = 17.56%
R=66.01%
G=16.43%
B=17.56%

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
Decimal233586200.750.730.09358.6379.9157.06
HexE93A3E04B4991675039
Octal351727601131111154712071
Binary1110100111101011111001001011100100110011011001111010000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E93A3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E93A3E; }

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

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

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

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

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

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

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

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