Html Css Color HEX #DB3E48 Amaranth

📋 copy color: '#DB3E48'

red 219 ◦ green 62 ◦ blue 72

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

Shades of Amaranth #DB3E48

Tints of Amaranth #DB3E48

RGB

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

 GREEN value IS 62 (24.61% from 255) = 17.56%

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

R = 62.04%
G = 17.56%
B = 20.4%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.67

 K value IS 0.14

RGB Variations

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

Color information

#DB3E48 (or 0xDB3E48) is known color: Amaranth. HEX triplet: DB, 3E and 48. RGB value is (219,62,72). Sum of RGB (Red+Green+Blue) = 219+62+72=353 (46% of max value = 765). Red value is 219 (85.94% from 255 or 62.04% from 353); Green value is 62 (24.61% from 255 or 17.56% from 353); Blue value is 72 (28.52% from 255 or 20.40% from 353); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3E48 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB3E48 is #24C1B7. Grayscale: #6E6E6E. Windows color (decimal): -2408888 or 4734683. OLE color: 4734683.

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

Color convert

RGB 219 62 72 -
CMYK 0 0.72 0.67 0.14
HSL 356.18º 0.69% 0.55% -
HSV(B) 356.18º 0.72% 0.86% -
XYZ 32.11 18.97 8.1 -
YUV 110.08 106.51 205.69 -
System Red Green Blue C M Y K H S L
Decimal 219 62 72 0 0.72 0.67 0.14 356.18 0.69 0.55
Hex DB 3E 48 0 48 43 E 164 45 37
Octal 333 76 110 0 110 103 16 544 105 67
Binary 11011011 111110 1001000 0 1001000 1000011 1110 101100100 1000101 110111

Color Harmonies of #DB3E48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB3E48

Black with #DB3E48

Text Example


Text Example

White with #DB3E48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB3E48; }

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

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

background-color css

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

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

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

border-color css

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

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

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