Html Css Color HEX #DB364D Amaranth

📋 copy color: '#DB364D'

red 219 ◦ green 54 ◦ blue 77

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

Shades of Amaranth #DB364D

Tints of Amaranth #DB364D

RGB

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

 GREEN value IS 54 (21.48% from 255) = 15.43%

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

R = 62.57%
G = 15.43%
B = 22%

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

#DB364D (or 0xDB364D) is known color: Amaranth. HEX triplet: DB, 36 and 4D. RGB value is (219,54,77). Sum of RGB (Red+Green+Blue) = 219+54+77=350 (46% of max value = 765). Red value is 219 (85.94% from 255 or 62.57% from 350); Green value is 54 (21.48% from 255 or 15.43% from 350); Blue value is 77 (30.47% from 255 or 22% from 350); Max value from RGB is 219 - color contains mainly: red. Hex color #DB364D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB364D is #24C9B2. Grayscale: #6A6A6A. Windows color (decimal): -2410931 or 5060315. OLE color: 5060315.

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

Color convert

RGB 219 54 77 -
CMYK 0 0.75 0.65 0.14
HSL 351.64º 0.7% 0.54% -
HSV(B) 351.64º 0.75% 0.86% -
XYZ 31.87 18.23 8.86 -
YUV 105.96 111.66 208.63 -
System Red Green Blue C M Y K H S L
Decimal 219 54 77 0 0.75 0.65 0.14 351.64 0.7 0.54
Hex DB 36 4D 0 4B 41 E 160 46 36
Octal 333 66 115 0 113 101 16 540 106 66
Binary 11011011 110110 1001101 0 1001011 1000001 1110 101100000 1000110 110110

Color Harmonies of #DB364D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB364D

Black with #DB364D

Text Example


Text Example

White with #DB364D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB364D; }

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

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

background-color css

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

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

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

border-color css

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

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

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