Html Css Color HEX #DB3846 Amaranth

📋 copy color: '#DB3846'

red 219 ◦ green 56 ◦ blue 70

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

Shades of Amaranth #DB3846

Tints of Amaranth #DB3846

RGB

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

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

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

R = 63.48%
G = 16.23%
B = 20.29%

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

#DB3846 (or 0xDB3846) is known color: Amaranth. HEX triplet: DB, 38 and 46. RGB value is (219,56,70). Sum of RGB (Red+Green+Blue) = 219+56+70=345 (45% of max value = 765). Red value is 219 (85.94% from 255 or 63.48% from 345); Green value is 56 (22.27% from 255 or 16.23% from 345); Blue value is 70 (27.73% from 255 or 20.29% from 345); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3846 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB3846 is #24C7B9. Grayscale: #6A6A6A. Windows color (decimal): -2410426 or 4602075. OLE color: 4602075.

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

Color convert

RGB 219 56 70 -
CMYK 0 0.74 0.68 0.14
HSL 354.85º 0.69% 0.54% -
HSV(B) 354.85º 0.74% 0.86% -
XYZ 31.73 18.33 7.66 -
YUV 106.33 107.5 208.36 -
System Red Green Blue C M Y K H S L
Decimal 219 56 70 0 0.74 0.68 0.14 354.85 0.69 0.54
Hex DB 38 46 0 4A 44 E 163 45 36
Octal 333 70 106 0 112 104 16 543 105 66
Binary 11011011 111000 1000110 0 1001010 1000100 1110 101100011 1000101 110110

Color Harmonies of #DB3846

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB3846

Black with #DB3846

Text Example


Text Example

White with #DB3846

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB3846; }

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

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

background-color css

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

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

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

border-color css

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

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

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