Html Css Color HEX #DA3446 Amaranth

📋 copy color: '#DA3446'

red 218 ◦ green 52 ◦ blue 70

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

Shades of Amaranth #DA3446

Tints of Amaranth #DA3446

RGB

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

 GREEN value IS 52 (20.7% from 255) = 15.29%

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

R = 64.12%
G = 15.29%
B = 20.59%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.68

 K value IS 0.15

RGB Variations

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

Color information

#DA3446 (or 0xDA3446) is known color: Amaranth. HEX triplet: DA, 34 and 46. RGB value is (218,52,70). Sum of RGB (Red+Green+Blue) = 218+52+70=340 (45% of max value = 765). Red value is 218 (85.55% from 255 or 64.12% from 340); Green value is 52 (20.70% from 255 or 15.29% from 340); Blue value is 70 (27.73% from 255 or 20.59% from 340); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3446 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA3446 is #25CBB9. Grayscale: #676767. Windows color (decimal): -2476986 or 4601050. OLE color: 4601050.

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

Color convert

RGB 218 52 70 -
CMYK 0 0.76 0.68 0.15
HSL 353.49º 0.69% 0.53% -
HSV(B) 353.49º 0.76% 0.85% -
XYZ 31.25 17.8 7.58 -
YUV 103.69 109 209.54 -
System Red Green Blue C M Y K H S L
Decimal 218 52 70 0 0.76 0.68 0.15 353.49 0.69 0.53
Hex DA 34 46 0 4C 44 F 161 45 35
Octal 332 64 106 0 114 104 17 541 105 65
Binary 11011010 110100 1000110 0 1001100 1000100 1111 101100001 1000101 110101

Color Harmonies of #DA3446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA3446

Black with #DA3446

Text Example


Text Example

White with #DA3446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA3446; }

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

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

background-color css

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

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

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

border-color css

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

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

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