Html Css Color HEX #DB3346 Amaranth

📋 copy color: '#DB3346'

red 219 ◦ green 51 ◦ blue 70

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

Shades of Amaranth #DB3346

Tints of Amaranth #DB3346

RGB

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

 GREEN value IS 51 (20.31% from 255) = 15%

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

R = 64.41%
G = 15%
B = 20.59%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.68

 K value IS 0.14

RGB Variations

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

Color information

#DB3346 (or 0xDB3346) is known color: Amaranth. HEX triplet: DB, 33 and 46. RGB value is (219,51,70). Sum of RGB (Red+Green+Blue) = 219+51+70=340 (45% of max value = 765). Red value is 219 (85.94% from 255 or 64.41% from 340); Green value is 51 (20.31% from 255 or 15% from 340); Blue value is 70 (27.73% from 255 or 20.59% from 340); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3346 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB3346 is #24CCB9. Grayscale: #676767. Windows color (decimal): -2411706 or 4600795. OLE color: 4600795.

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

Color convert

RGB 219 51 70 -
CMYK 0 0.77 0.68 0.14
HSL 353.21º 0.7% 0.53% -
HSV(B) 353.21º 0.77% 0.86% -
XYZ 31.5 17.87 7.58 -
YUV 103.4 109.16 210.46 -
System Red Green Blue C M Y K H S L
Decimal 219 51 70 0 0.77 0.68 0.14 353.21 0.7 0.53
Hex DB 33 46 0 4D 44 E 161 46 35
Octal 333 63 106 0 115 104 16 541 106 65
Binary 11011011 110011 1000110 0 1001101 1000100 1110 101100001 1000110 110101

Color Harmonies of #DB3346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB3346

Black with #DB3346

Text Example


Text Example

White with #DB3346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB3346; }

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

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

background-color css

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

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

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

border-color css

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

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

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