Html Css Color HEX #DF314A Amaranth

📋 copy color: '#DF314A'

red 223 ◦ green 49 ◦ blue 74

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

Shades of Amaranth #DF314A

Tints of Amaranth #DF314A

RGB

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

 GREEN value IS 49 (19.53% from 255) = 14.16%

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

R = 64.45%
G = 14.16%
B = 21.39%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.67

 K value IS 0.13

RGB Variations

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

Color information

#DF314A (or 0xDF314A) is known color: Amaranth. HEX triplet: DF, 31 and 4A. RGB value is (223,49,74). Sum of RGB (Red+Green+Blue) = 223+49+74=346 (45% of max value = 765). Red value is 223 (87.5% from 255 or 64.45% from 346); Green value is 49 (19.53% from 255 or 14.16% from 346); Blue value is 74 (29.30% from 255 or 21.39% from 346); Max value from RGB is 223 - color contains mainly: red. Hex color #DF314A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF314A is #20CEB5. Grayscale: #676767. Windows color (decimal): -2150070 or 4862431. OLE color: 4862431.

HSL color Cylindrical-coordinate representation of color #DF314A: hue angle of 351.38º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DF314A is Cyan = 0, Magento = 0.78, Yellow = 0.67 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 49 74 -
CMYK 0 0.78 0.67 0.13
HSL 351.38º 0.73% 0.53% -
HSV(B) 351.38º 0.78% 0.87% -
XYZ 32.77 18.38 8.3 -
YUV 103.88 111.15 212.97 -
System Red Green Blue C M Y K H S L
Decimal 223 49 74 0 0.78 0.67 0.13 351.38 0.73 0.53
Hex DF 31 4A 0 4E 43 D 15F 49 35
Octal 337 61 112 0 116 103 15 537 111 65
Binary 11011111 110001 1001010 0 1001110 1000011 1101 101011111 1001001 110101

Color Harmonies of #DF314A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF314A

Black with #DF314A

Text Example


Text Example

White with #DF314A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF314A; }

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

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

background-color css

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

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

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

border-color css

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

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

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