Html Css Color HEX #DB364A Amaranth

📋 copy color: '#DB364A'

red 219 ◦ green 54 ◦ blue 74

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

Shades of Amaranth #DB364A

Tints of Amaranth #DB364A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 21.33%

R = 63.11%
G = 15.56%
B = 21.33%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.66

 K value IS 0.14

RGB Variations

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

Color information

#DB364A (or 0xDB364A) is known color: Amaranth. HEX triplet: DB, 36 and 4A. RGB value is (219,54,74). Sum of RGB (Red+Green+Blue) = 219+54+74=347 (45% of max value = 765). Red value is 219 (85.94% from 255 or 63.11% from 347); Green value is 54 (21.48% from 255 or 15.56% from 347); Blue value is 74 (29.30% from 255 or 21.33% from 347); Max value from RGB is 219 - color contains mainly: red. Hex color #DB364A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB364A is #24C9B5. Grayscale: #696969. Windows color (decimal): -2410934 or 4863707. OLE color: 4863707.

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

Color convert

RGB 219 54 74 -
CMYK 0 0.75 0.66 0.14
HSL 352.73º 0.7% 0.54% -
HSV(B) 352.73º 0.75% 0.86% -
XYZ 31.77 18.19 8.32 -
YUV 105.62 110.16 208.87 -
System Red Green Blue C M Y K H S L
Decimal 219 54 74 0 0.75 0.66 0.14 352.73 0.7 0.54
Hex DB 36 4A 0 4B 42 E 161 46 36
Octal 333 66 112 0 113 102 16 541 106 66
Binary 11011011 110110 1001010 0 1001011 1000010 1110 101100001 1000110 110110

Color Harmonies of #DB364A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB364A

Black with #DB364A

Text Example


Text Example

White with #DB364A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB364A; }

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

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

background-color css

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

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

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

border-color css

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

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

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