Html Css Color HEX #DF3554 Amaranth

📋 copy color: '#DF3554'

red 223 ◦ green 53 ◦ blue 84

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

Shades of Amaranth #DF3554

Tints of Amaranth #DF3554

RGB

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

 GREEN value IS 53 (21.09% from 255) = 14.72%

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

R = 61.94%
G = 14.72%
B = 23.33%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.62

 K value IS 0.13

RGB Variations

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

Color information

#DF3554 (or 0xDF3554) is known color: Amaranth. HEX triplet: DF, 35 and 54. RGB value is (223,53,84). Sum of RGB (Red+Green+Blue) = 223+53+84=360 (47% of max value = 765). Red value is 223 (87.5% from 255 or 61.94% from 360); Green value is 53 (21.09% from 255 or 14.72% from 360); Blue value is 84 (33.20% from 255 or 23.33% from 360); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3554 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF3554 is #20CAAB. Grayscale: #6B6B6B. Windows color (decimal): -2149036 or 5518815. OLE color: 5518815.

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

Color convert

RGB 223 53 84 -
CMYK 0 0.76 0.62 0.13
HSL 349.06º 0.73% 0.54% -
HSV(B) 349.06º 0.76% 0.87% -
XYZ 33.3 18.87 10.28 -
YUV 107.36 114.82 210.48 -
System Red Green Blue C M Y K H S L
Decimal 223 53 84 0 0.76 0.62 0.13 349.06 0.73 0.54
Hex DF 35 54 0 4C 3E D 15D 49 36
Octal 337 65 124 0 114 76 15 535 111 66
Binary 11011111 110101 1010100 0 1001100 111110 1101 101011101 1001001 110110

Color Harmonies of #DF3554

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF3554

Black with #DF3554

Text Example


Text Example

White with #DF3554

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF3554; }

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

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

background-color css

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

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

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

border-color css

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

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

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