Html Css Color HEX #DD3148 Amaranth

📋 copy color: '#DD3148'

red 221 ◦ green 49 ◦ blue 72

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

Shades of Amaranth #DD3148

Tints of Amaranth #DD3148

RGB

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

 GREEN value IS 49 (19.53% from 255) = 14.33%

 BLUE value IS 72 (28.52% from 255) = 21.05%

R = 64.62%
G = 14.33%
B = 21.05%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.67

 K value IS 0.13

RGB Variations

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

Color information

#DD3148 (or 0xDD3148) is known color: Amaranth. HEX triplet: DD, 31 and 48. RGB value is (221,49,72). Sum of RGB (Red+Green+Blue) = 221+49+72=342 (45% of max value = 765). Red value is 221 (86.72% from 255 or 64.62% from 342); Green value is 49 (19.53% from 255 or 14.33% from 342); Blue value is 72 (28.52% from 255 or 21.05% from 342); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3148 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD3148 is #22CEB7. Grayscale: #676767. Windows color (decimal): -2281144 or 4731357. OLE color: 4731357.

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

Color convert

RGB 221 49 72 -
CMYK 0 0.78 0.67 0.13
HSL 351.98º 0.72% 0.53% -
HSV(B) 351.98º 0.78% 0.87% -
XYZ 32.09 18.04 7.92 -
YUV 103.05 110.48 212.13 -
System Red Green Blue C M Y K H S L
Decimal 221 49 72 0 0.78 0.67 0.13 351.98 0.72 0.53
Hex DD 31 48 0 4E 43 D 160 48 35
Octal 335 61 110 0 116 103 15 540 110 65
Binary 11011101 110001 1001000 0 1001110 1000011 1101 101100000 1001000 110101

Color Harmonies of #DD3148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3148

Black with #DD3148

Text Example


Text Example

White with #DD3148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3148; }

 p { color: rgb(221,49,72); }

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

background-color css

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

 a { background-color: rgb(221,49,72); }

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

border-color css

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

 span { border-color: rgb(221,49,72); }

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