Html Css Color HEX #DB3449 Amaranth

📋 copy color: '#DB3449'

red 219 ◦ green 52 ◦ blue 73

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

Shades of Amaranth #DB3449

Tints of Amaranth #DB3449

RGB

 RED value IS 219 (85.94% from 255) = 63.66%

 GREEN value IS 52 (20.7% from 255) = 15.12%

 BLUE value IS 73 (28.91% from 255) = 21.22%

R = 63.66%
G = 15.12%
B = 21.22%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.67

 K value IS 0.14

RGB Variations

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

Color information

#DB3449 (or 0xDB3449) is known color: Amaranth. HEX triplet: DB, 34 and 49. RGB value is (219,52,73). Sum of RGB (Red+Green+Blue) = 219+52+73=344 (45% of max value = 765). Red value is 219 (85.94% from 255 or 63.66% from 344); Green value is 52 (20.70% from 255 or 15.12% from 344); Blue value is 73 (28.91% from 255 or 21.22% from 344); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3449 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB3449 is #24CBB6. Grayscale: #686868. Windows color (decimal): -2411447 or 4797659. OLE color: 4797659.

HSL color Cylindrical-coordinate representation of color #DB3449: hue angle of 352.46º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DB3449 is Cyan = 0, Magento = 0.76, Yellow = 0.67 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 52 73 -
CMYK 0 0.76 0.67 0.14
HSL 352.46º 0.7% 0.53% -
HSV(B) 352.46º 0.76% 0.86% -
XYZ 31.64 18 8.11 -
YUV 104.33 110.33 209.79 -
System Red Green Blue C M Y K H S L
Decimal 219 52 73 0 0.76 0.67 0.14 352.46 0.7 0.53
Hex DB 34 49 0 4C 43 E 160 46 35
Octal 333 64 111 0 114 103 16 540 106 65
Binary 11011011 110100 1001001 0 1001100 1000011 1110 101100000 1000110 110101

Color Harmonies of #DB3449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB3449

Black with #DB3449

Text Example


Text Example

White with #DB3449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB3449; }

 p { color: rgb(219,52,73); }

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

background-color css

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

 a { background-color: rgb(219,52,73); }

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

border-color css

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

 span { border-color: rgb(219,52,73); }

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