Html Css Color HEX #DD2948 Amaranth

📋 copy color: '#DD2948'

red 221 ◦ green 41 ◦ blue 72

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

Shades of Amaranth #DD2948

Tints of Amaranth #DD2948

RGB

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

 GREEN value IS 41 (16.41% from 255) = 12.28%

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

R = 66.17%
G = 12.28%
B = 21.56%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.67

 K value IS 0.13

RGB Variations

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

Color information

#DD2948 (or 0xDD2948) is known color: Amaranth. HEX triplet: DD, 29 and 48. RGB value is (221,41,72). Sum of RGB (Red+Green+Blue) = 221+41+72=334 (44% of max value = 765). Red value is 221 (86.72% from 255 or 66.17% from 334); Green value is 41 (16.41% from 255 or 12.28% from 334); Blue value is 72 (28.52% from 255 or 21.56% from 334); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2948 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD2948 is #22D6B7. Grayscale: #626262. Windows color (decimal): -2283192 or 4729309. OLE color: 4729309.

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

Color convert

RGB 221 41 72 -
CMYK 0 0.81 0.67 0.13
HSL 349.67º 0.73% 0.51% -
HSV(B) 349.67º 0.81% 0.87% -
XYZ 31.78 17.43 7.82 -
YUV 98.35 113.13 215.48 -
System Red Green Blue C M Y K H S L
Decimal 221 41 72 0 0.81 0.67 0.13 349.67 0.73 0.51
Hex DD 29 48 0 51 43 D 15E 49 33
Octal 335 51 110 0 121 103 15 536 111 63
Binary 11011101 101001 1001000 0 1010001 1000011 1101 101011110 1001001 110011

Color Harmonies of #DD2948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD2948

Black with #DD2948

Text Example


Text Example

White with #DD2948

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD2948; }

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

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

background-color css

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

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

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

border-color css

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

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

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