Html Css Color HEX #DF2549 Amaranth

📋 copy color: '#DF2549'

red 223 ◦ green 37 ◦ blue 73

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

Shades of Amaranth #DF2549

Tints of Amaranth #DF2549

RGB

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

 GREEN value IS 37 (14.84% from 255) = 11.11%

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

R = 66.97%
G = 11.11%
B = 21.92%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.67

 K value IS 0.13

RGB Variations

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

Color information

#DF2549 (or 0xDF2549) is known color: Amaranth. HEX triplet: DF, 25 and 49. RGB value is (223,37,73). Sum of RGB (Red+Green+Blue) = 223+37+73=333 (44% of max value = 765). Red value is 223 (87.5% from 255 or 66.97% from 333); Green value is 37 (14.84% from 255 or 11.11% from 333); Blue value is 73 (28.91% from 255 or 21.92% from 333); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2549 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF2549 is #20DAB6. Grayscale: #606060. Windows color (decimal): -2153143 or 4793823. OLE color: 4793823.

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

Color convert

RGB 223 37 73 -
CMYK 0 0.83 0.67 0.13
HSL 348.39º 0.74% 0.51% -
HSV(B) 348.39º 0.83% 0.87% -
XYZ 32.3 17.49 7.98 -
YUV 96.72 114.62 218.07 -
System Red Green Blue C M Y K H S L
Decimal 223 37 73 0 0.83 0.67 0.13 348.39 0.74 0.51
Hex DF 25 49 0 53 43 D 15C 4A 33
Octal 337 45 111 0 123 103 15 534 112 63
Binary 11011111 100101 1001001 0 1010011 1000011 1101 101011100 1001010 110011

Color Harmonies of #DF2549

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF2549

Black with #DF2549

Text Example


Text Example

White with #DF2549

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF2549; }

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

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

background-color css

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

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

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

border-color css

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

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

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