Html Css Color HEX #DB2249 Amaranth

📋 copy color: '#DB2249'

red 219 ◦ green 34 ◦ blue 73

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

Shades of Amaranth #DB2249

Tints of Amaranth #DB2249

RGB

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

 GREEN value IS 34 (13.67% from 255) = 10.43%

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

R = 67.18%
G = 10.43%
B = 22.39%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.67

 K value IS 0.14

RGB Variations

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

Color information

#DB2249 (or 0xDB2249) is known color: Amaranth. HEX triplet: DB, 22 and 49. RGB value is (219,34,73). Sum of RGB (Red+Green+Blue) = 219+34+73=326 (43% of max value = 765). Red value is 219 (85.94% from 255 or 67.18% from 326); Green value is 34 (13.67% from 255 or 10.43% from 326); Blue value is 73 (28.91% from 255 or 22.39% from 326); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2249 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB2249 is #24DDB6. Grayscale: #5D5D5D. Windows color (decimal): -2416055 or 4793051. OLE color: 4793051.

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

Color convert

RGB 219 34 73 -
CMYK 0 0.84 0.67 0.14
HSL 347.35º 0.73% 0.5% -
HSV(B) 347.35º 0.84% 0.86% -
XYZ 30.99 16.69 7.89 -
YUV 93.76 116.29 217.33 -
System Red Green Blue C M Y K H S L
Decimal 219 34 73 0 0.84 0.67 0.14 347.35 0.73 0.5
Hex DB 22 49 0 54 43 E 15B 49 32
Octal 333 42 111 0 124 103 16 533 111 62
Binary 11011011 100010 1001001 0 1010100 1000011 1110 101011011 1001001 110010

Color Harmonies of #DB2249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB2249

Black with #DB2249

Text Example


Text Example

White with #DB2249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB2249; }

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

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

background-color css

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

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

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

border-color css

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

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

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