Html Css Color HEX #DB3348 Amaranth

📋 copy color: '#DB3348'

red 219 ◦ green 51 ◦ blue 72

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

Shades of Amaranth #DB3348

Tints of Amaranth #DB3348

RGB

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

 GREEN value IS 51 (20.31% from 255) = 14.91%

 BLUE value IS 72 (28.52% from 255) = 21.05%

R = 64.04%
G = 14.91%
B = 21.05%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.67

 K value IS 0.14

RGB Variations

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

Color information

#DB3348 (or 0xDB3348) is known color: Amaranth. HEX triplet: DB, 33 and 48. RGB value is (219,51,72). Sum of RGB (Red+Green+Blue) = 219+51+72=342 (45% of max value = 765). Red value is 219 (85.94% from 255 or 64.04% from 342); Green value is 51 (20.31% from 255 or 14.91% from 342); Blue value is 72 (28.52% from 255 or 21.05% from 342); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3348 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB3348 is #24CCB7. Grayscale: #676767. Windows color (decimal): -2411704 or 4731867. OLE color: 4731867.

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

Color convert

RGB 219 51 72 -
CMYK 0 0.77 0.67 0.14
HSL 352.5º 0.7% 0.53% -
HSV(B) 352.5º 0.77% 0.86% -
XYZ 31.57 17.9 7.92 -
YUV 103.63 110.16 210.29 -
System Red Green Blue C M Y K H S L
Decimal 219 51 72 0 0.77 0.67 0.14 352.5 0.7 0.53
Hex DB 33 48 0 4D 43 E 160 46 35
Octal 333 63 110 0 115 103 16 540 106 65
Binary 11011011 110011 1001000 0 1001101 1000011 1110 101100000 1000110 110101

Color Harmonies of #DB3348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB3348

Black with #DB3348

Text Example


Text Example

White with #DB3348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB3348; }

 p { color: rgb(219,51,72); }

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

background-color css

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

 a { background-color: rgb(219,51,72); }

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

border-color css

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

 span { border-color: rgb(219,51,72); }

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