Html Css Color HEX #DB4149 Amaranth

📋 copy color: '#DB4149'

red 219 ◦ green 65 ◦ blue 73

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

Shades of Amaranth #DB4149

Tints of Amaranth #DB4149

RGB

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

 GREEN value IS 65 (25.78% from 255) = 18.21%

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

R = 61.34%
G = 18.21%
B = 20.45%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.67

 K value IS 0.14

RGB Variations

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

Color information

#DB4149 (or 0xDB4149) is known color: Amaranth. HEX triplet: DB, 41 and 49. RGB value is (219,65,73). Sum of RGB (Red+Green+Blue) = 219+65+73=357 (47% of max value = 765). Red value is 219 (85.94% from 255 or 61.34% from 357); Green value is 65 (25.78% from 255 or 18.21% from 357); Blue value is 73 (28.91% from 255 or 20.45% from 357); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4149 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB4149 is #24BEB6. Grayscale: #707070. Windows color (decimal): -2408119 or 4800987. OLE color: 4800987.

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

Color convert

RGB 219 65 73 -
CMYK 0 0.70 0.67 0.14
HSL 356.88º 0.68% 0.56% -
HSV(B) 356.88º 0.7% 0.86% -
XYZ 32.31 19.32 8.33 -
YUV 111.96 106.02 204.35 -
System Red Green Blue C M Y K H S L
Decimal 219 65 73 0 0.70 0.67 0.14 356.88 0.68 0.56
Hex DB 41 49 0 46 43 E 165 44 38
Octal 333 101 111 0 106 103 16 545 104 70
Binary 11011011 1000001 1001001 0 1000110 1000011 1110 101100101 1000100 111000

Color Harmonies of #DB4149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4149

Black with #DB4149

Text Example


Text Example

White with #DB4149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4149; }

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

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

background-color css

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

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

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

border-color css

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

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

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