Html Css Color HEX #DF304D Amaranth

📋 copy color: '#DF304D'

red 223 ◦ green 48 ◦ blue 77

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

Shades of Amaranth #DF304D

Tints of Amaranth #DF304D

RGB

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

 GREEN value IS 48 (19.14% from 255) = 13.79%

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

R = 64.08%
G = 13.79%
B = 22.13%

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

#DF304D (or 0xDF304D) is known color: Amaranth. HEX triplet: DF, 30 and 4D. RGB value is (223,48,77). Sum of RGB (Red+Green+Blue) = 223+48+77=348 (46% of max value = 765). Red value is 223 (87.5% from 255 or 64.08% from 348); Green value is 48 (19.14% from 255 or 13.79% from 348); Blue value is 77 (30.47% from 255 or 22.13% from 348); Max value from RGB is 223 - color contains mainly: red. Hex color #DF304D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF304D is #20CFB2. Grayscale: #676767. Windows color (decimal): -2150323 or 5058783. OLE color: 5058783.

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

Color convert

RGB 223 48 77 -
CMYK 0 0.78 0.65 0.13
HSL 350.06º 0.73% 0.53% -
HSV(B) 350.06º 0.78% 0.87% -
XYZ 32.83 18.34 8.83 -
YUV 103.63 112.98 213.14 -
System Red Green Blue C M Y K H S L
Decimal 223 48 77 0 0.78 0.65 0.13 350.06 0.73 0.53
Hex DF 30 4D 0 4E 41 D 15E 49 35
Octal 337 60 115 0 116 101 15 536 111 65
Binary 11011111 110000 1001101 0 1001110 1000001 1101 101011110 1001001 110101

Color Harmonies of #DF304D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF304D

Black with #DF304D

Text Example


Text Example

White with #DF304D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF304D; }

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

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

background-color css

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

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

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

border-color css

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

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

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