Html Css Color HEX #E5313C Alizarin

📋 copy color: '#E5313C'

red 229 ◦ green 49 ◦ blue 60

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

Shades of Alizarin #E5313C

Tints of Alizarin #E5313C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 17.75%

R = 67.75%
G = 14.5%
B = 17.75%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.74

 K value IS 0.10

RGB Variations

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

Color information

#E5313C (or 0xE5313C) is known color: Alizarin. HEX triplet: E5, 31 and 3C. RGB value is (229,49,60). Sum of RGB (Red+Green+Blue) = 229+49+60=338 (44% of max value = 765). Red value is 229 (89.84% from 255 or 67.75% from 338); Green value is 49 (19.53% from 255 or 14.50% from 338); Blue value is 60 (23.83% from 255 or 17.75% from 338); Max value from RGB is 229 - color contains mainly: red. Hex color #E5313C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E5313C is #1ACEC3. Grayscale: #686868. Windows color (decimal): -1756868 or 3944933. OLE color: 3944933.

HSL color Cylindrical-coordinate representation of color #E5313C: hue angle of 356.33º 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 #E5313C is Cyan = 0, Magento = 0.79, Yellow = 0.74 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 49 60 -
CMYK 0 0.79 0.74 0.10
HSL 356.33º 0.78% 0.55% -
HSV(B) 356.33º 0.79% 0.9% -
XYZ 34.23 19.18 6.17 -
YUV 104.07 103.13 217.11 -
System Red Green Blue C M Y K H S L
Decimal 229 49 60 0 0.79 0.74 0.10 356.33 0.78 0.55
Hex E5 31 3C 0 4F 4A A 164 4E 37
Octal 345 61 74 0 117 112 12 544 116 67
Binary 11100101 110001 111100 0 1001111 1001010 1010 101100100 1001110 110111

Color Harmonies of #E5313C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5313C

Black with #E5313C

Text Example


Text Example

White with #E5313C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5313C; }

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

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

background-color css

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

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

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

border-color css

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

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

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