Html Css Color HEX #DB3446 Amaranth

📋 copy color: '#DB3446'

red 219 ◦ green 52 ◦ blue 70

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

Shades of Amaranth #DB3446

Tints of Amaranth #DB3446

RGB

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

 GREEN value IS 52 (20.7% from 255) = 15.25%

 BLUE value IS 70 (27.73% from 255) = 20.53%

R = 64.22%
G = 15.25%
B = 20.53%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.68

 K value IS 0.14

RGB Variations

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

Color information

#DB3446 (or 0xDB3446) is known color: Amaranth. HEX triplet: DB, 34 and 46. RGB value is (219,52,70). Sum of RGB (Red+Green+Blue) = 219+52+70=341 (45% of max value = 765). Red value is 219 (85.94% from 255 or 64.22% from 341); Green value is 52 (20.70% from 255 or 15.25% from 341); Blue value is 70 (27.73% from 255 or 20.53% from 341); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3446 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB3446 is #24CBB9. Grayscale: #686868. Windows color (decimal): -2411450 or 4601051. OLE color: 4601051.

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

Color convert

RGB 219 52 70 -
CMYK 0 0.76 0.68 0.14
HSL 353.53º 0.7% 0.53% -
HSV(B) 353.53º 0.76% 0.86% -
XYZ 31.55 17.96 7.6 -
YUV 103.99 108.83 210.04 -
System Red Green Blue C M Y K H S L
Decimal 219 52 70 0 0.76 0.68 0.14 353.53 0.7 0.53
Hex DB 34 46 0 4C 44 E 162 46 35
Octal 333 64 106 0 114 104 16 542 106 65
Binary 11011011 110100 1000110 0 1001100 1000100 1110 101100010 1000110 110101

Color Harmonies of #DB3446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB3446

Black with #DB3446

Text Example


Text Example

White with #DB3446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB3446; }

 p { color: rgb(219,52,70); }

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

background-color css

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

 a { background-color: rgb(219,52,70); }

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

border-color css

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

 span { border-color: rgb(219,52,70); }

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