Html Css Color HEX #E03F45 Amaranth

📋 copy color: '#E03F45'

red 224 ◦ green 63 ◦ blue 69

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

Shades of Amaranth #E03F45

Tints of Amaranth #E03F45

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 19.38%

R = 62.92%
G = 17.7%
B = 19.38%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.69

 K value IS 0.12

RGB Variations

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

Color information

#E03F45 (or 0xE03F45) is known color: Amaranth. HEX triplet: E0, 3F and 45. RGB value is (224,63,69). Sum of RGB (Red+Green+Blue) = 224+63+69=356 (47% of max value = 765). Red value is 224 (87.89% from 255 or 62.92% from 356); Green value is 63 (25% from 255 or 17.70% from 356); Blue value is 69 (27.34% from 255 or 19.38% from 356); Max value from RGB is 224 - color contains mainly: red. Hex color #E03F45 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E03F45 is #1FC0BA. Grayscale: #6F6F6F. Windows color (decimal): -2080955 or 4538336. OLE color: 4538336.

HSL color Cylindrical-coordinate representation of color #E03F45: hue angle of 357.76º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E03F45 is Cyan = 0, Magento = 0.72, Yellow = 0.69 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 63 69 -
CMYK 0 0.72 0.69 0.12
HSL 357.76º 0.72% 0.56% -
HSV(B) 357.76º 0.72% 0.88% -
XYZ 33.59 19.83 7.69 -
YUV 111.82 103.84 208.01 -
System Red Green Blue C M Y K H S L
Decimal 224 63 69 0 0.72 0.69 0.12 357.76 0.72 0.56
Hex E0 3F 45 0 48 45 C 166 48 38
Octal 340 77 105 0 110 105 14 546 110 70
Binary 11100000 111111 1000101 0 1001000 1000101 1100 101100110 1001000 111000

Color Harmonies of #E03F45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E03F45

Black with #E03F45

Text Example


Text Example

White with #E03F45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E03F45; }

 p { color: rgb(224,63,69); }

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

background-color css

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

 a { background-color: rgb(224,63,69); }

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

border-color css

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

 span { border-color: rgb(224,63,69); }

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