Html Css Color HEX #DB3246 Amaranth

📋 copy color: '#DB3246'

red 219 ◦ green 50 ◦ blue 70

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

Shades of Amaranth #DB3246

Tints of Amaranth #DB3246

RGB

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

 GREEN value IS 50 (19.92% from 255) = 14.75%

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

R = 64.6%
G = 14.75%
B = 20.65%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.68

 K value IS 0.14

RGB Variations

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

Color information

#DB3246 (or 0xDB3246) is known color: Amaranth. HEX triplet: DB, 32 and 46. RGB value is (219,50,70). Sum of RGB (Red+Green+Blue) = 219+50+70=339 (44% of max value = 765). Red value is 219 (85.94% from 255 or 64.60% from 339); Green value is 50 (19.92% from 255 or 14.75% from 339); Blue value is 70 (27.73% from 255 or 20.65% from 339); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3246 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB3246 is #24CDB9. Grayscale: #666666. Windows color (decimal): -2411962 or 4600539. OLE color: 4600539.

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

Color convert

RGB 219 50 70 -
CMYK 0 0.77 0.68 0.14
HSL 352.9º 0.7% 0.53% -
HSV(B) 352.9º 0.77% 0.86% -
XYZ 31.46 17.78 7.57 -
YUV 102.81 109.49 210.87 -
System Red Green Blue C M Y K H S L
Decimal 219 50 70 0 0.77 0.68 0.14 352.9 0.7 0.53
Hex DB 32 46 0 4D 44 E 161 46 35
Octal 333 62 106 0 115 104 16 541 106 65
Binary 11011011 110010 1000110 0 1001101 1000100 1110 101100001 1000110 110101

Color Harmonies of #DB3246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB3246

Black with #DB3246

Text Example


Text Example

White with #DB3246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB3246; }

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

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

background-color css

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

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

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

border-color css

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

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

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