Html Css Color HEX #DF314F Amaranth

📋 copy color: '#DF314F'

red 223 ◦ green 49 ◦ blue 79

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

Shades of Amaranth #DF314F

Tints of Amaranth #DF314F

RGB

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

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

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

R = 63.53%
G = 13.96%
B = 22.51%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.65

 K value IS 0.13

RGB Variations

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

Color information

#DF314F (or 0xDF314F) is known color: Amaranth. HEX triplet: DF, 31 and 4F. RGB value is (223,49,79). Sum of RGB (Red+Green+Blue) = 223+49+79=351 (46% of max value = 765). Red value is 223 (87.5% from 255 or 63.53% from 351); Green value is 49 (19.53% from 255 or 13.96% from 351); Blue value is 79 (31.25% from 255 or 22.51% from 351); Max value from RGB is 223 - color contains mainly: red. Hex color #DF314F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF314F is #20CEB0. Grayscale: #686868. Windows color (decimal): -2150065 or 5190111. OLE color: 5190111.

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

Color convert

RGB 223 49 79 -
CMYK 0 0.78 0.65 0.13
HSL 349.66º 0.73% 0.53% -
HSV(B) 349.66º 0.78% 0.87% -
XYZ 32.94 18.45 9.22 -
YUV 104.45 113.65 212.56 -
System Red Green Blue C M Y K H S L
Decimal 223 49 79 0 0.78 0.65 0.13 349.66 0.73 0.53
Hex DF 31 4F 0 4E 41 D 15E 49 35
Octal 337 61 117 0 116 101 15 536 111 65
Binary 11011111 110001 1001111 0 1001110 1000001 1101 101011110 1001001 110101

Color Harmonies of #DF314F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF314F

Black with #DF314F

Text Example


Text Example

White with #DF314F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF314F; }

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

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

background-color css

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

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

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

border-color css

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

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

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