Html Css Color HEX #DB3946 Amaranth

📋 copy color: '#DB3946'

red 219 ◦ green 57 ◦ blue 70

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

Shades of Amaranth #DB3946

Tints of Amaranth #DB3946

RGB

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

 GREEN value IS 57 (22.66% from 255) = 16.47%

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

R = 63.29%
G = 16.47%
B = 20.23%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.68

 K value IS 0.14

RGB Variations

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

Color information

#DB3946 (or 0xDB3946) is known color: Amaranth. HEX triplet: DB, 39 and 46. RGB value is (219,57,70). Sum of RGB (Red+Green+Blue) = 219+57+70=346 (45% of max value = 765). Red value is 219 (85.94% from 255 or 63.29% from 346); Green value is 57 (22.66% from 255 or 16.47% from 346); Blue value is 70 (27.73% from 255 or 20.23% from 346); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3946 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB3946 is #24C6B9. Grayscale: #6B6B6B. Windows color (decimal): -2410170 or 4602331. OLE color: 4602331.

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

Color convert

RGB 219 57 70 -
CMYK 0 0.74 0.68 0.14
HSL 355.19º 0.69% 0.54% -
HSV(B) 355.19º 0.74% 0.86% -
XYZ 31.78 18.43 7.68 -
YUV 106.92 107.17 207.94 -
System Red Green Blue C M Y K H S L
Decimal 219 57 70 0 0.74 0.68 0.14 355.19 0.69 0.54
Hex DB 39 46 0 4A 44 E 163 45 36
Octal 333 71 106 0 112 104 16 543 105 66
Binary 11011011 111001 1000110 0 1001010 1000100 1110 101100011 1000101 110110

Color Harmonies of #DB3946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB3946

Black with #DB3946

Text Example


Text Example

White with #DB3946

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB3946; }

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

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

background-color css

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

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

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

border-color css

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

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

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