Html Css Color HEX #DB2246 Amaranth

📋 copy color: '#DB2246'

red 219 ◦ green 34 ◦ blue 70

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

Shades of Amaranth #DB2246

Tints of Amaranth #DB2246

RGB

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

 GREEN value IS 34 (13.67% from 255) = 10.53%

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

R = 67.8%
G = 10.53%
B = 21.67%

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

#DB2246 (or 0xDB2246) is known color: Amaranth. HEX triplet: DB, 22 and 46. RGB value is (219,34,70). Sum of RGB (Red+Green+Blue) = 219+34+70=323 (42% of max value = 765). Red value is 219 (85.94% from 255 or 67.80% from 323); Green value is 34 (13.67% from 255 or 10.53% from 323); Blue value is 70 (27.73% from 255 or 21.67% from 323); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2246 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB2246 is #24DDB9. Grayscale: #5D5D5D. Windows color (decimal): -2416058 or 4596443. OLE color: 4596443.

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

Color convert

RGB 219 34 70 -
CMYK 0 0.84 0.68 0.14
HSL 348.32º 0.73% 0.5% -
HSV(B) 348.32º 0.84% 0.86% -
XYZ 30.89 16.65 7.38 -
YUV 93.42 114.79 217.57 -
System Red Green Blue C M Y K H S L
Decimal 219 34 70 0 0.84 0.68 0.14 348.32 0.73 0.5
Hex DB 22 46 0 54 44 E 15C 49 32
Octal 333 42 106 0 124 104 16 534 111 62
Binary 11011011 100010 1000110 0 1010100 1000100 1110 101011100 1001001 110010

Color Harmonies of #DB2246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB2246

Black with #DB2246

Text Example


Text Example

White with #DB2246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB2246; }

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

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

background-color css

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

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

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

border-color css

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

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

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