Html Css Color HEX #DF3854 Amaranth

📋 copy color: '#DF3854'

red 223 ◦ green 56 ◦ blue 84

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

Shades of Amaranth #DF3854

Tints of Amaranth #DF3854

RGB

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

 GREEN value IS 56 (22.27% from 255) = 15.43%

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

R = 61.43%
G = 15.43%
B = 23.14%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.62

 K value IS 0.13

RGB Variations

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

Color information

#DF3854 (or 0xDF3854) is known color: Amaranth. HEX triplet: DF, 38 and 54. RGB value is (223,56,84). Sum of RGB (Red+Green+Blue) = 223+56+84=363 (48% of max value = 765). Red value is 223 (87.5% from 255 or 61.43% from 363); Green value is 56 (22.27% from 255 or 15.43% from 363); Blue value is 84 (33.20% from 255 or 23.14% from 363); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3854 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF3854 is #20C7AB. Grayscale: #6D6D6D. Windows color (decimal): -2148268 or 5519583. OLE color: 5519583.

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

Color convert

RGB 223 56 84 -
CMYK 0 0.75 0.62 0.13
HSL 349.94º 0.72% 0.55% -
HSV(B) 349.94º 0.75% 0.87% -
XYZ 33.45 19.16 10.32 -
YUV 109.13 113.83 209.22 -
System Red Green Blue C M Y K H S L
Decimal 223 56 84 0 0.75 0.62 0.13 349.94 0.72 0.55
Hex DF 38 54 0 4B 3E D 15E 48 37
Octal 337 70 124 0 113 76 15 536 110 67
Binary 11011111 111000 1010100 0 1001011 111110 1101 101011110 1001000 110111

Color Harmonies of #DF3854

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF3854

Black with #DF3854

Text Example


Text Example

White with #DF3854

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF3854; }

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

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

background-color css

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

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

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

border-color css

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

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

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