Html Css Color HEX #DA3745 Amaranth

📋 copy color: '#DA3745'

red 218 ◦ green 55 ◦ blue 69

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

Shades of Amaranth #DA3745

Tints of Amaranth #DA3745

RGB

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

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

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

R = 63.74%
G = 16.08%
B = 20.18%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.68

 K value IS 0.15

RGB Variations

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

Color information

#DA3745 (or 0xDA3745) is known color: Amaranth. HEX triplet: DA, 37 and 45. RGB value is (218,55,69). Sum of RGB (Red+Green+Blue) = 218+55+69=342 (45% of max value = 765). Red value is 218 (85.55% from 255 or 63.74% from 342); Green value is 55 (21.88% from 255 or 16.08% from 342); Blue value is 69 (27.34% from 255 or 20.18% from 342); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3745 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA3745 is #25C8BA. Grayscale: #696969. Windows color (decimal): -2476219 or 4536282. OLE color: 4536282.

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

Color convert

RGB 218 55 69 -
CMYK 0 0.75 0.68 0.15
HSL 354.85º 0.69% 0.54% -
HSV(B) 354.85º 0.75% 0.85% -
XYZ 31.35 18.07 7.47 -
YUV 105.33 107.5 208.36 -
System Red Green Blue C M Y K H S L
Decimal 218 55 69 0 0.75 0.68 0.15 354.85 0.69 0.54
Hex DA 37 45 0 4B 44 F 163 45 36
Octal 332 67 105 0 113 104 17 543 105 66
Binary 11011010 110111 1000101 0 1001011 1000100 1111 101100011 1000101 110110

Color Harmonies of #DA3745

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA3745

Black with #DA3745

Text Example


Text Example

White with #DA3745

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA3745; }

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

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

background-color css

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

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

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

border-color css

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

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

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