Html Css Color HEX #DB3645 Amaranth

📋 copy color: '#DB3645'

red 219 ◦ green 54 ◦ blue 69

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

Shades of Amaranth #DB3645

Tints of Amaranth #DB3645

RGB

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

 GREEN value IS 54 (21.48% from 255) = 15.79%

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

R = 64.04%
G = 15.79%
B = 20.18%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.68

 K value IS 0.14

RGB Variations

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

Color information

#DB3645 (or 0xDB3645) is known color: Amaranth. HEX triplet: DB, 36 and 45. RGB value is (219,54,69). Sum of RGB (Red+Green+Blue) = 219+54+69=342 (45% of max value = 765). Red value is 219 (85.94% from 255 or 64.04% from 342); Green value is 54 (21.48% from 255 or 15.79% from 342); Blue value is 69 (27.34% from 255 or 20.18% from 342); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3645 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB3645 is #24C9BA. Grayscale: #696969. Windows color (decimal): -2410939 or 4536027. OLE color: 4536027.

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

Color convert

RGB 219 54 69 -
CMYK 0 0.75 0.68 0.14
HSL 354.55º 0.7% 0.54% -
HSV(B) 354.55º 0.75% 0.86% -
XYZ 31.61 18.13 7.46 -
YUV 105.05 107.66 209.28 -
System Red Green Blue C M Y K H S L
Decimal 219 54 69 0 0.75 0.68 0.14 354.55 0.7 0.54
Hex DB 36 45 0 4B 44 E 163 46 36
Octal 333 66 105 0 113 104 16 543 106 66
Binary 11011011 110110 1000101 0 1001011 1000100 1110 101100011 1000110 110110

Color Harmonies of #DB3645

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB3645

Black with #DB3645

Text Example


Text Example

White with #DB3645

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB3645; }

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

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

background-color css

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

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

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

border-color css

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

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

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