Html Css Color HEX #DD3753 Amaranth

📋 copy color: '#DD3753'

red 221 ◦ green 55 ◦ blue 83

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

Shades of Amaranth #DD3753

Tints of Amaranth #DD3753

RGB

 RED value IS 221 (86.72% from 255) = 61.56%

 GREEN value IS 55 (21.88% from 255) = 15.32%

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

R = 61.56%
G = 15.32%
B = 23.12%

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

#DD3753 (or 0xDD3753) is known color: Amaranth. HEX triplet: DD, 37 and 53. RGB value is (221,55,83). Sum of RGB (Red+Green+Blue) = 221+55+83=359 (47% of max value = 765). Red value is 221 (86.72% from 255 or 61.56% from 359); Green value is 55 (21.88% from 255 or 15.32% from 359); Blue value is 83 (32.81% from 255 or 23.12% from 359); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3753 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD3753 is #22C8AC. Grayscale: #6B6B6B. Windows color (decimal): -2279597 or 5453789. OLE color: 5453789.

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

Color convert

RGB 221 55 83 -
CMYK 0 0.75 0.62 0.13
HSL 349.88º 0.71% 0.54% -
HSV(B) 349.88º 0.75% 0.87% -
XYZ 32.75 18.73 10.07 -
YUV 107.83 114 208.72 -
System Red Green Blue C M Y K H S L
Decimal 221 55 83 0 0.75 0.62 0.13 349.88 0.71 0.54
Hex DD 37 53 0 4B 3E D 15E 47 36
Octal 335 67 123 0 113 76 15 536 107 66
Binary 11011101 110111 1010011 0 1001011 111110 1101 101011110 1000111 110110

Color Harmonies of #DD3753

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3753

Black with #DD3753

Text Example


Text Example

White with #DD3753

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3753; }

 p { color: rgb(221,55,83); }

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

background-color css

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

 a { background-color: rgb(221,55,83); }

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

border-color css

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

 span { border-color: rgb(221,55,83); }

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