Html Css Color HEX #DB3947 Amaranth

📋 copy color: '#DB3947'

red 219 ◦ green 57 ◦ blue 71

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

Shades of Amaranth #DB3947

Tints of Amaranth #DB3947

RGB

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

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

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

R = 63.11%
G = 16.43%
B = 20.46%

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

#DB3947 (or 0xDB3947) is known color: Amaranth. HEX triplet: DB, 39 and 47. RGB value is (219,57,71). Sum of RGB (Red+Green+Blue) = 219+57+71=347 (45% of max value = 765). Red value is 219 (85.94% from 255 or 63.11% from 347); Green value is 57 (22.66% from 255 or 16.43% from 347); Blue value is 71 (28.12% from 255 or 20.46% from 347); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3947 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB3947 is #24C6B8. Grayscale: #6B6B6B. Windows color (decimal): -2410169 or 4667867. OLE color: 4667867.

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

Color convert

RGB 219 57 71 -
CMYK 0 0.74 0.68 0.14
HSL 354.81º 0.69% 0.54% -
HSV(B) 354.81º 0.74% 0.86% -
XYZ 31.81 18.44 7.84 -
YUV 107.03 107.67 207.86 -
System Red Green Blue C M Y K H S L
Decimal 219 57 71 0 0.74 0.68 0.14 354.81 0.69 0.54
Hex DB 39 47 0 4A 44 E 163 45 36
Octal 333 71 107 0 112 104 16 543 105 66
Binary 11011011 111001 1000111 0 1001010 1000100 1110 101100011 1000101 110110

Color Harmonies of #DB3947

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB3947

Black with #DB3947

Text Example


Text Example

White with #DB3947

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB3947; }

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

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

background-color css

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

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

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

border-color css

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

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

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