Html Css Color HEX #DA3650 Amaranth

📋 copy color: '#DA3650'

red 218 ◦ green 54 ◦ blue 80

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

Shades of Amaranth #DA3650

Tints of Amaranth #DA3650

RGB

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

 GREEN value IS 54 (21.48% from 255) = 15.34%

 BLUE value IS 80 (31.64% from 255) = 22.73%

R = 61.93%
G = 15.34%
B = 22.73%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.63

 K value IS 0.15

RGB Variations

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

Color information

#DA3650 (or 0xDA3650) is known color: Amaranth. HEX triplet: DA, 36 and 50. RGB value is (218,54,80). Sum of RGB (Red+Green+Blue) = 218+54+80=352 (46% of max value = 765). Red value is 218 (85.55% from 255 or 61.93% from 352); Green value is 54 (21.48% from 255 or 15.34% from 352); Blue value is 80 (31.64% from 255 or 22.73% from 352); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3650 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA3650 is #25C9AF. Grayscale: #6A6A6A. Windows color (decimal): -2476464 or 5256922. OLE color: 5256922.

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

Color convert

RGB 218 54 80 -
CMYK 0 0.75 0.63 0.15
HSL 350.49º 0.69% 0.53% -
HSV(B) 350.49º 0.75% 0.85% -
XYZ 31.68 18.12 9.42 -
YUV 106 113.33 207.89 -
System Red Green Blue C M Y K H S L
Decimal 218 54 80 0 0.75 0.63 0.15 350.49 0.69 0.53
Hex DA 36 50 0 4B 3F F 15E 45 35
Octal 332 66 120 0 113 77 17 536 105 65
Binary 11011010 110110 1010000 0 1001011 111111 1111 101011110 1000101 110101

Color Harmonies of #DA3650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA3650

Black with #DA3650

Text Example


Text Example

White with #DA3650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA3650; }

 p { color: rgb(218,54,80); }

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

background-color css

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

 a { background-color: rgb(218,54,80); }

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

border-color css

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

 span { border-color: rgb(218,54,80); }

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