Html Css Color HEX #DA3646 Amaranth

📋 copy color: '#DA3646'

red 218 ◦ green 54 ◦ blue 70

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

Shades of Amaranth #DA3646

Tints of Amaranth #DA3646

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 20.47%

R = 63.74%
G = 15.79%
B = 20.47%

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

#DA3646 (or 0xDA3646) is known color: Amaranth. HEX triplet: DA, 36 and 46. RGB value is (218,54,70). Sum of RGB (Red+Green+Blue) = 218+54+70=342 (45% of max value = 765). Red value is 218 (85.55% from 255 or 63.74% from 342); Green value is 54 (21.48% from 255 or 15.79% from 342); Blue value is 70 (27.73% from 255 or 20.47% from 342); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3646 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA3646 is #25C9B9. Grayscale: #686868. Windows color (decimal): -2476474 or 4601562. OLE color: 4601562.

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

Color convert

RGB 218 54 70 -
CMYK 0 0.75 0.68 0.15
HSL 354.15º 0.69% 0.53% -
HSV(B) 354.15º 0.75% 0.85% -
XYZ 31.34 17.99 7.61 -
YUV 104.86 108.33 208.7 -
System Red Green Blue C M Y K H S L
Decimal 218 54 70 0 0.75 0.68 0.15 354.15 0.69 0.53
Hex DA 36 46 0 4B 44 F 162 45 35
Octal 332 66 106 0 113 104 17 542 105 65
Binary 11011010 110110 1000110 0 1001011 1000100 1111 101100010 1000101 110101

Color Harmonies of #DA3646

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA3646

Black with #DA3646

Text Example


Text Example

White with #DA3646

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA3646; }

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

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

background-color css

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

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

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

border-color css

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

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

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