Html Css Color HEX #DB3844 Amaranth

📋 copy color: '#DB3844'

red 219 ◦ green 56 ◦ blue 68

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

Shades of Amaranth #DB3844

Tints of Amaranth #DB3844

RGB

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

 GREEN value IS 56 (22.27% from 255) = 16.33%

 BLUE value IS 68 (26.95% from 255) = 19.83%

R = 63.85%
G = 16.33%
B = 19.83%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.69

 K value IS 0.14

RGB Variations

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

Color information

#DB3844 (or 0xDB3844) is known color: Amaranth. HEX triplet: DB, 38 and 44. RGB value is (219,56,68). Sum of RGB (Red+Green+Blue) = 219+56+68=343 (45% of max value = 765). Red value is 219 (85.94% from 255 or 63.85% from 343); Green value is 56 (22.27% from 255 or 16.33% from 343); Blue value is 68 (26.95% from 255 or 19.83% from 343); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3844 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB3844 is #24C7BB. Grayscale: #6A6A6A. Windows color (decimal): -2410428 or 4471003. OLE color: 4471003.

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

Color convert

RGB 219 56 68 -
CMYK 0 0.74 0.69 0.14
HSL 355.58º 0.69% 0.54% -
HSV(B) 355.58º 0.74% 0.86% -
XYZ 31.67 18.31 7.33 -
YUV 106.11 106.5 208.52 -
System Red Green Blue C M Y K H S L
Decimal 219 56 68 0 0.74 0.69 0.14 355.58 0.69 0.54
Hex DB 38 44 0 4A 45 E 164 45 36
Octal 333 70 104 0 112 105 16 544 105 66
Binary 11011011 111000 1000100 0 1001010 1000101 1110 101100100 1000101 110110

Color Harmonies of #DB3844

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB3844

Black with #DB3844

Text Example


Text Example

White with #DB3844

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB3844; }

 p { color: rgb(219,56,68); }

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

background-color css

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

 a { background-color: rgb(219,56,68); }

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

border-color css

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

 span { border-color: rgb(219,56,68); }

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