Html Css Color HEX #DB2448 Amaranth

📋 copy color: '#DB2448'

red 219 ◦ green 36 ◦ blue 72

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

Shades of Amaranth #DB2448

Tints of Amaranth #DB2448

RGB

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

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

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

R = 66.97%
G = 11.01%
B = 22.02%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.67

 K value IS 0.14

RGB Variations

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

Color information

#DB2448 (or 0xDB2448) is known color: Amaranth. HEX triplet: DB, 24 and 48. RGB value is (219,36,72). Sum of RGB (Red+Green+Blue) = 219+36+72=327 (43% of max value = 765). Red value is 219 (85.94% from 255 or 66.97% from 327); Green value is 36 (14.45% from 255 or 11.01% from 327); Blue value is 72 (28.52% from 255 or 22.02% from 327); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2448 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB2448 is #24DBB7. Grayscale: #5E5E5E. Windows color (decimal): -2415544 or 4728027. OLE color: 4728027.

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

Color convert

RGB 219 36 72 -
CMYK 0 0.84 0.67 0.14
HSL 348.2º 0.72% 0.5% -
HSV(B) 348.2º 0.84% 0.86% -
XYZ 31.01 16.79 7.74 -
YUV 94.82 115.13 216.57 -
System Red Green Blue C M Y K H S L
Decimal 219 36 72 0 0.84 0.67 0.14 348.2 0.72 0.5
Hex DB 24 48 0 54 43 E 15C 48 32
Octal 333 44 110 0 124 103 16 534 110 62
Binary 11011011 100100 1001000 0 1010100 1000011 1110 101011100 1001000 110010

Color Harmonies of #DB2448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB2448

Black with #DB2448

Text Example


Text Example

White with #DB2448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB2448; }

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

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

background-color css

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

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

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

border-color css

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

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

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