Html Css Color HEX #DB324C Amaranth

📋 copy color: '#DB324C'

red 219 ◦ green 50 ◦ blue 76

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

Shades of Amaranth #DB324C

Tints of Amaranth #DB324C

RGB

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

 GREEN value IS 50 (19.92% from 255) = 14.49%

 BLUE value IS 76 (30.08% from 255) = 22.03%

R = 63.48%
G = 14.49%
B = 22.03%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.65

 K value IS 0.14

RGB Variations

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

Color information

#DB324C (or 0xDB324C) is known color: Amaranth. HEX triplet: DB, 32 and 4C. RGB value is (219,50,76). Sum of RGB (Red+Green+Blue) = 219+50+76=345 (45% of max value = 765). Red value is 219 (85.94% from 255 or 63.48% from 345); Green value is 50 (19.92% from 255 or 14.49% from 345); Blue value is 76 (30.08% from 255 or 22.03% from 345); Max value from RGB is 219 - color contains mainly: red. Hex color #DB324C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB324C is #24CDB3. Grayscale: #676767. Windows color (decimal): -2411956 or 4993755. OLE color: 4993755.

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

Color convert

RGB 219 50 76 -
CMYK 0 0.77 0.65 0.14
HSL 350.77º 0.7% 0.53% -
HSV(B) 350.77º 0.77% 0.86% -
XYZ 31.66 17.86 8.62 -
YUV 103.5 112.49 210.39 -
System Red Green Blue C M Y K H S L
Decimal 219 50 76 0 0.77 0.65 0.14 350.77 0.7 0.53
Hex DB 32 4C 0 4D 41 E 15F 46 35
Octal 333 62 114 0 115 101 16 537 106 65
Binary 11011011 110010 1001100 0 1001101 1000001 1110 101011111 1000110 110101

Color Harmonies of #DB324C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB324C

Black with #DB324C

Text Example


Text Example

White with #DB324C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB324C; }

 p { color: rgb(219,50,76); }

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

background-color css

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

 a { background-color: rgb(219,50,76); }

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

border-color css

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

 span { border-color: rgb(219,50,76); }

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