Html Css Color HEX #DB2451 Amaranth

📋 copy color: '#DB2451'

red 219 ◦ green 36 ◦ blue 81

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

Shades of Amaranth #DB2451

Tints of Amaranth #DB2451

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 24.11%

R = 65.18%
G = 10.71%
B = 24.11%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.63

 K value IS 0.14

RGB Variations

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

Color information

#DB2451 (or 0xDB2451) is known color: Amaranth. HEX triplet: DB, 24 and 51. RGB value is (219,36,81). Sum of RGB (Red+Green+Blue) = 219+36+81=336 (44% of max value = 765). Red value is 219 (85.94% from 255 or 65.18% from 336); Green value is 36 (14.45% from 255 or 10.71% from 336); Blue value is 81 (32.03% from 255 or 24.11% from 336); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2451 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB2451 is #24DBAE. Grayscale: #5F5F5F. Windows color (decimal): -2415535 or 5317851. OLE color: 5317851.

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

Color convert

RGB 219 36 81 -
CMYK 0 0.84 0.63 0.14
HSL 345.25º 0.72% 0.5% -
HSV(B) 345.25º 0.84% 0.86% -
XYZ 31.33 16.92 9.4 -
YUV 95.85 119.63 215.84 -
System Red Green Blue C M Y K H S L
Decimal 219 36 81 0 0.84 0.63 0.14 345.25 0.72 0.5
Hex DB 24 51 0 54 3F E 159 48 32
Octal 333 44 121 0 124 77 16 531 110 62
Binary 11011011 100100 1010001 0 1010100 111111 1110 101011001 1001000 110010

Color Harmonies of #DB2451

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB2451

Black with #DB2451

Text Example


Text Example

White with #DB2451

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB2451; }

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

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

background-color css

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

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

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

border-color css

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

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

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