Html Css Color HEX #DF4053 Amaranth

📋 copy color: '#DF4053'

red 223 ◦ green 64 ◦ blue 83

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

Shades of Amaranth #DF4053

Tints of Amaranth #DF4053

RGB

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

 GREEN value IS 64 (25.39% from 255) = 17.3%

 BLUE value IS 83 (32.81% from 255) = 22.43%

R = 60.27%
G = 17.3%
B = 22.43%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.63

 K value IS 0.13

RGB Variations

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

Color information

#DF4053 (or 0xDF4053) is known color: Amaranth. HEX triplet: DF, 40 and 53. RGB value is (223,64,83). Sum of RGB (Red+Green+Blue) = 223+64+83=370 (49% of max value = 765). Red value is 223 (87.5% from 255 or 60.27% from 370); Green value is 64 (25.39% from 255 or 17.30% from 370); Blue value is 83 (32.81% from 255 or 22.43% from 370); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4053 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF4053 is #20BFAC. Grayscale: #717171. Windows color (decimal): -2146221 or 5456095. OLE color: 5456095.

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

Color convert

RGB 223 64 83 -
CMYK 0 0.71 0.63 0.13
HSL 352.83º 0.71% 0.56% -
HSV(B) 352.83º 0.71% 0.87% -
XYZ 33.83 19.98 10.26 -
YUV 113.71 110.68 205.96 -
System Red Green Blue C M Y K H S L
Decimal 223 64 83 0 0.71 0.63 0.13 352.83 0.71 0.56
Hex DF 40 53 0 47 3F D 161 47 38
Octal 337 100 123 0 107 77 15 541 107 70
Binary 11011111 1000000 1010011 0 1000111 111111 1101 101100001 1000111 111000

Color Harmonies of #DF4053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF4053

Black with #DF4053

Text Example


Text Example

White with #DF4053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF4053; }

 p { color: rgb(223,64,83); }

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

background-color css

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

 a { background-color: rgb(223,64,83); }

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

border-color css

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

 span { border-color: rgb(223,64,83); }

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