Html Css Color HEX #DF3F54 Amaranth

📋 copy color: '#DF3F54'

red 223 ◦ green 63 ◦ blue 84

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

Shades of Amaranth #DF3F54

Tints of Amaranth #DF3F54

RGB

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

 GREEN value IS 63 (25% from 255) = 17.03%

 BLUE value IS 84 (33.2% from 255) = 22.7%

R = 60.27%
G = 17.03%
B = 22.7%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.62

 K value IS 0.13

RGB Variations

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

Color information

#DF3F54 (or 0xDF3F54) is known color: Amaranth. HEX triplet: DF, 3F and 54. RGB value is (223,63,84). Sum of RGB (Red+Green+Blue) = 223+63+84=370 (49% of max value = 765). Red value is 223 (87.5% from 255 or 60.27% from 370); Green value is 63 (25% from 255 or 17.03% from 370); Blue value is 84 (33.20% from 255 or 22.70% from 370); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3F54 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF3F54 is #20C0AB. Grayscale: #717171. Windows color (decimal): -2146476 or 5521375. OLE color: 5521375.

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

Color convert

RGB 223 63 84 -
CMYK 0 0.72 0.62 0.13
HSL 352.13º 0.71% 0.56% -
HSV(B) 352.13º 0.72% 0.87% -
XYZ 33.81 19.88 10.44 -
YUV 113.23 111.51 206.29 -
System Red Green Blue C M Y K H S L
Decimal 223 63 84 0 0.72 0.62 0.13 352.13 0.71 0.56
Hex DF 3F 54 0 48 3E D 160 47 38
Octal 337 77 124 0 110 76 15 540 107 70
Binary 11011111 111111 1010100 0 1001000 111110 1101 101100000 1000111 111000

Color Harmonies of #DF3F54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF3F54

Black with #DF3F54

Text Example


Text Example

White with #DF3F54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF3F54; }

 p { color: rgb(223,63,84); }

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

background-color css

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

 a { background-color: rgb(223,63,84); }

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

border-color css

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

 span { border-color: rgb(223,63,84); }

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