Html Css Color HEX #DB3544 Amaranth

📋 copy color: '#DB3544'

red 219 ◦ green 53 ◦ blue 68

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

Shades of Amaranth #DB3544

Tints of Amaranth #DB3544

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 20%

R = 64.41%
G = 15.59%
B = 20%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.69

 K value IS 0.14

RGB Variations

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

Color information

#DB3544 (or 0xDB3544) is known color: Amaranth. HEX triplet: DB, 35 and 44. RGB value is (219,53,68). Sum of RGB (Red+Green+Blue) = 219+53+68=340 (45% of max value = 765). Red value is 219 (85.94% from 255 or 64.41% from 340); Green value is 53 (21.09% from 255 or 15.59% from 340); Blue value is 68 (26.95% from 255 or 20% from 340); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3544 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB3544 is #24CABB. Grayscale: #686868. Windows color (decimal): -2411196 or 4470235. OLE color: 4470235.

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

Color convert

RGB 219 53 68 -
CMYK 0 0.76 0.69 0.14
HSL 354.58º 0.7% 0.53% -
HSV(B) 354.58º 0.76% 0.86% -
XYZ 31.53 18.02 7.29 -
YUV 104.34 107.5 209.78 -
System Red Green Blue C M Y K H S L
Decimal 219 53 68 0 0.76 0.69 0.14 354.58 0.7 0.53
Hex DB 35 44 0 4C 45 E 163 46 35
Octal 333 65 104 0 114 105 16 543 106 65
Binary 11011011 110101 1000100 0 1001100 1000101 1110 101100011 1000110 110101

Color Harmonies of #DB3544

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB3544

Black with #DB3544

Text Example


Text Example

White with #DB3544

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB3544; }

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

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

background-color css

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

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

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

border-color css

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

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

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