Html Css Color HEX #DF3249 Amaranth

📋 copy color: '#DF3249'

red 223 ◦ green 50 ◦ blue 73

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

Shades of Amaranth #DF3249

Tints of Amaranth #DF3249

RGB

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

 GREEN value IS 50 (19.92% from 255) = 14.45%

 BLUE value IS 73 (28.91% from 255) = 21.1%

R = 64.45%
G = 14.45%
B = 21.1%

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

#DF3249 (or 0xDF3249) is known color: Amaranth. HEX triplet: DF, 32 and 49. RGB value is (223,50,73). Sum of RGB (Red+Green+Blue) = 223+50+73=346 (45% of max value = 765). Red value is 223 (87.5% from 255 or 64.45% from 346); Green value is 50 (19.92% from 255 or 14.45% from 346); Blue value is 73 (28.91% from 255 or 21.10% from 346); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3249 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF3249 is #20CDB6. Grayscale: #686868. Windows color (decimal): -2149815 or 4797151. OLE color: 4797151.

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

Color convert

RGB 223 50 73 -
CMYK 0 0.78 0.67 0.13
HSL 352.02º 0.73% 0.54% -
HSV(B) 352.02º 0.78% 0.87% -
XYZ 32.77 18.45 8.14 -
YUV 104.35 110.31 212.63 -
System Red Green Blue C M Y K H S L
Decimal 223 50 73 0 0.78 0.67 0.13 352.02 0.73 0.54
Hex DF 32 49 0 4E 43 D 160 49 36
Octal 337 62 111 0 116 103 15 540 111 66
Binary 11011111 110010 1001001 0 1001110 1000011 1101 101100000 1001001 110110

Color Harmonies of #DF3249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF3249

Black with #DF3249

Text Example


Text Example

White with #DF3249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF3249; }

 p { color: rgb(223,50,73); }

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

background-color css

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

 a { background-color: rgb(223,50,73); }

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

border-color css

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

 span { border-color: rgb(223,50,73); }

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