Html Css Color HEX #DF304A Amaranth

📋 copy color: '#DF304A'

red 223 ◦ green 48 ◦ blue 74

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

Shades of Amaranth #DF304A

Tints of Amaranth #DF304A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 21.45%

R = 64.64%
G = 13.91%
B = 21.45%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.67

 K value IS 0.13

RGB Variations

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

Color information

#DF304A (or 0xDF304A) is known color: Amaranth. HEX triplet: DF, 30 and 4A. RGB value is (223,48,74). Sum of RGB (Red+Green+Blue) = 223+48+74=345 (45% of max value = 765). Red value is 223 (87.5% from 255 or 64.64% from 345); Green value is 48 (19.14% from 255 or 13.91% from 345); Blue value is 74 (29.30% from 255 or 21.45% from 345); Max value from RGB is 223 - color contains mainly: red. Hex color #DF304A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF304A is #20CFB5. Grayscale: #676767. Windows color (decimal): -2150326 or 4862175. OLE color: 4862175.

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

Color convert

RGB 223 48 74 -
CMYK 0 0.78 0.67 0.13
HSL 351.09º 0.73% 0.53% -
HSV(B) 351.09º 0.78% 0.87% -
XYZ 32.72 18.3 8.29 -
YUV 103.29 111.48 213.39 -
System Red Green Blue C M Y K H S L
Decimal 223 48 74 0 0.78 0.67 0.13 351.09 0.73 0.53
Hex DF 30 4A 0 4E 43 D 15F 49 35
Octal 337 60 112 0 116 103 15 537 111 65
Binary 11011111 110000 1001010 0 1001110 1000011 1101 101011111 1001001 110101

Color Harmonies of #DF304A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF304A

Black with #DF304A

Text Example


Text Example

White with #DF304A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF304A; }

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

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

background-color css

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

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

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

border-color css

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

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

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