Html Css Color HEX #DB3746 Amaranth

📋 copy color: '#DB3746'

red 219 ◦ green 55 ◦ blue 70

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

Shades of Amaranth #DB3746

Tints of Amaranth #DB3746

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 20.35%

R = 63.66%
G = 15.99%
B = 20.35%

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

#DB3746 (or 0xDB3746) is known color: Amaranth. HEX triplet: DB, 37 and 46. RGB value is (219,55,70). Sum of RGB (Red+Green+Blue) = 219+55+70=344 (45% of max value = 765). Red value is 219 (85.94% from 255 or 63.66% from 344); Green value is 55 (21.88% from 255 or 15.99% from 344); Blue value is 70 (27.73% from 255 or 20.35% from 344); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3746 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB3746 is #24C8B9. Grayscale: #696969. Windows color (decimal): -2410682 or 4601819. OLE color: 4601819.

HSL color Cylindrical-coordinate representation of color #DB3746: hue angle of 354.51º 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 #DB3746 is Cyan = 0, Magento = 0.75, Yellow = 0.68 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 55 70 -
CMYK 0 0.75 0.68 0.14
HSL 354.51º 0.69% 0.54% -
HSV(B) 354.51º 0.75% 0.86% -
XYZ 31.69 18.23 7.64 -
YUV 105.75 107.83 208.78 -
System Red Green Blue C M Y K H S L
Decimal 219 55 70 0 0.75 0.68 0.14 354.51 0.69 0.54
Hex DB 37 46 0 4B 44 E 163 45 36
Octal 333 67 106 0 113 104 16 543 105 66
Binary 11011011 110111 1000110 0 1001011 1000100 1110 101100011 1000101 110110

Color Harmonies of #DB3746

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB3746

Black with #DB3746

Text Example


Text Example

White with #DB3746

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB3746; }

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

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

background-color css

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

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

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

border-color css

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

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

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