Html Css Color HEX #DF4046 Amaranth

📋 copy color: '#DF4046'

red 223 ◦ green 64 ◦ blue 70

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

Shades of Amaranth #DF4046

Tints of Amaranth #DF4046

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 19.61%

R = 62.46%
G = 17.93%
B = 19.61%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.69

 K value IS 0.13

RGB Variations

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

Color information

#DF4046 (or 0xDF4046) is known color: Amaranth. HEX triplet: DF, 40 and 46. RGB value is (223,64,70). Sum of RGB (Red+Green+Blue) = 223+64+70=357 (47% of max value = 765). Red value is 223 (87.5% from 255 or 62.46% from 357); Green value is 64 (25.39% from 255 or 17.93% from 357); Blue value is 70 (27.73% from 255 or 19.61% from 357); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4046 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF4046 is #20BFB9. Grayscale: #707070. Windows color (decimal): -2146234 or 4604127. OLE color: 4604127.

HSL color Cylindrical-coordinate representation of color #DF4046: hue angle of 357.74º 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 #DF4046 is Cyan = 0, Magento = 0.71, Yellow = 0.69 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 64 70 -
CMYK 0 0.71 0.69 0.13
HSL 357.74º 0.71% 0.56% -
HSV(B) 357.74º 0.71% 0.87% -
XYZ 33.37 19.8 7.86 -
YUV 112.23 104.18 207.01 -
System Red Green Blue C M Y K H S L
Decimal 223 64 70 0 0.71 0.69 0.13 357.74 0.71 0.56
Hex DF 40 46 0 47 45 D 166 47 38
Octal 337 100 106 0 107 105 15 546 107 70
Binary 11011111 1000000 1000110 0 1000111 1000101 1101 101100110 1000111 111000

Color Harmonies of #DF4046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF4046

Black with #DF4046

Text Example


Text Example

White with #DF4046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF4046; }

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

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

background-color css

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

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

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

border-color css

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

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

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