Html Css Color HEX #DF2149 Amaranth

📋 copy color: '#DF2149'

red 223 ◦ green 33 ◦ blue 73

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

Shades of Amaranth #DF2149

Tints of Amaranth #DF2149

RGB

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

 GREEN value IS 33 (13.28% from 255) = 10.03%

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

R = 67.78%
G = 10.03%
B = 22.19%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.67

 K value IS 0.13

RGB Variations

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

Color information

#DF2149 (or 0xDF2149) is known color: Amaranth. HEX triplet: DF, 21 and 49. RGB value is (223,33,73). Sum of RGB (Red+Green+Blue) = 223+33+73=329 (43% of max value = 765). Red value is 223 (87.5% from 255 or 67.78% from 329); Green value is 33 (13.28% from 255 or 10.03% from 329); Blue value is 73 (28.91% from 255 or 22.19% from 329); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2149 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF2149 is #20DEB6. Grayscale: #5E5E5E. Windows color (decimal): -2154167 or 4792799. OLE color: 4792799.

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

Color convert

RGB 223 33 73 -
CMYK 0 0.85 0.67 0.13
HSL 347.37º 0.75% 0.5% -
HSV(B) 347.37º 0.85% 0.87% -
XYZ 32.18 17.26 7.94 -
YUV 94.37 115.95 219.75 -
System Red Green Blue C M Y K H S L
Decimal 223 33 73 0 0.85 0.67 0.13 347.37 0.75 0.5
Hex DF 21 49 0 55 43 D 15B 4B 32
Octal 337 41 111 0 125 103 15 533 113 62
Binary 11011111 100001 1001001 0 1010101 1000011 1101 101011011 1001011 110010

Color Harmonies of #DF2149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF2149

Black with #DF2149

Text Example


Text Example

White with #DF2149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF2149; }

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

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

background-color css

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

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

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

border-color css

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

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

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