Html Css Color HEX #DD3046 Amaranth

📋 copy color: '#DD3046'

red 221 ◦ green 48 ◦ blue 70

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

Shades of Amaranth #DD3046

Tints of Amaranth #DD3046

RGB

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

 GREEN value IS 48 (19.14% from 255) = 14.16%

 BLUE value IS 70 (27.73% from 255) = 20.65%

R = 65.19%
G = 14.16%
B = 20.65%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.68

 K value IS 0.13

RGB Variations

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

Color information

#DD3046 (or 0xDD3046) is known color: Amaranth. HEX triplet: DD, 30 and 46. RGB value is (221,48,70). Sum of RGB (Red+Green+Blue) = 221+48+70=339 (44% of max value = 765). Red value is 221 (86.72% from 255 or 65.19% from 339); Green value is 48 (19.14% from 255 or 14.16% from 339); Blue value is 70 (27.73% from 255 or 20.65% from 339); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3046 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD3046 is #22CFB9. Grayscale: #666666. Windows color (decimal): -2281402 or 4600029. OLE color: 4600029.

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

Color convert

RGB 221 48 70 -
CMYK 0 0.78 0.68 0.13
HSL 352.37º 0.72% 0.53% -
HSV(B) 352.37º 0.78% 0.87% -
XYZ 31.98 17.93 7.57 -
YUV 102.24 109.81 212.71 -
System Red Green Blue C M Y K H S L
Decimal 221 48 70 0 0.78 0.68 0.13 352.37 0.72 0.53
Hex DD 30 46 0 4E 44 D 160 48 35
Octal 335 60 106 0 116 104 15 540 110 65
Binary 11011101 110000 1000110 0 1001110 1000100 1101 101100000 1001000 110101

Color Harmonies of #DD3046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3046

Black with #DD3046

Text Example


Text Example

White with #DD3046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3046; }

 p { color: rgb(221,48,70); }

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

background-color css

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

 a { background-color: rgb(221,48,70); }

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

border-color css

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

 span { border-color: rgb(221,48,70); }

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