Html Css Color HEX #DD2746 Amaranth

📋 copy color: '#DD2746'

red 221 ◦ green 39 ◦ blue 70

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

Shades of Amaranth #DD2746

Tints of Amaranth #DD2746

RGB

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

 GREEN value IS 39 (15.63% from 255) = 11.82%

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

R = 66.97%
G = 11.82%
B = 21.21%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.68

 K value IS 0.13

RGB Variations

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

Color information

#DD2746 (or 0xDD2746) is known color: Amaranth. HEX triplet: DD, 27 and 46. RGB value is (221,39,70). Sum of RGB (Red+Green+Blue) = 221+39+70=330 (43% of max value = 765). Red value is 221 (86.72% from 255 or 66.97% from 330); Green value is 39 (15.62% from 255 or 11.82% from 330); Blue value is 70 (27.73% from 255 or 21.21% from 330); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2746 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD2746 is #22D8B9. Grayscale: #616161. Windows color (decimal): -2283706 or 4597725. OLE color: 4597725.

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

Color convert

RGB 221 39 70 -
CMYK 0 0.82 0.68 0.13
HSL 349.78º 0.73% 0.51% -
HSV(B) 349.78º 0.82% 0.87% -
XYZ 31.65 17.27 7.46 -
YUV 96.95 112.8 216.48 -
System Red Green Blue C M Y K H S L
Decimal 221 39 70 0 0.82 0.68 0.13 349.78 0.73 0.51
Hex DD 27 46 0 52 44 D 15E 49 33
Octal 335 47 106 0 122 104 15 536 111 63
Binary 11011101 100111 1000110 0 1010010 1000100 1101 101011110 1001001 110011

Color Harmonies of #DD2746

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD2746

Black with #DD2746

Text Example


Text Example

White with #DD2746

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD2746; }

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

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

background-color css

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

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

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

border-color css

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

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

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