Html Css Color HEX #DD3F46 Amaranth

📋 copy color: '#DD3F46'

red 221 ◦ green 63 ◦ blue 70

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

Shades of Amaranth #DD3F46

Tints of Amaranth #DD3F46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 19.77%

R = 62.43%
G = 17.8%
B = 19.77%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.68

 K value IS 0.13

RGB Variations

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

Color information

#DD3F46 (or 0xDD3F46) is known color: Amaranth. HEX triplet: DD, 3F and 46. RGB value is (221,63,70). Sum of RGB (Red+Green+Blue) = 221+63+70=354 (46% of max value = 765). Red value is 221 (86.72% from 255 or 62.43% from 354); Green value is 63 (25% from 255 or 17.80% from 354); Blue value is 70 (27.73% from 255 or 19.77% from 354); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3F46 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD3F46 is #22C0B9. Grayscale: #6F6F6F. Windows color (decimal): -2277562 or 4603869. OLE color: 4603869.

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

Color convert

RGB 221 63 70 -
CMYK 0 0.71 0.68 0.13
HSL 357.34º 0.7% 0.56% -
HSV(B) 357.34º 0.71% 0.87% -
XYZ 32.7 19.37 7.81 -
YUV 111.04 104.85 206.43 -
System Red Green Blue C M Y K H S L
Decimal 221 63 70 0 0.71 0.68 0.13 357.34 0.7 0.56
Hex DD 3F 46 0 47 44 D 165 46 38
Octal 335 77 106 0 107 104 15 545 106 70
Binary 11011101 111111 1000110 0 1000111 1000100 1101 101100101 1000110 111000

Color Harmonies of #DD3F46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3F46

Black with #DD3F46

Text Example


Text Example

White with #DD3F46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3F46; }

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

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

background-color css

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

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

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

border-color css

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

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

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