Html Css Color HEX #DF2D4C Amaranth

📋 copy color: '#DF2D4C'

red 223 ◦ green 45 ◦ blue 76

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

Shades of Amaranth #DF2D4C

Tints of Amaranth #DF2D4C

RGB

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

 GREEN value IS 45 (17.97% from 255) = 13.08%

 BLUE value IS 76 (30.08% from 255) = 22.09%

R = 64.83%
G = 13.08%
B = 22.09%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.66

 K value IS 0.13

RGB Variations

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

Color information

#DF2D4C (or 0xDF2D4C) is known color: Amaranth. HEX triplet: DF, 2D and 4C. RGB value is (223,45,76). Sum of RGB (Red+Green+Blue) = 223+45+76=344 (45% of max value = 765). Red value is 223 (87.5% from 255 or 64.83% from 344); Green value is 45 (17.97% from 255 or 13.08% from 344); Blue value is 76 (30.08% from 255 or 22.09% from 344); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2D4C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF2D4C is #20D2B3. Grayscale: #656565. Windows color (decimal): -2151092 or 4992479. OLE color: 4992479.

HSL color Cylindrical-coordinate representation of color #DF2D4C: hue angle of 349.55º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DF2D4C is Cyan = 0, Magento = 0.80, Yellow = 0.66 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 45 76 -
CMYK 0 0.80 0.66 0.13
HSL 349.55º 0.74% 0.53% -
HSV(B) 349.55º 0.8% 0.87% -
XYZ 32.67 18.09 8.61 -
YUV 101.76 113.47 214.48 -
System Red Green Blue C M Y K H S L
Decimal 223 45 76 0 0.80 0.66 0.13 349.55 0.74 0.53
Hex DF 2D 4C 0 50 42 D 15E 4A 35
Octal 337 55 114 0 120 102 15 536 112 65
Binary 11011111 101101 1001100 0 1010000 1000010 1101 101011110 1001010 110101

Color Harmonies of #DF2D4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF2D4C

Black with #DF2D4C

Text Example


Text Example

White with #DF2D4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF2D4C; }

 p { color: rgb(223,45,76); }

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

background-color css

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

 a { background-color: rgb(223,45,76); }

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

border-color css

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

 span { border-color: rgb(223,45,76); }

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