Html Css Color HEX #DB3146 Amaranth

📋 copy color: '#DB3146'

red 219 ◦ green 49 ◦ blue 70

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

Shades of Amaranth #DB3146

Tints of Amaranth #DB3146

RGB

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

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

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

R = 64.79%
G = 14.5%
B = 20.71%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.68

 K value IS 0.14

RGB Variations

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

Color information

#DB3146 (or 0xDB3146) is known color: Amaranth. HEX triplet: DB, 31 and 46. RGB value is (219,49,70). Sum of RGB (Red+Green+Blue) = 219+49+70=338 (44% of max value = 765). Red value is 219 (85.94% from 255 or 64.79% from 338); Green value is 49 (19.53% from 255 or 14.50% from 338); Blue value is 70 (27.73% from 255 or 20.71% from 338); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3146 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB3146 is #24CEB9. Grayscale: #666666. Windows color (decimal): -2412218 or 4600283. OLE color: 4600283.

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

Color convert

RGB 219 49 70 -
CMYK 0 0.78 0.68 0.14
HSL 352.59º 0.7% 0.53% -
HSV(B) 352.59º 0.78% 0.86% -
XYZ 31.42 17.7 7.55 -
YUV 102.22 109.82 211.29 -
System Red Green Blue C M Y K H S L
Decimal 219 49 70 0 0.78 0.68 0.14 352.59 0.7 0.53
Hex DB 31 46 0 4E 44 E 161 46 35
Octal 333 61 106 0 116 104 16 541 106 65
Binary 11011011 110001 1000110 0 1001110 1000100 1110 101100001 1000110 110101

Color Harmonies of #DB3146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB3146

Black with #DB3146

Text Example


Text Example

White with #DB3146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB3146; }

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

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

background-color css

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

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

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

border-color css

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

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

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