Html Css Color HEX #DF3553 Amaranth

📋 copy color: '#DF3553'

red 223 ◦ green 53 ◦ blue 83

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

Shades of Amaranth #DF3553

Tints of Amaranth #DF3553

RGB

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

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

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

R = 62.12%
G = 14.76%
B = 23.12%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.63

 K value IS 0.13

RGB Variations

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

Color information

#DF3553 (or 0xDF3553) is known color: Amaranth. HEX triplet: DF, 35 and 53. RGB value is (223,53,83). Sum of RGB (Red+Green+Blue) = 223+53+83=359 (47% of max value = 765). Red value is 223 (87.5% from 255 or 62.12% from 359); Green value is 53 (21.09% from 255 or 14.76% from 359); Blue value is 83 (32.81% from 255 or 23.12% from 359); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3553 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF3553 is #20CAAC. Grayscale: #6B6B6B. Windows color (decimal): -2149037 or 5453279. OLE color: 5453279.

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

Color convert

RGB 223 53 83 -
CMYK 0 0.76 0.63 0.13
HSL 349.41º 0.73% 0.54% -
HSV(B) 349.41º 0.76% 0.87% -
XYZ 33.27 18.86 10.07 -
YUV 107.25 114.32 210.56 -
System Red Green Blue C M Y K H S L
Decimal 223 53 83 0 0.76 0.63 0.13 349.41 0.73 0.54
Hex DF 35 53 0 4C 3F D 15D 49 36
Octal 337 65 123 0 114 77 15 535 111 66
Binary 11011111 110101 1010011 0 1001100 111111 1101 101011101 1001001 110110

Color Harmonies of #DF3553

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF3553

Black with #DF3553

Text Example


Text Example

White with #DF3553

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF3553; }

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

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

background-color css

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

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

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

border-color css

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

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

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