Html Css Color HEX #DD2844 Amaranth

📋 copy color: '#DD2844'

red 221 ◦ green 40 ◦ blue 68

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

Shades of Amaranth #DD2844

Tints of Amaranth #DD2844

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 20.67%

R = 67.17%
G = 12.16%
B = 20.67%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.69

 K value IS 0.13

RGB Variations

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

Color information

#DD2844 (or 0xDD2844) is known color: Amaranth. HEX triplet: DD, 28 and 44. RGB value is (221,40,68). Sum of RGB (Red+Green+Blue) = 221+40+68=329 (43% of max value = 765). Red value is 221 (86.72% from 255 or 67.17% from 329); Green value is 40 (16.02% from 255 or 12.16% from 329); Blue value is 68 (26.95% from 255 or 20.67% from 329); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2844 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD2844 is #22D7BB. Grayscale: #616161. Windows color (decimal): -2283452 or 4466909. OLE color: 4466909.

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

Color convert

RGB 221 40 68 -
CMYK 0 0.82 0.69 0.13
HSL 350.72º 0.73% 0.51% -
HSV(B) 350.72º 0.82% 0.87% -
XYZ 31.62 17.31 7.14 -
YUV 97.31 111.47 216.22 -
System Red Green Blue C M Y K H S L
Decimal 221 40 68 0 0.82 0.69 0.13 350.72 0.73 0.51
Hex DD 28 44 0 52 45 D 15F 49 33
Octal 335 50 104 0 122 105 15 537 111 63
Binary 11011101 101000 1000100 0 1010010 1000101 1101 101011111 1001001 110011

Color Harmonies of #DD2844

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD2844

Black with #DD2844

Text Example


Text Example

White with #DD2844

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD2844; }

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

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

background-color css

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

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

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

border-color css

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

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

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