Html Css Color HEX #DF404E Amaranth

📋 copy color: '#DF404E'

red 223 ◦ green 64 ◦ blue 78

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

Shades of Amaranth #DF404E

Tints of Amaranth #DF404E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 21.37%

R = 61.1%
G = 17.53%
B = 21.37%

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

#DF404E (or 0xDF404E) is known color: Amaranth. HEX triplet: DF, 40 and 4E. RGB value is (223,64,78). Sum of RGB (Red+Green+Blue) = 223+64+78=365 (48% of max value = 765). Red value is 223 (87.5% from 255 or 61.10% from 365); Green value is 64 (25.39% from 255 or 17.53% from 365); Blue value is 78 (30.86% from 255 or 21.37% from 365); Max value from RGB is 223 - color contains mainly: red. Hex color #DF404E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF404E is #20BFB1. Grayscale: #717171. Windows color (decimal): -2146226 or 5128415. OLE color: 5128415.

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

Color convert

RGB 223 64 78 -
CMYK 0 0.71 0.65 0.13
HSL 354.72º 0.71% 0.56% -
HSV(B) 354.72º 0.71% 0.87% -
XYZ 33.64 19.9 9.28 -
YUV 113.14 108.18 206.36 -
System Red Green Blue C M Y K H S L
Decimal 223 64 78 0 0.71 0.65 0.13 354.72 0.71 0.56
Hex DF 40 4E 0 47 41 D 163 47 38
Octal 337 100 116 0 107 101 15 543 107 70
Binary 11011111 1000000 1001110 0 1000111 1000001 1101 101100011 1000111 111000

Color Harmonies of #DF404E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF404E

Black with #DF404E

Text Example


Text Example

White with #DF404E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF404E; }

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

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

background-color css

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

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

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

border-color css

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

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

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