Html Css Color HEX #DB3244 Amaranth

📋 copy color: '#DB3244'

red 219 ◦ green 50 ◦ blue 68

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

Shades of Amaranth #DB3244

Tints of Amaranth #DB3244

RGB

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

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

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

R = 64.99%
G = 14.84%
B = 20.18%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.69

 K value IS 0.14

RGB Variations

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

Color information

#DB3244 (or 0xDB3244) is known color: Amaranth. HEX triplet: DB, 32 and 44. RGB value is (219,50,68). Sum of RGB (Red+Green+Blue) = 219+50+68=337 (44% of max value = 765). Red value is 219 (85.94% from 255 or 64.99% from 337); Green value is 50 (19.92% from 255 or 14.84% from 337); Blue value is 68 (26.95% from 255 or 20.18% from 337); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3244 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB3244 is #24CDBB. Grayscale: #666666. Windows color (decimal): -2411964 or 4469467. OLE color: 4469467.

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

Color convert

RGB 219 50 68 -
CMYK 0 0.77 0.69 0.14
HSL 353.61º 0.7% 0.53% -
HSV(B) 353.61º 0.77% 0.86% -
XYZ 31.4 17.76 7.24 -
YUV 102.58 108.49 211.04 -
System Red Green Blue C M Y K H S L
Decimal 219 50 68 0 0.77 0.69 0.14 353.61 0.7 0.53
Hex DB 32 44 0 4D 45 E 162 46 35
Octal 333 62 104 0 115 105 16 542 106 65
Binary 11011011 110010 1000100 0 1001101 1000101 1110 101100010 1000110 110101

Color Harmonies of #DB3244

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB3244

Black with #DB3244

Text Example


Text Example

White with #DB3244

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB3244; }

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

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

background-color css

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

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

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

border-color css

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

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

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