Html Css Color HEX #DF404C Amaranth

📋 copy color: '#DF404C'

red 223 ◦ green 64 ◦ blue 76

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

Shades of Amaranth #DF404C

Tints of Amaranth #DF404C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 20.94%

R = 61.43%
G = 17.63%
B = 20.94%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.66

 K value IS 0.13

RGB Variations

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

Color information

#DF404C (or 0xDF404C) is known color: Amaranth. HEX triplet: DF, 40 and 4C. RGB value is (223,64,76). Sum of RGB (Red+Green+Blue) = 223+64+76=363 (48% of max value = 765). Red value is 223 (87.5% from 255 or 61.43% from 363); Green value is 64 (25.39% from 255 or 17.63% from 363); Blue value is 76 (30.08% from 255 or 20.94% from 363); Max value from RGB is 223 - color contains mainly: red. Hex color #DF404C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF404C is #20BFB3. Grayscale: #717171. Windows color (decimal): -2146228 or 4997343. OLE color: 4997343.

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

Color convert

RGB 223 64 76 -
CMYK 0 0.71 0.66 0.13
HSL 355.47º 0.71% 0.56% -
HSV(B) 355.47º 0.71% 0.87% -
XYZ 33.57 19.88 8.9 -
YUV 112.91 107.18 206.52 -
System Red Green Blue C M Y K H S L
Decimal 223 64 76 0 0.71 0.66 0.13 355.47 0.71 0.56
Hex DF 40 4C 0 47 42 D 163 47 38
Octal 337 100 114 0 107 102 15 543 107 70
Binary 11011111 1000000 1001100 0 1000111 1000010 1101 101100011 1000111 111000

Color Harmonies of #DF404C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF404C

Black with #DF404C

Text Example


Text Example

White with #DF404C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF404C; }

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

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

background-color css

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

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

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

border-color css

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

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

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