Html Css Color HEX #DA3748 Amaranth

📋 copy color: '#DA3748'

red 218 ◦ green 55 ◦ blue 72

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

Shades of Amaranth #DA3748

Tints of Amaranth #DA3748

RGB

 RED value IS 218 (85.55% from 255) = 63.19%

 GREEN value IS 55 (21.88% from 255) = 15.94%

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

R = 63.19%
G = 15.94%
B = 20.87%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.67

 K value IS 0.15

RGB Variations

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

Color information

#DA3748 (or 0xDA3748) is known color: Amaranth. HEX triplet: DA, 37 and 48. RGB value is (218,55,72). Sum of RGB (Red+Green+Blue) = 218+55+72=345 (45% of max value = 765). Red value is 218 (85.55% from 255 or 63.19% from 345); Green value is 55 (21.88% from 255 or 15.94% from 345); Blue value is 72 (28.52% from 255 or 20.87% from 345); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3748 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA3748 is #25C8B7. Grayscale: #696969. Windows color (decimal): -2476216 or 4732890. OLE color: 4732890.

HSL color Cylindrical-coordinate representation of color #DA3748: hue angle of 353.74º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DA3748 is Cyan = 0, Magento = 0.75, Yellow = 0.67 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 55 72 -
CMYK 0 0.75 0.67 0.15
HSL 353.74º 0.69% 0.54% -
HSV(B) 353.74º 0.75% 0.85% -
XYZ 31.45 18.11 7.97 -
YUV 105.68 109 208.12 -
System Red Green Blue C M Y K H S L
Decimal 218 55 72 0 0.75 0.67 0.15 353.74 0.69 0.54
Hex DA 37 48 0 4B 43 F 162 45 36
Octal 332 67 110 0 113 103 17 542 105 66
Binary 11011010 110111 1001000 0 1001011 1000011 1111 101100010 1000101 110110

Color Harmonies of #DA3748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA3748

Black with #DA3748

Text Example


Text Example

White with #DA3748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA3748; }

 p { color: rgb(218,55,72); }

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

background-color css

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

 a { background-color: rgb(218,55,72); }

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

border-color css

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

 span { border-color: rgb(218,55,72); }

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