Html Css Color HEX #DB3747 Amaranth

📋 copy color: '#DB3747'

red 219 ◦ green 55 ◦ blue 71

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

Shades of Amaranth #DB3747

Tints of Amaranth #DB3747

RGB

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

 GREEN value IS 55 (21.88% from 255) = 15.94%

 BLUE value IS 71 (28.13% from 255) = 20.58%

R = 63.48%
G = 15.94%
B = 20.58%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.68

 K value IS 0.14

RGB Variations

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

Color information

#DB3747 (or 0xDB3747) is known color: Amaranth. HEX triplet: DB, 37 and 47. RGB value is (219,55,71). Sum of RGB (Red+Green+Blue) = 219+55+71=345 (45% of max value = 765). Red value is 219 (85.94% from 255 or 63.48% from 345); Green value is 55 (21.88% from 255 or 15.94% from 345); Blue value is 71 (28.12% from 255 or 20.58% from 345); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3747 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB3747 is #24C8B8. Grayscale: #696969. Windows color (decimal): -2410681 or 4667355. OLE color: 4667355.

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

Color convert

RGB 219 55 71 -
CMYK 0 0.75 0.68 0.14
HSL 354.15º 0.69% 0.54% -
HSV(B) 354.15º 0.75% 0.86% -
XYZ 31.72 18.25 7.81 -
YUV 105.86 108.33 208.7 -
System Red Green Blue C M Y K H S L
Decimal 219 55 71 0 0.75 0.68 0.14 354.15 0.69 0.54
Hex DB 37 47 0 4B 44 E 162 45 36
Octal 333 67 107 0 113 104 16 542 105 66
Binary 11011011 110111 1000111 0 1001011 1000100 1110 101100010 1000101 110110

Color Harmonies of #DB3747

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB3747

Black with #DB3747

Text Example


Text Example

White with #DB3747

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB3747; }

 p { color: rgb(219,55,71); }

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

background-color css

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

 a { background-color: rgb(219,55,71); }

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

border-color css

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

 span { border-color: rgb(219,55,71); }

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