Html Css Color HEX #DD3A46 Amaranth

📋 copy color: '#DD3A46'

red 221 ◦ green 58 ◦ blue 70

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

Shades of Amaranth #DD3A46

Tints of Amaranth #DD3A46

RGB

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

 GREEN value IS 58 (23.05% from 255) = 16.62%

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

R = 63.32%
G = 16.62%
B = 20.06%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.68

 K value IS 0.13

RGB Variations

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

Color information

#DD3A46 (or 0xDD3A46) is known color: Amaranth. HEX triplet: DD, 3A and 46. RGB value is (221,58,70). Sum of RGB (Red+Green+Blue) = 221+58+70=349 (46% of max value = 765). Red value is 221 (86.72% from 255 or 63.32% from 349); Green value is 58 (23.05% from 255 or 16.62% from 349); Blue value is 70 (27.73% from 255 or 20.06% from 349); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3A46 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD3A46 is #22C5B9. Grayscale: #6C6C6C. Windows color (decimal): -2278842 or 4602589. OLE color: 4602589.

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

Color convert

RGB 221 58 70 -
CMYK 0 0.74 0.68 0.13
HSL 355.58º 0.71% 0.55% -
HSV(B) 355.58º 0.74% 0.87% -
XYZ 32.44 18.84 7.72 -
YUV 108.11 106.5 208.52 -
System Red Green Blue C M Y K H S L
Decimal 221 58 70 0 0.74 0.68 0.13 355.58 0.71 0.55
Hex DD 3A 46 0 4A 44 D 164 47 37
Octal 335 72 106 0 112 104 15 544 107 67
Binary 11011101 111010 1000110 0 1001010 1000100 1101 101100100 1000111 110111

Color Harmonies of #DD3A46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3A46

Black with #DD3A46

Text Example


Text Example

White with #DD3A46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3A46; }

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

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

background-color css

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

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

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

border-color css

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

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

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