Html Css Color HEX #DD2744 Amaranth

📋 copy color: '#DD2744'

red 221 ◦ green 39 ◦ blue 68

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

Shades of Amaranth #DD2744

Tints of Amaranth #DD2744

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 20.73%

R = 67.38%
G = 11.89%
B = 20.73%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.69

 K value IS 0.13

RGB Variations

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

Color information

#DD2744 (or 0xDD2744) is known color: Amaranth. HEX triplet: DD, 27 and 44. RGB value is (221,39,68). Sum of RGB (Red+Green+Blue) = 221+39+68=328 (43% of max value = 765). Red value is 221 (86.72% from 255 or 67.38% from 328); Green value is 39 (15.62% from 255 or 11.89% from 328); Blue value is 68 (26.95% from 255 or 20.73% from 328); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2744 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD2744 is #22D8BB. Grayscale: #606060. Windows color (decimal): -2283708 or 4466653. OLE color: 4466653.

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

Color convert

RGB 221 39 68 -
CMYK 0 0.82 0.69 0.13
HSL 350.44º 0.73% 0.51% -
HSV(B) 350.44º 0.82% 0.87% -
XYZ 31.59 17.24 7.13 -
YUV 96.72 111.8 216.64 -
System Red Green Blue C M Y K H S L
Decimal 221 39 68 0 0.82 0.69 0.13 350.44 0.73 0.51
Hex DD 27 44 0 52 45 D 15E 49 33
Octal 335 47 104 0 122 105 15 536 111 63
Binary 11011101 100111 1000100 0 1010010 1000101 1101 101011110 1001001 110011

Color Harmonies of #DD2744

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD2744

Black with #DD2744

Text Example


Text Example

White with #DD2744

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD2744; }

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

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

background-color css

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

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

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

border-color css

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

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

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