Html Css Color HEX #DB374D Amaranth

📋 copy color: '#DB374D'

red 219 ◦ green 55 ◦ blue 77

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

Shades of Amaranth #DB374D

Tints of Amaranth #DB374D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 21.94%

R = 62.39%
G = 15.67%
B = 21.94%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.65

 K value IS 0.14

RGB Variations

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

Color information

#DB374D (or 0xDB374D) is known color: Amaranth. HEX triplet: DB, 37 and 4D. RGB value is (219,55,77). Sum of RGB (Red+Green+Blue) = 219+55+77=351 (46% of max value = 765). Red value is 219 (85.94% from 255 or 62.39% from 351); Green value is 55 (21.88% from 255 or 15.67% from 351); Blue value is 77 (30.47% from 255 or 21.94% from 351); Max value from RGB is 219 - color contains mainly: red. Hex color #DB374D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB374D is #24C8B2. Grayscale: #6A6A6A. Windows color (decimal): -2410675 or 5060571. OLE color: 5060571.

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

Color convert

RGB 219 55 77 -
CMYK 0 0.75 0.65 0.14
HSL 351.95º 0.69% 0.54% -
HSV(B) 351.95º 0.75% 0.86% -
XYZ 31.92 18.33 8.88 -
YUV 106.54 111.33 208.21 -
System Red Green Blue C M Y K H S L
Decimal 219 55 77 0 0.75 0.65 0.14 351.95 0.69 0.54
Hex DB 37 4D 0 4B 41 E 160 45 36
Octal 333 67 115 0 113 101 16 540 105 66
Binary 11011011 110111 1001101 0 1001011 1000001 1110 101100000 1000101 110110

Color Harmonies of #DB374D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB374D

Black with #DB374D

Text Example


Text Example

White with #DB374D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB374D; }

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

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

background-color css

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

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

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

border-color css

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

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

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