Html Css Color HEX #DB3752 Amaranth

📋 copy color: '#DB3752'

red 219 ◦ green 55 ◦ blue 82

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

Shades of Amaranth #DB3752

Tints of Amaranth #DB3752

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 23.03%

R = 61.52%
G = 15.45%
B = 23.03%

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

#DB3752 (or 0xDB3752) is known color: Amaranth. HEX triplet: DB, 37 and 52. RGB value is (219,55,82). Sum of RGB (Red+Green+Blue) = 219+55+82=356 (47% of max value = 765). Red value is 219 (85.94% from 255 or 61.52% from 356); Green value is 55 (21.88% from 255 or 15.45% from 356); Blue value is 82 (32.42% from 255 or 23.03% from 356); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3752 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB3752 is #24C8AD. Grayscale: #6B6B6B. Windows color (decimal): -2410670 or 5388251. OLE color: 5388251.

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

Color convert

RGB 219 55 82 -
CMYK 0 0.75 0.63 0.14
HSL 350.12º 0.69% 0.54% -
HSV(B) 350.12º 0.75% 0.86% -
XYZ 32.1 18.4 9.84 -
YUV 107.11 113.83 207.8 -
System Red Green Blue C M Y K H S L
Decimal 219 55 82 0 0.75 0.63 0.14 350.12 0.69 0.54
Hex DB 37 52 0 4B 3F E 15E 45 36
Octal 333 67 122 0 113 77 16 536 105 66
Binary 11011011 110111 1010010 0 1001011 111111 1110 101011110 1000101 110110

Color Harmonies of #DB3752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB3752

Black with #DB3752

Text Example


Text Example

White with #DB3752

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB3752; }

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

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

background-color css

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

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

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

border-color css

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

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

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