Html Css Color HEX #DF4048 Amaranth

📋 copy color: '#DF4048'

red 223 ◦ green 64 ◦ blue 72

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

Shades of Amaranth #DF4048

Tints of Amaranth #DF4048

RGB

 RED value IS 223 (87.5% from 255) = 62.12%

 GREEN value IS 64 (25.39% from 255) = 17.83%

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

R = 62.12%
G = 17.83%
B = 20.06%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.68

 K value IS 0.13

RGB Variations

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

Color information

#DF4048 (or 0xDF4048) is known color: Amaranth. HEX triplet: DF, 40 and 48. RGB value is (223,64,72). Sum of RGB (Red+Green+Blue) = 223+64+72=359 (47% of max value = 765). Red value is 223 (87.5% from 255 or 62.12% from 359); Green value is 64 (25.39% from 255 or 17.83% from 359); Blue value is 72 (28.52% from 255 or 20.06% from 359); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4048 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF4048 is #20BFB7. Grayscale: #707070. Windows color (decimal): -2146232 or 4735199. OLE color: 4735199.

HSL color Cylindrical-coordinate representation of color #DF4048: hue angle of 356.98º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DF4048 is Cyan = 0, Magento = 0.71, Yellow = 0.68 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 64 72 -
CMYK 0 0.71 0.68 0.13
HSL 356.98º 0.71% 0.56% -
HSV(B) 356.98º 0.71% 0.87% -
XYZ 33.43 19.82 8.19 -
YUV 112.45 105.18 206.85 -
System Red Green Blue C M Y K H S L
Decimal 223 64 72 0 0.71 0.68 0.13 356.98 0.71 0.56
Hex DF 40 48 0 47 44 D 165 47 38
Octal 337 100 110 0 107 104 15 545 107 70
Binary 11011111 1000000 1001000 0 1000111 1000100 1101 101100101 1000111 111000

Color Harmonies of #DF4048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF4048

Black with #DF4048

Text Example


Text Example

White with #DF4048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF4048; }

 p { color: rgb(223,64,72); }

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

background-color css

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

 a { background-color: rgb(223,64,72); }

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

border-color css

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

 span { border-color: rgb(223,64,72); }

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