Html Css Color HEX #DF414F Amaranth

📋 copy color: '#DF414F'

red 223 ◦ green 65 ◦ blue 79

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

Shades of Amaranth #DF414F

Tints of Amaranth #DF414F

RGB

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

 GREEN value IS 65 (25.78% from 255) = 17.71%

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

R = 60.76%
G = 17.71%
B = 21.53%

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

#DF414F (or 0xDF414F) is known color: Amaranth. HEX triplet: DF, 41 and 4F. RGB value is (223,65,79). Sum of RGB (Red+Green+Blue) = 223+65+79=367 (48% of max value = 765). Red value is 223 (87.5% from 255 or 60.76% from 367); Green value is 65 (25.78% from 255 or 17.71% from 367); Blue value is 79 (31.25% from 255 or 21.53% from 367); Max value from RGB is 223 - color contains mainly: red. Hex color #DF414F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF414F is #20BEB0. Grayscale: #717171. Windows color (decimal): -2145969 or 5194207. OLE color: 5194207.

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

Color convert

RGB 223 65 79 -
CMYK 0 0.71 0.65 0.13
HSL 354.68º 0.71% 0.56% -
HSV(B) 354.68º 0.71% 0.87% -
XYZ 33.73 20.03 9.49 -
YUV 113.84 108.35 205.86 -
System Red Green Blue C M Y K H S L
Decimal 223 65 79 0 0.71 0.65 0.13 354.68 0.71 0.56
Hex DF 41 4F 0 47 41 D 163 47 38
Octal 337 101 117 0 107 101 15 543 107 70
Binary 11011111 1000001 1001111 0 1000111 1000001 1101 101100011 1000111 111000

Color Harmonies of #DF414F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF414F

Black with #DF414F

Text Example


Text Example

White with #DF414F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF414F; }

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

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

background-color css

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

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

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

border-color css

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

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

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