Html Css Color HEX #E53F48 Amaranth

📋 copy color: '#E53F48'

red 229 ◦ green 63 ◦ blue 72

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

Shades of Amaranth #E53F48

Tints of Amaranth #E53F48

RGB

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

 GREEN value IS 63 (25% from 255) = 17.31%

 BLUE value IS 72 (28.52% from 255) = 19.78%

R = 62.91%
G = 17.31%
B = 19.78%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.69

 K value IS 0.10

RGB Variations

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

Color information

#E53F48 (or 0xE53F48) is known color: Amaranth. HEX triplet: E5, 3F and 48. RGB value is (229,63,72). Sum of RGB (Red+Green+Blue) = 229+63+72=364 (48% of max value = 765). Red value is 229 (89.84% from 255 or 62.91% from 364); Green value is 63 (25% from 255 or 17.31% from 364); Blue value is 72 (28.52% from 255 or 19.78% from 364); Max value from RGB is 229 - color contains mainly: red. Hex color #E53F48 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E53F48 is #1AC0B7. Grayscale: #717171. Windows color (decimal): -1753272 or 4734949. OLE color: 4734949.

HSL color Cylindrical-coordinate representation of color #E53F48: hue angle of 356.75º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E53F48 is Cyan = 0, Magento = 0.72, Yellow = 0.69 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 63 72 -
CMYK 0 0.72 0.69 0.10
HSL 356.75º 0.76% 0.57% -
HSV(B) 356.75º 0.72% 0.9% -
XYZ 35.26 20.68 8.26 -
YUV 113.66 104.5 210.27 -
System Red Green Blue C M Y K H S L
Decimal 229 63 72 0 0.72 0.69 0.10 356.75 0.76 0.57
Hex E5 3F 48 0 48 45 A 165 4C 39
Octal 345 77 110 0 110 105 12 545 114 71
Binary 11100101 111111 1001000 0 1001000 1000101 1010 101100101 1001100 111001

Color Harmonies of #E53F48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E53F48

Black with #E53F48

Text Example


Text Example

White with #E53F48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E53F48; }

 p { color: rgb(229,63,72); }

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

background-color css

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

 a { background-color: rgb(229,63,72); }

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

border-color css

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

 span { border-color: rgb(229,63,72); }

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