Html Css Color HEX #DB3748 Amaranth

📋 copy color: '#DB3748'

red 219 ◦ green 55 ◦ blue 72

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

Shades of Amaranth #DB3748

Tints of Amaranth #DB3748

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 20.81%

R = 63.29%
G = 15.9%
B = 20.81%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.67

 K value IS 0.14

RGB Variations

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

Color information

#DB3748 (or 0xDB3748) is known color: Amaranth. HEX triplet: DB, 37 and 48. RGB value is (219,55,72). Sum of RGB (Red+Green+Blue) = 219+55+72=346 (45% of max value = 765). Red value is 219 (85.94% from 255 or 63.29% from 346); Green value is 55 (21.88% from 255 or 15.90% from 346); Blue value is 72 (28.52% from 255 or 20.81% from 346); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3748 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB3748 is #24C8B7. Grayscale: #6A6A6A. Windows color (decimal): -2410680 or 4732891. OLE color: 4732891.

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

Color convert

RGB 219 55 72 -
CMYK 0 0.75 0.67 0.14
HSL 353.78º 0.69% 0.54% -
HSV(B) 353.78º 0.75% 0.86% -
XYZ 31.75 18.26 7.98 -
YUV 105.97 108.83 208.62 -
System Red Green Blue C M Y K H S L
Decimal 219 55 72 0 0.75 0.67 0.14 353.78 0.69 0.54
Hex DB 37 48 0 4B 43 E 162 45 36
Octal 333 67 110 0 113 103 16 542 105 66
Binary 11011011 110111 1001000 0 1001011 1000011 1110 101100010 1000101 110110

Color Harmonies of #DB3748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB3748

Black with #DB3748

Text Example


Text Example

White with #DB3748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB3748; }

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

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

background-color css

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

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

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

border-color css

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

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

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