Html Css Color HEX #DF404A Amaranth

📋 copy color: '#DF404A'

red 223 ◦ green 64 ◦ blue 74

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

Shades of Amaranth #DF404A

Tints of Amaranth #DF404A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 20.5%

R = 61.77%
G = 17.73%
B = 20.5%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.67

 K value IS 0.13

RGB Variations

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

Color information

#DF404A (or 0xDF404A) is known color: Amaranth. HEX triplet: DF, 40 and 4A. RGB value is (223,64,74). Sum of RGB (Red+Green+Blue) = 223+64+74=361 (47% of max value = 765). Red value is 223 (87.5% from 255 or 61.77% from 361); Green value is 64 (25.39% from 255 or 17.73% from 361); Blue value is 74 (29.30% from 255 or 20.50% from 361); Max value from RGB is 223 - color contains mainly: red. Hex color #DF404A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF404A is #20BFB5. Grayscale: #707070. Windows color (decimal): -2146230 or 4866271. OLE color: 4866271.

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

Color convert

RGB 223 64 74 -
CMYK 0 0.71 0.67 0.13
HSL 356.23º 0.71% 0.56% -
HSV(B) 356.23º 0.71% 0.87% -
XYZ 33.5 19.85 8.54 -
YUV 112.68 106.18 206.69 -
System Red Green Blue C M Y K H S L
Decimal 223 64 74 0 0.71 0.67 0.13 356.23 0.71 0.56
Hex DF 40 4A 0 47 43 D 164 47 38
Octal 337 100 112 0 107 103 15 544 107 70
Binary 11011111 1000000 1001010 0 1000111 1000011 1101 101100100 1000111 111000

Color Harmonies of #DF404A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF404A

Black with #DF404A

Text Example


Text Example

White with #DF404A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF404A; }

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

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

background-color css

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

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

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

border-color css

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

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

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