Html Css Color HEX #DB2446 Amaranth

📋 copy color: '#DB2446'

red 219 ◦ green 36 ◦ blue 70

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

Shades of Amaranth #DB2446

Tints of Amaranth #DB2446

RGB

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

 GREEN value IS 36 (14.45% from 255) = 11.08%

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

R = 67.38%
G = 11.08%
B = 21.54%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.68

 K value IS 0.14

RGB Variations

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

Color information

#DB2446 (or 0xDB2446) is known color: Amaranth. HEX triplet: DB, 24 and 46. RGB value is (219,36,70). Sum of RGB (Red+Green+Blue) = 219+36+70=325 (43% of max value = 765). Red value is 219 (85.94% from 255 or 67.38% from 325); Green value is 36 (14.45% from 255 or 11.08% from 325); Blue value is 70 (27.73% from 255 or 21.54% from 325); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2446 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB2446 is #24DBB9. Grayscale: #5E5E5E. Windows color (decimal): -2415546 or 4596955. OLE color: 4596955.

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

Color convert

RGB 219 36 70 -
CMYK 0 0.84 0.68 0.14
HSL 348.85º 0.72% 0.5% -
HSV(B) 348.85º 0.84% 0.86% -
XYZ 30.95 16.76 7.4 -
YUV 94.59 114.13 216.74 -
System Red Green Blue C M Y K H S L
Decimal 219 36 70 0 0.84 0.68 0.14 348.85 0.72 0.5
Hex DB 24 46 0 54 44 E 15D 48 32
Octal 333 44 106 0 124 104 16 535 110 62
Binary 11011011 100100 1000110 0 1010100 1000100 1110 101011101 1001000 110010

Color Harmonies of #DB2446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB2446

Black with #DB2446

Text Example


Text Example

White with #DB2446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB2446; }

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

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

background-color css

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

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

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

border-color css

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

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

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