Html Css Color HEX #DF404F Amaranth

📋 copy color: '#DF404F'

red 223 ◦ green 64 ◦ blue 79

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

Shades of Amaranth #DF404F

Tints of Amaranth #DF404F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 21.58%

R = 60.93%
G = 17.49%
B = 21.58%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.65

 K value IS 0.13

RGB Variations

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

Color information

#DF404F (or 0xDF404F) is known color: Amaranth. HEX triplet: DF, 40 and 4F. RGB value is (223,64,79). Sum of RGB (Red+Green+Blue) = 223+64+79=366 (48% of max value = 765). Red value is 223 (87.5% from 255 or 60.93% from 366); Green value is 64 (25.39% from 255 or 17.49% from 366); Blue value is 79 (31.25% from 255 or 21.58% from 366); Max value from RGB is 223 - color contains mainly: red. Hex color #DF404F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF404F is #20BFB0. Grayscale: #717171. Windows color (decimal): -2146225 or 5193951. OLE color: 5193951.

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

Color convert

RGB 223 64 79 -
CMYK 0 0.71 0.65 0.13
HSL 354.34º 0.71% 0.56% -
HSV(B) 354.34º 0.71% 0.87% -
XYZ 33.68 19.92 9.47 -
YUV 113.25 108.68 206.28 -
System Red Green Blue C M Y K H S L
Decimal 223 64 79 0 0.71 0.65 0.13 354.34 0.71 0.56
Hex DF 40 4F 0 47 41 D 162 47 38
Octal 337 100 117 0 107 101 15 542 107 70
Binary 11011111 1000000 1001111 0 1000111 1000001 1101 101100010 1000111 111000

Color Harmonies of #DF404F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF404F

Black with #DF404F

Text Example


Text Example

White with #DF404F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF404F; }

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

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

background-color css

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

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

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

border-color css

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

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

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