Html Css Color HEX #DD3A43 Amaranth

📋 copy color: '#DD3A43'

red 221 ◦ green 58 ◦ blue 67

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

Shades of Amaranth #DD3A43

Tints of Amaranth #DD3A43

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 19.36%

R = 63.87%
G = 16.76%
B = 19.36%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.70

 K value IS 0.13

RGB Variations

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

Color information

#DD3A43 (or 0xDD3A43) is known color: Amaranth. HEX triplet: DD, 3A and 43. RGB value is (221,58,67). Sum of RGB (Red+Green+Blue) = 221+58+67=346 (45% of max value = 765). Red value is 221 (86.72% from 255 or 63.87% from 346); Green value is 58 (23.05% from 255 or 16.76% from 346); Blue value is 67 (26.56% from 255 or 19.36% from 346); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3A43 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD3A43 is #22C5BC. Grayscale: #6B6B6B. Windows color (decimal): -2278845 or 4405981. OLE color: 4405981.

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

Color convert

RGB 221 58 67 -
CMYK 0 0.74 0.70 0.13
HSL 356.69º 0.71% 0.55% -
HSV(B) 356.69º 0.74% 0.87% -
XYZ 32.34 18.8 7.23 -
YUV 107.76 105 208.77 -
System Red Green Blue C M Y K H S L
Decimal 221 58 67 0 0.74 0.70 0.13 356.69 0.71 0.55
Hex DD 3A 43 0 4A 46 D 165 47 37
Octal 335 72 103 0 112 106 15 545 107 67
Binary 11011101 111010 1000011 0 1001010 1000110 1101 101100101 1000111 110111

Color Harmonies of #DD3A43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3A43

Black with #DD3A43

Text Example


Text Example

White with #DD3A43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3A43; }

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

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

background-color css

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

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

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

border-color css

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

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

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