Html Css Color HEX #DB3145 Amaranth

📋 copy color: '#DB3145'

red 219 ◦ green 49 ◦ blue 69

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

Shades of Amaranth #DB3145

Tints of Amaranth #DB3145

RGB

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

 GREEN value IS 49 (19.53% from 255) = 14.54%

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

R = 64.99%
G = 14.54%
B = 20.47%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.68

 K value IS 0.14

RGB Variations

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

Color information

#DB3145 (or 0xDB3145) is known color: Amaranth. HEX triplet: DB, 31 and 45. RGB value is (219,49,69). Sum of RGB (Red+Green+Blue) = 219+49+69=337 (44% of max value = 765). Red value is 219 (85.94% from 255 or 64.99% from 337); Green value is 49 (19.53% from 255 or 14.54% from 337); Blue value is 69 (27.34% from 255 or 20.47% from 337); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3145 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB3145 is #24CEBA. Grayscale: #666666. Windows color (decimal): -2412219 or 4534747. OLE color: 4534747.

HSL color Cylindrical-coordinate representation of color #DB3145: hue angle of 352.94º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DB3145 is Cyan = 0, Magento = 0.78, Yellow = 0.68 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 49 69 -
CMYK 0 0.78 0.68 0.14
HSL 352.94º 0.7% 0.53% -
HSV(B) 352.94º 0.78% 0.86% -
XYZ 31.39 17.69 7.39 -
YUV 102.11 109.32 211.37 -
System Red Green Blue C M Y K H S L
Decimal 219 49 69 0 0.78 0.68 0.14 352.94 0.7 0.53
Hex DB 31 45 0 4E 44 E 161 46 35
Octal 333 61 105 0 116 104 16 541 106 65
Binary 11011011 110001 1000101 0 1001110 1000100 1110 101100001 1000110 110101

Color Harmonies of #DB3145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB3145

Black with #DB3145

Text Example


Text Example

White with #DB3145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB3145; }

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

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

background-color css

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

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

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

border-color css

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

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

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