Html Css Color HEX #DB394D Amaranth

📋 copy color: '#DB394D'

red 219 ◦ green 57 ◦ blue 77

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

Shades of Amaranth #DB394D

Tints of Amaranth #DB394D

RGB

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

 GREEN value IS 57 (22.66% from 255) = 16.15%

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

R = 62.04%
G = 16.15%
B = 21.81%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.65

 K value IS 0.14

RGB Variations

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

Color information

#DB394D (or 0xDB394D) is known color: Amaranth. HEX triplet: DB, 39 and 4D. RGB value is (219,57,77). Sum of RGB (Red+Green+Blue) = 219+57+77=353 (46% of max value = 765). Red value is 219 (85.94% from 255 or 62.04% from 353); Green value is 57 (22.66% from 255 or 16.15% from 353); Blue value is 77 (30.47% from 255 or 21.81% from 353); Max value from RGB is 219 - color contains mainly: red. Hex color #DB394D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB394D is #24C6B2. Grayscale: #6B6B6B. Windows color (decimal): -2410163 or 5061083. OLE color: 5061083.

HSL color Cylindrical-coordinate representation of color #DB394D: hue angle of 352.59º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DB394D is Cyan = 0, Magento = 0.74, Yellow = 0.65 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 57 77 -
CMYK 0 0.74 0.65 0.14
HSL 352.59º 0.69% 0.54% -
HSV(B) 352.59º 0.74% 0.86% -
XYZ 32.02 18.52 8.91 -
YUV 107.72 110.67 207.37 -
System Red Green Blue C M Y K H S L
Decimal 219 57 77 0 0.74 0.65 0.14 352.59 0.69 0.54
Hex DB 39 4D 0 4A 41 E 161 45 36
Octal 333 71 115 0 112 101 16 541 105 66
Binary 11011011 111001 1001101 0 1001010 1000001 1110 101100001 1000101 110110

Color Harmonies of #DB394D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB394D

Black with #DB394D

Text Example


Text Example

White with #DB394D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB394D; }

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

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

background-color css

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

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

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

border-color css

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

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

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