Html Css Color HEX #DB3D49 Amaranth

📋 copy color: '#DB3D49'

red 219 ◦ green 61 ◦ blue 73

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

Shades of Amaranth #DB3D49

Tints of Amaranth #DB3D49

RGB

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

 GREEN value IS 61 (24.22% from 255) = 17.28%

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

R = 62.04%
G = 17.28%
B = 20.68%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.67

 K value IS 0.14

RGB Variations

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

Color information

#DB3D49 (or 0xDB3D49) is known color: Amaranth. HEX triplet: DB, 3D and 49. RGB value is (219,61,73). Sum of RGB (Red+Green+Blue) = 219+61+73=353 (46% of max value = 765). Red value is 219 (85.94% from 255 or 62.04% from 353); Green value is 61 (24.22% from 255 or 17.28% from 353); Blue value is 73 (28.91% from 255 or 20.68% from 353); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3D49 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB3D49 is #24C2B6. Grayscale: #6D6D6D. Windows color (decimal): -2409143 or 4799963. OLE color: 4799963.

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

Color convert

RGB 219 61 73 -
CMYK 0 0.72 0.67 0.14
HSL 355.44º 0.69% 0.55% -
HSV(B) 355.44º 0.72% 0.86% -
XYZ 32.08 18.88 8.26 -
YUV 109.61 107.35 206.02 -
System Red Green Blue C M Y K H S L
Decimal 219 61 73 0 0.72 0.67 0.14 355.44 0.69 0.55
Hex DB 3D 49 0 48 43 E 163 45 37
Octal 333 75 111 0 110 103 16 543 105 67
Binary 11011011 111101 1001001 0 1001000 1000011 1110 101100011 1000101 110111

Color Harmonies of #DB3D49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB3D49

Black with #DB3D49

Text Example


Text Example

White with #DB3D49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB3D49; }

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

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

background-color css

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

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

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

border-color css

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

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

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