Html Css Color HEX #DB2345 Amaranth

📋 copy color: '#DB2345'

red 219 ◦ green 35 ◦ blue 69

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

Shades of Amaranth #DB2345

Tints of Amaranth #DB2345

RGB

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

 GREEN value IS 35 (14.06% from 255) = 10.84%

 BLUE value IS 69 (27.34% from 255) = 21.36%

R = 67.8%
G = 10.84%
B = 21.36%

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

#DB2345 (or 0xDB2345) is known color: Amaranth. HEX triplet: DB, 23 and 45. RGB value is (219,35,69). Sum of RGB (Red+Green+Blue) = 219+35+69=323 (42% of max value = 765). Red value is 219 (85.94% from 255 or 67.80% from 323); Green value is 35 (14.06% from 255 or 10.84% from 323); Blue value is 69 (27.34% from 255 or 21.36% from 323); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2345 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB2345 is #24DCBA. Grayscale: #5D5D5D. Windows color (decimal): -2415803 or 4531163. OLE color: 4531163.

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

Color convert

RGB 219 35 69 -
CMYK 0 0.84 0.68 0.14
HSL 348.91º 0.72% 0.5% -
HSV(B) 348.91º 0.84% 0.86% -
XYZ 30.89 16.69 7.22 -
YUV 93.89 113.96 217.24 -
System Red Green Blue C M Y K H S L
Decimal 219 35 69 0 0.84 0.68 0.14 348.91 0.72 0.5
Hex DB 23 45 0 54 44 E 15D 48 32
Octal 333 43 105 0 124 104 16 535 110 62
Binary 11011011 100011 1000101 0 1010100 1000100 1110 101011101 1001000 110010

Color Harmonies of #DB2345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB2345

Black with #DB2345

Text Example


Text Example

White with #DB2345

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB2345; }

 p { color: rgb(219,35,69); }

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

background-color css

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

 a { background-color: rgb(219,35,69); }

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

border-color css

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

 span { border-color: rgb(219,35,69); }

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