Html Css Color HEX #DB2C48 Amaranth

📋 copy color: '#DB2C48'

red 219 ◦ green 44 ◦ blue 72

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

Shades of Amaranth #DB2C48

Tints of Amaranth #DB2C48

RGB

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

 GREEN value IS 44 (17.58% from 255) = 13.13%

 BLUE value IS 72 (28.52% from 255) = 21.49%

R = 65.37%
G = 13.13%
B = 21.49%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.67

 K value IS 0.14

RGB Variations

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

Color information

#DB2C48 (or 0xDB2C48) is known color: Amaranth. HEX triplet: DB, 2C and 48. RGB value is (219,44,72). Sum of RGB (Red+Green+Blue) = 219+44+72=335 (44% of max value = 765). Red value is 219 (85.94% from 255 or 65.37% from 335); Green value is 44 (17.58% from 255 or 13.13% from 335); Blue value is 72 (28.52% from 255 or 21.49% from 335); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2C48 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB2C48 is #24D3B7. Grayscale: #636363. Windows color (decimal): -2413496 or 4730075. OLE color: 4730075.

HSL color Cylindrical-coordinate representation of color #DB2C48: hue angle of 350.4º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DB2C48 is Cyan = 0, Magento = 0.80, Yellow = 0.67 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 44 72 -
CMYK 0 0.80 0.67 0.14
HSL 350.4º 0.71% 0.52% -
HSV(B) 350.4º 0.8% 0.86% -
XYZ 31.28 17.33 7.83 -
YUV 99.52 112.48 213.22 -
System Red Green Blue C M Y K H S L
Decimal 219 44 72 0 0.80 0.67 0.14 350.4 0.71 0.52
Hex DB 2C 48 0 50 43 E 15E 47 34
Octal 333 54 110 0 120 103 16 536 107 64
Binary 11011011 101100 1001000 0 1010000 1000011 1110 101011110 1000111 110100

Color Harmonies of #DB2C48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB2C48

Black with #DB2C48

Text Example


Text Example

White with #DB2C48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB2C48; }

 p { color: rgb(219,44,72); }

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

background-color css

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

 a { background-color: rgb(219,44,72); }

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

border-color css

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

 span { border-color: rgb(219,44,72); }

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