Html Css Color HEX #DD3248 Amaranth

📋 copy color: '#DD3248'

red 221 ◦ green 50 ◦ blue 72

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

Shades of Amaranth #DD3248

Tints of Amaranth #DD3248

RGB

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

 GREEN value IS 50 (19.92% from 255) = 14.58%

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

R = 64.43%
G = 14.58%
B = 20.99%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.67

 K value IS 0.13

RGB Variations

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

Color information

#DD3248 (or 0xDD3248) is known color: Amaranth. HEX triplet: DD, 32 and 48. RGB value is (221,50,72). Sum of RGB (Red+Green+Blue) = 221+50+72=343 (45% of max value = 765). Red value is 221 (86.72% from 255 or 64.43% from 343); Green value is 50 (19.92% from 255 or 14.58% from 343); Blue value is 72 (28.52% from 255 or 20.99% from 343); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3248 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD3248 is #22CDB7. Grayscale: #676767. Windows color (decimal): -2280888 or 4731613. OLE color: 4731613.

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

Color convert

RGB 221 50 72 -
CMYK 0 0.77 0.67 0.13
HSL 352.28º 0.72% 0.53% -
HSV(B) 352.28º 0.77% 0.87% -
XYZ 32.13 18.12 7.94 -
YUV 103.64 110.15 211.71 -
System Red Green Blue C M Y K H S L
Decimal 221 50 72 0 0.77 0.67 0.13 352.28 0.72 0.53
Hex DD 32 48 0 4D 43 D 160 48 35
Octal 335 62 110 0 115 103 15 540 110 65
Binary 11011101 110010 1001000 0 1001101 1000011 1101 101100000 1001000 110101

Color Harmonies of #DD3248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3248

Black with #DD3248

Text Example


Text Example

White with #DD3248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3248; }

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

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

background-color css

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

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

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

border-color css

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

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

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