Html Css Color HEX #DD2548 Amaranth

📋 copy color: '#DD2548'

red 221 ◦ green 37 ◦ blue 72

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

Shades of Amaranth #DD2548

Tints of Amaranth #DD2548

RGB

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

 GREEN value IS 37 (14.84% from 255) = 11.21%

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

R = 66.97%
G = 11.21%
B = 21.82%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.67

 K value IS 0.13

RGB Variations

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

Color information

#DD2548 (or 0xDD2548) is known color: Amaranth. HEX triplet: DD, 25 and 48. RGB value is (221,37,72). Sum of RGB (Red+Green+Blue) = 221+37+72=330 (43% of max value = 765). Red value is 221 (86.72% from 255 or 66.97% from 330); Green value is 37 (14.84% from 255 or 11.21% from 330); Blue value is 72 (28.52% from 255 or 21.82% from 330); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2548 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD2548 is #22DAB7. Grayscale: #606060. Windows color (decimal): -2284216 or 4728285. OLE color: 4728285.

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

Color convert

RGB 221 37 72 -
CMYK 0 0.83 0.67 0.13
HSL 348.59º 0.73% 0.51% -
HSV(B) 348.59º 0.83% 0.87% -
XYZ 31.65 17.16 7.78 -
YUV 96.01 114.46 217.15 -
System Red Green Blue C M Y K H S L
Decimal 221 37 72 0 0.83 0.67 0.13 348.59 0.73 0.51
Hex DD 25 48 0 53 43 D 15D 49 33
Octal 335 45 110 0 123 103 15 535 111 63
Binary 11011101 100101 1001000 0 1010011 1000011 1101 101011101 1001001 110011

Color Harmonies of #DD2548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD2548

Black with #DD2548

Text Example


Text Example

White with #DD2548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD2548; }

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

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

background-color css

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

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

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

border-color css

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

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

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