Html Css Color HEX #DD3044 Amaranth

📋 copy color: '#DD3044'

red 221 ◦ green 48 ◦ blue 68

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

Shades of Amaranth #DD3044

Tints of Amaranth #DD3044

RGB

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

 GREEN value IS 48 (19.14% from 255) = 14.24%

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

R = 65.58%
G = 14.24%
B = 20.18%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.69

 K value IS 0.13

RGB Variations

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

Color information

#DD3044 (or 0xDD3044) is known color: Amaranth. HEX triplet: DD, 30 and 44. RGB value is (221,48,68). Sum of RGB (Red+Green+Blue) = 221+48+68=337 (44% of max value = 765). Red value is 221 (86.72% from 255 or 65.58% from 337); Green value is 48 (19.14% from 255 or 14.24% from 337); Blue value is 68 (26.95% from 255 or 20.18% from 337); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3044 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD3044 is #22CFBB. Grayscale: #666666. Windows color (decimal): -2281404 or 4468957. OLE color: 4468957.

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

Color convert

RGB 221 48 68 -
CMYK 0 0.78 0.69 0.13
HSL 353.06º 0.72% 0.53% -
HSV(B) 353.06º 0.78% 0.87% -
XYZ 31.92 17.9 7.24 -
YUV 102.01 108.81 212.87 -
System Red Green Blue C M Y K H S L
Decimal 221 48 68 0 0.78 0.69 0.13 353.06 0.72 0.53
Hex DD 30 44 0 4E 45 D 161 48 35
Octal 335 60 104 0 116 105 15 541 110 65
Binary 11011101 110000 1000100 0 1001110 1000101 1101 101100001 1001000 110101

Color Harmonies of #DD3044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3044

Black with #DD3044

Text Example


Text Example

White with #DD3044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3044; }

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

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

background-color css

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

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

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

border-color css

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

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

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