Html Css Color HEX #DB354C Amaranth

📋 copy color: '#DB354C'

red 219 ◦ green 53 ◦ blue 76

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

Shades of Amaranth #DB354C

Tints of Amaranth #DB354C

RGB

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

 GREEN value IS 53 (21.09% from 255) = 15.23%

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

R = 62.93%
G = 15.23%
B = 21.84%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.65

 K value IS 0.14

RGB Variations

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

Color information

#DB354C (or 0xDB354C) is known color: Amaranth. HEX triplet: DB, 35 and 4C. RGB value is (219,53,76). Sum of RGB (Red+Green+Blue) = 219+53+76=348 (46% of max value = 765). Red value is 219 (85.94% from 255 or 62.93% from 348); Green value is 53 (21.09% from 255 or 15.23% from 348); Blue value is 76 (30.08% from 255 or 21.84% from 348); Max value from RGB is 219 - color contains mainly: red. Hex color #DB354C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB354C is #24CAB3. Grayscale: #696969. Windows color (decimal): -2411188 or 4994523. OLE color: 4994523.

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

Color convert

RGB 219 53 76 -
CMYK 0 0.76 0.65 0.14
HSL 351.69º 0.7% 0.53% -
HSV(B) 351.69º 0.76% 0.86% -
XYZ 31.79 18.13 8.66 -
YUV 105.26 111.5 209.13 -
System Red Green Blue C M Y K H S L
Decimal 219 53 76 0 0.76 0.65 0.14 351.69 0.7 0.53
Hex DB 35 4C 0 4C 41 E 160 46 35
Octal 333 65 114 0 114 101 16 540 106 65
Binary 11011011 110101 1001100 0 1001100 1000001 1110 101100000 1000110 110101

Color Harmonies of #DB354C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB354C

Black with #DB354C

Text Example


Text Example

White with #DB354C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB354C; }

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

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

background-color css

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

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

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

border-color css

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

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

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