Html Css Color HEX #DB2B46 Amaranth

📋 copy color: '#DB2B46'

red 219 ◦ green 43 ◦ blue 70

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

Shades of Amaranth #DB2B46

Tints of Amaranth #DB2B46

RGB

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

 GREEN value IS 43 (17.19% from 255) = 12.95%

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

R = 65.96%
G = 12.95%
B = 21.08%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.68

 K value IS 0.14

RGB Variations

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

Color information

#DB2B46 (or 0xDB2B46) is known color: Amaranth. HEX triplet: DB, 2B and 46. RGB value is (219,43,70). Sum of RGB (Red+Green+Blue) = 219+43+70=332 (43% of max value = 765). Red value is 219 (85.94% from 255 or 65.96% from 332); Green value is 43 (17.19% from 255 or 12.95% from 332); Blue value is 70 (27.73% from 255 or 21.08% from 332); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2B46 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB2B46 is #24D4B9. Grayscale: #626262. Windows color (decimal): -2413754 or 4598747. OLE color: 4598747.

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

Color convert

RGB 219 43 70 -
CMYK 0 0.80 0.68 0.14
HSL 350.8º 0.71% 0.51% -
HSV(B) 350.8º 0.8% 0.86% -
XYZ 31.18 17.23 7.48 -
YUV 98.7 111.81 213.8 -
System Red Green Blue C M Y K H S L
Decimal 219 43 70 0 0.80 0.68 0.14 350.8 0.71 0.51
Hex DB 2B 46 0 50 44 E 15F 47 33
Octal 333 53 106 0 120 104 16 537 107 63
Binary 11011011 101011 1000110 0 1010000 1000100 1110 101011111 1000111 110011

Color Harmonies of #DB2B46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB2B46

Black with #DB2B46

Text Example


Text Example

White with #DB2B46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB2B46; }

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

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

background-color css

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

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

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

border-color css

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

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

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