Html Css Color HEX #DB3750 Amaranth

📋 copy color: '#DB3750'

red 219 ◦ green 55 ◦ blue 80

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

Shades of Amaranth #DB3750

Tints of Amaranth #DB3750

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 22.6%

R = 61.86%
G = 15.54%
B = 22.6%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.63

 K value IS 0.14

RGB Variations

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

Color information

#DB3750 (or 0xDB3750) is known color: Amaranth. HEX triplet: DB, 37 and 50. RGB value is (219,55,80). Sum of RGB (Red+Green+Blue) = 219+55+80=354 (46% of max value = 765). Red value is 219 (85.94% from 255 or 61.86% from 354); Green value is 55 (21.88% from 255 or 15.54% from 354); Blue value is 80 (31.64% from 255 or 22.60% from 354); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3750 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB3750 is #24C8AF. Grayscale: #6A6A6A. Windows color (decimal): -2410672 or 5257179. OLE color: 5257179.

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

Color convert

RGB 219 55 80 -
CMYK 0 0.75 0.63 0.14
HSL 350.85º 0.69% 0.54% -
HSV(B) 350.85º 0.75% 0.86% -
XYZ 32.03 18.37 9.45 -
YUV 106.89 112.83 207.97 -
System Red Green Blue C M Y K H S L
Decimal 219 55 80 0 0.75 0.63 0.14 350.85 0.69 0.54
Hex DB 37 50 0 4B 3F E 15F 45 36
Octal 333 67 120 0 113 77 16 537 105 66
Binary 11011011 110111 1010000 0 1001011 111111 1110 101011111 1000101 110110

Color Harmonies of #DB3750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB3750

Black with #DB3750

Text Example


Text Example

White with #DB3750

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB3750; }

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

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

background-color css

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

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

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

border-color css

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

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

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