Html Css Color HEX #E5353A Alizarin

📋 copy color: '#E5353A'

red 229 ◦ green 53 ◦ blue 58

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

Shades of Alizarin #E5353A

Tints of Alizarin #E5353A

RGB

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

 GREEN value IS 53 (21.09% from 255) = 15.59%

 BLUE value IS 58 (23.05% from 255) = 17.06%

R = 67.35%
G = 15.59%
B = 17.06%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.75

 K value IS 0.10

RGB Variations

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

Color information

#E5353A (or 0xE5353A) is known color: Alizarin. HEX triplet: E5, 35 and 3A. RGB value is (229,53,58). Sum of RGB (Red+Green+Blue) = 229+53+58=340 (45% of max value = 765). Red value is 229 (89.84% from 255 or 67.35% from 340); Green value is 53 (21.09% from 255 or 15.59% from 340); Blue value is 58 (23.05% from 255 or 17.06% from 340); Max value from RGB is 229 - color contains mainly: red. Hex color #E5353A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E5353A is #1ACAC5. Grayscale: #6A6A6A. Windows color (decimal): -1755846 or 3814885. OLE color: 3814885.

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

Color convert

RGB 229 53 58 -
CMYK 0 0.77 0.75 0.10
HSL 358.3º 0.77% 0.55% -
HSV(B) 358.3º 0.77% 0.9% -
XYZ 34.35 19.51 5.96 -
YUV 106.19 100.81 215.59 -
System Red Green Blue C M Y K H S L
Decimal 229 53 58 0 0.77 0.75 0.10 358.3 0.77 0.55
Hex E5 35 3A 0 4D 4B A 166 4D 37
Octal 345 65 72 0 115 113 12 546 115 67
Binary 11100101 110101 111010 0 1001101 1001011 1010 101100110 1001101 110111

Color Harmonies of #E5353A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5353A

Black with #E5353A

Text Example


Text Example

White with #E5353A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5353A; }

 p { color: rgb(229,53,58); }

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

background-color css

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

 a { background-color: rgb(229,53,58); }

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

border-color css

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

 span { border-color: rgb(229,53,58); }

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