Html Css Color HEX #DB3149 Amaranth

📋 copy color: '#DB3149'

red 219 ◦ green 49 ◦ blue 73

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

Shades of Amaranth #DB3149

Tints of Amaranth #DB3149

RGB

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

 GREEN value IS 49 (19.53% from 255) = 14.37%

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

R = 64.22%
G = 14.37%
B = 21.41%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.67

 K value IS 0.14

RGB Variations

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

Color information

#DB3149 (or 0xDB3149) is known color: Amaranth. HEX triplet: DB, 31 and 49. RGB value is (219,49,73). Sum of RGB (Red+Green+Blue) = 219+49+73=341 (45% of max value = 765). Red value is 219 (85.94% from 255 or 64.22% from 341); Green value is 49 (19.53% from 255 or 14.37% from 341); Blue value is 73 (28.91% from 255 or 21.41% from 341); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3149 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB3149 is #24CEB6. Grayscale: #666666. Windows color (decimal): -2412215 or 4796891. OLE color: 4796891.

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

Color convert

RGB 219 49 73 -
CMYK 0 0.78 0.67 0.14
HSL 351.53º 0.7% 0.53% -
HSV(B) 351.53º 0.78% 0.86% -
XYZ 31.51 17.74 8.07 -
YUV 102.57 111.32 211.05 -
System Red Green Blue C M Y K H S L
Decimal 219 49 73 0 0.78 0.67 0.14 351.53 0.7 0.53
Hex DB 31 49 0 4E 43 E 160 46 35
Octal 333 61 111 0 116 103 16 540 106 65
Binary 11011011 110001 1001001 0 1001110 1000011 1110 101100000 1000110 110101

Color Harmonies of #DB3149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB3149

Black with #DB3149

Text Example


Text Example

White with #DB3149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB3149; }

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

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

background-color css

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

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

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

border-color css

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

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

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