Html Css Color HEX #DB3753 Amaranth

📋 copy color: '#DB3753'

red 219 ◦ green 55 ◦ blue 83

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

Shades of Amaranth #DB3753

Tints of Amaranth #DB3753

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 23.25%

R = 61.34%
G = 15.41%
B = 23.25%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.62

 K value IS 0.14

RGB Variations

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

Color information

#DB3753 (or 0xDB3753) is known color: Amaranth. HEX triplet: DB, 37 and 53. RGB value is (219,55,83). Sum of RGB (Red+Green+Blue) = 219+55+83=357 (47% of max value = 765). Red value is 219 (85.94% from 255 or 61.34% from 357); Green value is 55 (21.88% from 255 or 15.41% from 357); Blue value is 83 (32.81% from 255 or 23.25% from 357); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3753 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB3753 is #24C8AC. Grayscale: #6B6B6B. Windows color (decimal): -2410669 or 5453787. OLE color: 5453787.

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

Color convert

RGB 219 55 83 -
CMYK 0 0.75 0.62 0.14
HSL 349.76º 0.69% 0.54% -
HSV(B) 349.76º 0.75% 0.86% -
XYZ 32.14 18.42 10.04 -
YUV 107.23 114.33 207.72 -
System Red Green Blue C M Y K H S L
Decimal 219 55 83 0 0.75 0.62 0.14 349.76 0.69 0.54
Hex DB 37 53 0 4B 3E E 15E 45 36
Octal 333 67 123 0 113 76 16 536 105 66
Binary 11011011 110111 1010011 0 1001011 111110 1110 101011110 1000101 110110

Color Harmonies of #DB3753

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB3753

Black with #DB3753

Text Example


Text Example

White with #DB3753

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB3753; }

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

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

background-color css

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

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

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

border-color css

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

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

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