Html Css Color HEX #DF2449 Amaranth

📋 copy color: '#DF2449'

red 223 ◦ green 36 ◦ blue 73

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

Shades of Amaranth #DF2449

Tints of Amaranth #DF2449

RGB

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

 GREEN value IS 36 (14.45% from 255) = 10.84%

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

R = 67.17%
G = 10.84%
B = 21.99%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.67

 K value IS 0.13

RGB Variations

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

Color information

#DF2449 (or 0xDF2449) is known color: Amaranth. HEX triplet: DF, 24 and 49. RGB value is (223,36,73). Sum of RGB (Red+Green+Blue) = 223+36+73=332 (43% of max value = 765). Red value is 223 (87.5% from 255 or 67.17% from 332); Green value is 36 (14.45% from 255 or 10.84% from 332); Blue value is 73 (28.91% from 255 or 21.99% from 332); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2449 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF2449 is #20DBB6. Grayscale: #606060. Windows color (decimal): -2153399 or 4793567. OLE color: 4793567.

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

Color convert

RGB 223 36 73 -
CMYK 0 0.84 0.67 0.13
HSL 348.13º 0.75% 0.51% -
HSV(B) 348.13º 0.84% 0.87% -
XYZ 32.26 17.43 7.97 -
YUV 96.13 114.95 218.49 -
System Red Green Blue C M Y K H S L
Decimal 223 36 73 0 0.84 0.67 0.13 348.13 0.75 0.51
Hex DF 24 49 0 54 43 D 15C 4B 33
Octal 337 44 111 0 124 103 15 534 113 63
Binary 11011111 100100 1001001 0 1010100 1000011 1101 101011100 1001011 110011

Color Harmonies of #DF2449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF2449

Black with #DF2449

Text Example


Text Example

White with #DF2449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF2449; }

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

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

background-color css

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

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

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

border-color css

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

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

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