Html Css Color HEX #DA3747 Amaranth

📋 copy color: '#DA3747'

red 218 ◦ green 55 ◦ blue 71

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

Shades of Amaranth #DA3747

Tints of Amaranth #DA3747

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 20.64%

R = 63.37%
G = 15.99%
B = 20.64%

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

#DA3747 (or 0xDA3747) is known color: Amaranth. HEX triplet: DA, 37 and 47. RGB value is (218,55,71). Sum of RGB (Red+Green+Blue) = 218+55+71=344 (45% of max value = 765). Red value is 218 (85.55% from 255 or 63.37% from 344); Green value is 55 (21.88% from 255 or 15.99% from 344); Blue value is 71 (28.12% from 255 or 20.64% from 344); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3747 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA3747 is #25C8B8. Grayscale: #696969. Windows color (decimal): -2476217 or 4667354. OLE color: 4667354.

HSL color Cylindrical-coordinate representation of color #DA3747: hue angle of 354.11º 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 #DA3747 is Cyan = 0, Magento = 0.75, Yellow = 0.67 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 55 71 -
CMYK 0 0.75 0.67 0.15
HSL 354.11º 0.69% 0.54% -
HSV(B) 354.11º 0.75% 0.85% -
XYZ 31.42 18.09 7.8 -
YUV 105.56 108.5 208.2 -
System Red Green Blue C M Y K H S L
Decimal 218 55 71 0 0.75 0.67 0.15 354.11 0.69 0.54
Hex DA 37 47 0 4B 43 F 162 45 36
Octal 332 67 107 0 113 103 17 542 105 66
Binary 11011010 110111 1000111 0 1001011 1000011 1111 101100010 1000101 110110

Color Harmonies of #DA3747

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA3747

Black with #DA3747

Text Example


Text Example

White with #DA3747

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA3747; }

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

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

background-color css

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

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

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

border-color css

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

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

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