Html Css Color HEX #DD3853 Amaranth

📋 copy color: '#DD3853'

red 221 ◦ green 56 ◦ blue 83

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

Shades of Amaranth #DD3853

Tints of Amaranth #DD3853

RGB

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

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

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

R = 61.39%
G = 15.56%
B = 23.06%

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

#DD3853 (or 0xDD3853) is known color: Amaranth. HEX triplet: DD, 38 and 53. RGB value is (221,56,83). Sum of RGB (Red+Green+Blue) = 221+56+83=360 (47% of max value = 765). Red value is 221 (86.72% from 255 or 61.39% from 360); Green value is 56 (22.27% from 255 or 15.56% from 360); Blue value is 83 (32.81% from 255 or 23.06% from 360); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3853 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD3853 is #22C7AC. Grayscale: #6C6C6C. Windows color (decimal): -2279341 or 5454045. OLE color: 5454045.

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

Color convert

RGB 221 56 83 -
CMYK 0 0.75 0.62 0.13
HSL 350.18º 0.71% 0.54% -
HSV(B) 350.18º 0.75% 0.87% -
XYZ 32.79 18.83 10.09 -
YUV 108.41 113.66 208.3 -
System Red Green Blue C M Y K H S L
Decimal 221 56 83 0 0.75 0.62 0.13 350.18 0.71 0.54
Hex DD 38 53 0 4B 3E D 15E 47 36
Octal 335 70 123 0 113 76 15 536 107 66
Binary 11011101 111000 1010011 0 1001011 111110 1101 101011110 1000111 110110

Color Harmonies of #DD3853

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3853

Black with #DD3853

Text Example


Text Example

White with #DD3853

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3853; }

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

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

background-color css

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

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

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

border-color css

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

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

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