Html Css Color HEX #DB314C Amaranth

📋 copy color: '#DB314C'

red 219 ◦ green 49 ◦ blue 76

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

Shades of Amaranth #DB314C

Tints of Amaranth #DB314C

RGB

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

 GREEN value IS 49 (19.53% from 255) = 14.24%

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

R = 63.66%
G = 14.24%
B = 22.09%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.65

 K value IS 0.14

RGB Variations

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

Color information

#DB314C (or 0xDB314C) is known color: Amaranth. HEX triplet: DB, 31 and 4C. RGB value is (219,49,76). Sum of RGB (Red+Green+Blue) = 219+49+76=344 (45% of max value = 765). Red value is 219 (85.94% from 255 or 63.66% from 344); Green value is 49 (19.53% from 255 or 14.24% from 344); Blue value is 76 (30.08% from 255 or 22.09% from 344); Max value from RGB is 219 - color contains mainly: red. Hex color #DB314C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB314C is #24CEB3. Grayscale: #666666. Windows color (decimal): -2412212 or 4993499. OLE color: 4993499.

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

Color convert

RGB 219 49 76 -
CMYK 0 0.78 0.65 0.14
HSL 350.47º 0.7% 0.53% -
HSV(B) 350.47º 0.78% 0.86% -
XYZ 31.62 17.78 8.6 -
YUV 102.91 112.82 210.8 -
System Red Green Blue C M Y K H S L
Decimal 219 49 76 0 0.78 0.65 0.14 350.47 0.7 0.53
Hex DB 31 4C 0 4E 41 E 15E 46 35
Octal 333 61 114 0 116 101 16 536 106 65
Binary 11011011 110001 1001100 0 1001110 1000001 1110 101011110 1000110 110101

Color Harmonies of #DB314C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB314C

Black with #DB314C

Text Example


Text Example

White with #DB314C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB314C; }

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

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

background-color css

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

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

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

border-color css

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

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

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