Html Css Color HEX #DD3F48 Amaranth

📋 copy color: '#DD3F48'

red 221 ◦ green 63 ◦ blue 72

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

Shades of Amaranth #DD3F48

Tints of Amaranth #DD3F48

RGB

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

 GREEN value IS 63 (25% from 255) = 17.7%

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

R = 62.08%
G = 17.7%
B = 20.22%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.67

 K value IS 0.13

RGB Variations

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

Color information

#DD3F48 (or 0xDD3F48) is known color: Amaranth. HEX triplet: DD, 3F and 48. RGB value is (221,63,72). Sum of RGB (Red+Green+Blue) = 221+63+72=356 (47% of max value = 765). Red value is 221 (86.72% from 255 or 62.08% from 356); Green value is 63 (25% from 255 or 17.70% from 356); Blue value is 72 (28.52% from 255 or 20.22% from 356); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3F48 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD3F48 is #22C0B7. Grayscale: #6F6F6F. Windows color (decimal): -2277560 or 4734941. OLE color: 4734941.

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

Color convert

RGB 221 63 72 -
CMYK 0 0.71 0.67 0.13
HSL 356.58º 0.7% 0.56% -
HSV(B) 356.58º 0.71% 0.87% -
XYZ 32.77 19.4 8.15 -
YUV 111.27 105.85 206.27 -
System Red Green Blue C M Y K H S L
Decimal 221 63 72 0 0.71 0.67 0.13 356.58 0.7 0.56
Hex DD 3F 48 0 47 43 D 165 46 38
Octal 335 77 110 0 107 103 15 545 106 70
Binary 11011101 111111 1001000 0 1000111 1000011 1101 101100101 1000110 111000

Color Harmonies of #DD3F48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3F48

Black with #DD3F48

Text Example


Text Example

White with #DD3F48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3F48; }

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

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

background-color css

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

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

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

border-color css

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

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

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