Html Css Color HEX #DF364D Amaranth

📋 copy color: '#DF364D'

red 223 ◦ green 54 ◦ blue 77

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

Shades of Amaranth #DF364D

Tints of Amaranth #DF364D

RGB

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

 GREEN value IS 54 (21.48% from 255) = 15.25%

 BLUE value IS 77 (30.47% from 255) = 21.75%

R = 62.99%
G = 15.25%
B = 21.75%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.65

 K value IS 0.13

RGB Variations

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

Color information

#DF364D (or 0xDF364D) is known color: Amaranth. HEX triplet: DF, 36 and 4D. RGB value is (223,54,77). Sum of RGB (Red+Green+Blue) = 223+54+77=354 (46% of max value = 765). Red value is 223 (87.5% from 255 or 62.99% from 354); Green value is 54 (21.48% from 255 or 15.25% from 354); Blue value is 77 (30.47% from 255 or 21.75% from 354); Max value from RGB is 223 - color contains mainly: red. Hex color #DF364D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF364D is #20C9B2. Grayscale: #6B6B6B. Windows color (decimal): -2148787 or 5060319. OLE color: 5060319.

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

Color convert

RGB 223 54 77 -
CMYK 0 0.76 0.65 0.13
HSL 351.83º 0.73% 0.54% -
HSV(B) 351.83º 0.76% 0.87% -
XYZ 33.09 18.86 8.92 -
YUV 107.15 110.99 210.63 -
System Red Green Blue C M Y K H S L
Decimal 223 54 77 0 0.76 0.65 0.13 351.83 0.73 0.54
Hex DF 36 4D 0 4C 41 D 160 49 36
Octal 337 66 115 0 114 101 15 540 111 66
Binary 11011111 110110 1001101 0 1001100 1000001 1101 101100000 1001001 110110

Color Harmonies of #DF364D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF364D

Black with #DF364D

Text Example


Text Example

White with #DF364D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF364D; }

 p { color: rgb(223,54,77); }

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

background-color css

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

 a { background-color: rgb(223,54,77); }

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

border-color css

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

 span { border-color: rgb(223,54,77); }

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