#E8313A

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

Shades of Alizarin #E8313A

Tints of Alizarin #E8313A

Color information

#E8313A (or 0xE8313A) is unknown color: approx Alizarin. HEX triplet: E8, 31 and 3A. RGB value is (232,49,58). Sum of RGB (Red+Green+Blue) = 232+49+58=339 (44% of max value = 765). Red value is 232 (91.02% from 255 or 68.44% from 339); Green value is 49 (19.53% from 255 or 14.45% from 339); Blue value is 58 (23.05% from 255 or 17.11% from 339); Max value from RGB is 232 - color contains mainly: red. Hex color #E8313A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E8313A is #17CEC5. Grayscale: #686868. Windows color (decimal): -1560262 or 3813864. OLE color: 3813864.

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

Color convert

RGB2324958-
CMYK00.790.750.09
HSL357.05º79.91%55.1%-
HSV(B)357.05º78.88%90.98%-
XYZ35.1419.665.95-
YUV104.74101.63218.77-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 68.44%
GREEN value IS 49 (19.53% from 255) = 14.45%
BLUE value IS 58 (23.05% from 255) = 17.11%
R=68.44%
G=14.45%
B=17.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.75
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal232495800.790.750.09357.0579.9155.1
HexE8313A04F4B91655037
Octal350617201171131154512067
Binary1110100011000111101001001111100101110011011001011010000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8313A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8313A; }

 p { color: rgb(232,49,58); }

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

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

 a { background-color: rgb(232,49,58); }

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

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

 span { border-color: rgb(232,49,58); }

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