Html Css Color HEX #DD3746 Amaranth

📋 copy color: '#DD3746'

red 221 ◦ green 55 ◦ blue 70

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

Shades of Amaranth #DD3746

Tints of Amaranth #DD3746

RGB

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

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

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

R = 63.87%
G = 15.9%
B = 20.23%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.68

 K value IS 0.13

RGB Variations

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

Color information

#DD3746 (or 0xDD3746) is known color: Amaranth. HEX triplet: DD, 37 and 46. RGB value is (221,55,70). Sum of RGB (Red+Green+Blue) = 221+55+70=346 (45% of max value = 765). Red value is 221 (86.72% from 255 or 63.87% from 346); Green value is 55 (21.88% from 255 or 15.90% from 346); Blue value is 70 (27.73% from 255 or 20.23% from 346); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3746 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD3746 is #22C8B9. Grayscale: #6A6A6A. Windows color (decimal): -2279610 or 4601821. OLE color: 4601821.

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

Color convert

RGB 221 55 70 -
CMYK 0 0.75 0.68 0.13
HSL 354.58º 0.71% 0.54% -
HSV(B) 354.58º 0.75% 0.87% -
XYZ 32.29 18.55 7.67 -
YUV 106.34 107.5 209.78 -
System Red Green Blue C M Y K H S L
Decimal 221 55 70 0 0.75 0.68 0.13 354.58 0.71 0.54
Hex DD 37 46 0 4B 44 D 163 47 36
Octal 335 67 106 0 113 104 15 543 107 66
Binary 11011101 110111 1000110 0 1001011 1000100 1101 101100011 1000111 110110

Color Harmonies of #DD3746

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3746

Black with #DD3746

Text Example


Text Example

White with #DD3746

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3746; }

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

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

background-color css

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

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

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

border-color css

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

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

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