Html Css Color HEX #E03548 Amaranth

📋 copy color: '#E03548'

red 224 ◦ green 53 ◦ blue 72

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

Shades of Amaranth #E03548

Tints of Amaranth #E03548

RGB

 RED value IS 224 (87.89% from 255) = 64.18%

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

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

R = 64.18%
G = 15.19%
B = 20.63%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.68

 K value IS 0.12

RGB Variations

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

Color information

#E03548 (or 0xE03548) is known color: Amaranth. HEX triplet: E0, 35 and 48. RGB value is (224,53,72). Sum of RGB (Red+Green+Blue) = 224+53+72=349 (46% of max value = 765). Red value is 224 (87.89% from 255 or 64.18% from 349); Green value is 53 (21.09% from 255 or 15.19% from 349); Blue value is 72 (28.52% from 255 or 20.63% from 349); Max value from RGB is 224 - color contains mainly: red. Hex color #E03548 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E03548 is #1FCAB7. Grayscale: #6A6A6A. Windows color (decimal): -2083512 or 4732384. OLE color: 4732384.

HSL color Cylindrical-coordinate representation of color #E03548: hue angle of 353.33º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #E03548 is Cyan = 0, Magento = 0.76, Yellow = 0.68 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 53 72 -
CMYK 0 0.76 0.68 0.12
HSL 353.33º 0.73% 0.54% -
HSV(B) 353.33º 0.76% 0.88% -
XYZ 33.18 18.86 8.02 -
YUV 106.3 108.65 211.96 -
System Red Green Blue C M Y K H S L
Decimal 224 53 72 0 0.76 0.68 0.12 353.33 0.73 0.54
Hex E0 35 48 0 4C 44 C 161 49 36
Octal 340 65 110 0 114 104 14 541 111 66
Binary 11100000 110101 1001000 0 1001100 1000100 1100 101100001 1001001 110110

Color Harmonies of #E03548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E03548

Black with #E03548

Text Example


Text Example

White with #E03548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E03548; }

 p { color: rgb(224,53,72); }

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

background-color css

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

 a { background-color: rgb(224,53,72); }

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

border-color css

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

 span { border-color: rgb(224,53,72); }

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