Html Css Color HEX #DB3A47 Amaranth

📋 copy color: '#DB3A47'

red 219 ◦ green 58 ◦ blue 71

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

Shades of Amaranth #DB3A47

Tints of Amaranth #DB3A47

RGB

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

 GREEN value IS 58 (23.05% from 255) = 16.67%

 BLUE value IS 71 (28.13% from 255) = 20.4%

R = 62.93%
G = 16.67%
B = 20.4%

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

#DB3A47 (or 0xDB3A47) is known color: Amaranth. HEX triplet: DB, 3A and 47. RGB value is (219,58,71). Sum of RGB (Red+Green+Blue) = 219+58+71=348 (46% of max value = 765). Red value is 219 (85.94% from 255 or 62.93% from 348); Green value is 58 (23.05% from 255 or 16.67% from 348); Blue value is 71 (28.12% from 255 or 20.40% from 348); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3A47 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB3A47 is #24C5B8. Grayscale: #6B6B6B. Windows color (decimal): -2409913 or 4668123. OLE color: 4668123.

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

Color convert

RGB 219 58 71 -
CMYK 0 0.74 0.68 0.14
HSL 355.16º 0.69% 0.54% -
HSV(B) 355.16º 0.74% 0.86% -
XYZ 31.86 18.54 7.86 -
YUV 107.62 107.34 207.44 -
System Red Green Blue C M Y K H S L
Decimal 219 58 71 0 0.74 0.68 0.14 355.16 0.69 0.54
Hex DB 3A 47 0 4A 44 E 163 45 36
Octal 333 72 107 0 112 104 16 543 105 66
Binary 11011011 111010 1000111 0 1001010 1000100 1110 101100011 1000101 110110

Color Harmonies of #DB3A47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB3A47

Black with #DB3A47

Text Example


Text Example

White with #DB3A47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB3A47; }

 p { color: rgb(219,58,71); }

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

background-color css

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

 a { background-color: rgb(219,58,71); }

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

border-color css

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

 span { border-color: rgb(219,58,71); }

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