Html Css Color HEX #DF3E4D Amaranth

📋 copy color: '#DF3E4D'

red 223 ◦ green 62 ◦ blue 77

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

Shades of Amaranth #DF3E4D

Tints of Amaranth #DF3E4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 21.27%

R = 61.6%
G = 17.13%
B = 21.27%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.65

 K value IS 0.13

RGB Variations

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

Color information

#DF3E4D (or 0xDF3E4D) is known color: Amaranth. HEX triplet: DF, 3E and 4D. RGB value is (223,62,77). Sum of RGB (Red+Green+Blue) = 223+62+77=362 (47% of max value = 765). Red value is 223 (87.5% from 255 or 61.60% from 362); Green value is 62 (24.61% from 255 or 17.13% from 362); Blue value is 77 (30.47% from 255 or 21.27% from 362); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3E4D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF3E4D is #20C1B2. Grayscale: #6F6F6F. Windows color (decimal): -2146739 or 5062367. OLE color: 5062367.

HSL color Cylindrical-coordinate representation of color #DF3E4D: hue angle of 354.41º 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 #DF3E4D is Cyan = 0, Magento = 0.72, Yellow = 0.65 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 62 77 -
CMYK 0 0.72 0.65 0.13
HSL 354.41º 0.72% 0.56% -
HSV(B) 354.41º 0.72% 0.87% -
XYZ 33.49 19.67 9.05 -
YUV 111.85 108.34 207.28 -
System Red Green Blue C M Y K H S L
Decimal 223 62 77 0 0.72 0.65 0.13 354.41 0.72 0.56
Hex DF 3E 4D 0 48 41 D 162 48 38
Octal 337 76 115 0 110 101 15 542 110 70
Binary 11011111 111110 1001101 0 1001000 1000001 1101 101100010 1001000 111000

Color Harmonies of #DF3E4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF3E4D

Black with #DF3E4D

Text Example


Text Example

White with #DF3E4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF3E4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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