Html Css Color HEX #E5313D Alizarin

📋 copy color: '#E5313D'

red 229 ◦ green 49 ◦ blue 61

#E5313D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Alizarin #E5313D

Tints of Alizarin #E5313D

RGB

 RED value IS 229 (89.84% from 255) = 67.55%

 GREEN value IS 49 (19.53% from 255) = 14.45%

 BLUE value IS 61 (24.22% from 255) = 17.99%

R = 67.55%
G = 14.45%
B = 17.99%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.73

 K value IS 0.10

RGB Variations

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

Color information

#E5313D (or 0xE5313D) is known color: Alizarin. HEX triplet: E5, 31 and 3D. RGB value is (229,49,61). Sum of RGB (Red+Green+Blue) = 229+49+61=339 (44% of max value = 765). Red value is 229 (89.84% from 255 or 67.55% from 339); Green value is 49 (19.53% from 255 or 14.45% from 339); Blue value is 61 (24.22% from 255 or 17.99% from 339); Max value from RGB is 229 - color contains mainly: red. Hex color #E5313D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E5313D is #1ACEC2. Grayscale: #686868. Windows color (decimal): -1756867 or 4010469. OLE color: 4010469.

HSL color Cylindrical-coordinate representation of color #E5313D: hue angle of 356º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E5313D is Cyan = 0, Magento = 0.79, Yellow = 0.73 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 49 61 -
CMYK 0 0.79 0.73 0.10
HSL 356º 0.78% 0.55% -
HSV(B) 356º 0.79% 0.9% -
XYZ 34.25 19.19 6.31 -
YUV 104.19 103.63 217.02 -
System Red Green Blue C M Y K H S L
Decimal 229 49 61 0 0.79 0.73 0.10 356 0.78 0.55
Hex E5 31 3D 0 4F 49 A 164 4E 37
Octal 345 61 75 0 117 111 12 544 116 67
Binary 11100101 110001 111101 0 1001111 1001001 1010 101100100 1001110 110111

Color Harmonies of #E5313D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5313D

Black with #E5313D

Text Example


Text Example

White with #E5313D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5313D; }

 p { color: rgb(229,49,61); }

 H1.HeaderClassName
 {
   color: #E5313D;
 }
 .AnyTagClassName
 {
   color: #E5313D;
 }
</style>

background-color css

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

 a { background-color: rgb(229,49,61); }

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

border-color css

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

 span { border-color: rgb(229,49,61); }

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