Html Css Color HEX #DF3E49 Amaranth

📋 copy color: '#DF3E49'

red 223 ◦ green 62 ◦ blue 73

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

Shades of Amaranth #DF3E49

Tints of Amaranth #DF3E49

RGB

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

 GREEN value IS 62 (24.61% from 255) = 17.32%

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

R = 62.29%
G = 17.32%
B = 20.39%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.67

 K value IS 0.13

RGB Variations

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

Color information

#DF3E49 (or 0xDF3E49) is known color: Amaranth. HEX triplet: DF, 3E and 49. RGB value is (223,62,73). Sum of RGB (Red+Green+Blue) = 223+62+73=358 (47% of max value = 765). Red value is 223 (87.5% from 255 or 62.29% from 358); Green value is 62 (24.61% from 255 or 17.32% from 358); Blue value is 73 (28.91% from 255 or 20.39% from 358); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3E49 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF3E49 is #20C1B6. Grayscale: #6F6F6F. Windows color (decimal): -2146743 or 4800223. OLE color: 4800223.

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

Color convert

RGB 223 62 73 -
CMYK 0 0.72 0.67 0.13
HSL 355.9º 0.72% 0.56% -
HSV(B) 355.9º 0.72% 0.87% -
XYZ 33.36 19.61 8.33 -
YUV 111.39 106.34 207.61 -
System Red Green Blue C M Y K H S L
Decimal 223 62 73 0 0.72 0.67 0.13 355.9 0.72 0.56
Hex DF 3E 49 0 48 43 D 164 48 38
Octal 337 76 111 0 110 103 15 544 110 70
Binary 11011111 111110 1001001 0 1001000 1000011 1101 101100100 1001000 111000

Color Harmonies of #DF3E49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF3E49

Black with #DF3E49

Text Example


Text Example

White with #DF3E49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF3E49; }

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

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

background-color css

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

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

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

border-color css

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

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

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