Html Css Color HEX #DF304F Amaranth

📋 copy color: '#DF304F'

red 223 ◦ green 48 ◦ blue 79

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

Shades of Amaranth #DF304F

Tints of Amaranth #DF304F

RGB

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

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

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

R = 63.71%
G = 13.71%
B = 22.57%

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

#DF304F (or 0xDF304F) is known color: Amaranth. HEX triplet: DF, 30 and 4F. RGB value is (223,48,79). Sum of RGB (Red+Green+Blue) = 223+48+79=350 (46% of max value = 765). Red value is 223 (87.5% from 255 or 63.71% from 350); Green value is 48 (19.14% from 255 or 13.71% from 350); Blue value is 79 (31.25% from 255 or 22.57% from 350); Max value from RGB is 223 - color contains mainly: red. Hex color #DF304F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF304F is #20CFB0. Grayscale: #676767. Windows color (decimal): -2150321 or 5189855. OLE color: 5189855.

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

Color convert

RGB 223 48 79 -
CMYK 0 0.78 0.65 0.13
HSL 349.37º 0.73% 0.53% -
HSV(B) 349.37º 0.78% 0.87% -
XYZ 32.9 18.37 9.21 -
YUV 103.86 113.98 212.98 -
System Red Green Blue C M Y K H S L
Decimal 223 48 79 0 0.78 0.65 0.13 349.37 0.73 0.53
Hex DF 30 4F 0 4E 41 D 15D 49 35
Octal 337 60 117 0 116 101 15 535 111 65
Binary 11011111 110000 1001111 0 1001110 1000001 1101 101011101 1001001 110101

Color Harmonies of #DF304F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF304F

Black with #DF304F

Text Example


Text Example

White with #DF304F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF304F; }

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

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

background-color css

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

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

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

border-color css

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

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

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