Html Css Color HEX #DD2848 Amaranth

📋 copy color: '#DD2848'

red 221 ◦ green 40 ◦ blue 72

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

Shades of Amaranth #DD2848

Tints of Amaranth #DD2848

RGB

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

 GREEN value IS 40 (16.02% from 255) = 12.01%

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

R = 66.37%
G = 12.01%
B = 21.62%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.67

 K value IS 0.13

RGB Variations

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

Color information

#DD2848 (or 0xDD2848) is known color: Amaranth. HEX triplet: DD, 28 and 48. RGB value is (221,40,72). Sum of RGB (Red+Green+Blue) = 221+40+72=333 (44% of max value = 765). Red value is 221 (86.72% from 255 or 66.37% from 333); Green value is 40 (16.02% from 255 or 12.01% from 333); Blue value is 72 (28.52% from 255 or 21.62% from 333); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2848 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD2848 is #22D7B7. Grayscale: #616161. Windows color (decimal): -2283448 or 4729053. OLE color: 4729053.

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

Color convert

RGB 221 40 72 -
CMYK 0 0.82 0.67 0.13
HSL 349.39º 0.73% 0.51% -
HSV(B) 349.39º 0.82% 0.87% -
XYZ 31.75 17.36 7.81 -
YUV 97.77 113.47 215.9 -
System Red Green Blue C M Y K H S L
Decimal 221 40 72 0 0.82 0.67 0.13 349.39 0.73 0.51
Hex DD 28 48 0 52 43 D 15D 49 33
Octal 335 50 110 0 122 103 15 535 111 63
Binary 11011101 101000 1001000 0 1010010 1000011 1101 101011101 1001001 110011

Color Harmonies of #DD2848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD2848

Black with #DD2848

Text Example


Text Example

White with #DD2848

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD2848; }

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

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

background-color css

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

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

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

border-color css

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

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

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