Html Css Color HEX #DA3344 Amaranth

📋 copy color: '#DA3344'

red 218 ◦ green 51 ◦ blue 68

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

Shades of Amaranth #DA3344

Tints of Amaranth #DA3344

RGB

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

 GREEN value IS 51 (20.31% from 255) = 15.13%

 BLUE value IS 68 (26.95% from 255) = 20.18%

R = 64.69%
G = 15.13%
B = 20.18%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.69

 K value IS 0.15

RGB Variations

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

Color information

#DA3344 (or 0xDA3344) is known color: Amaranth. HEX triplet: DA, 33 and 44. RGB value is (218,51,68). Sum of RGB (Red+Green+Blue) = 218+51+68=337 (44% of max value = 765). Red value is 218 (85.55% from 255 or 64.69% from 337); Green value is 51 (20.31% from 255 or 15.13% from 337); Blue value is 68 (26.95% from 255 or 20.18% from 337); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3344 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA3344 is #25CCBB. Grayscale: #666666. Windows color (decimal): -2477244 or 4469722. OLE color: 4469722.

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

Color convert

RGB 218 51 68 -
CMYK 0 0.77 0.69 0.15
HSL 353.89º 0.69% 0.53% -
HSV(B) 353.89º 0.77% 0.85% -
XYZ 31.14 17.69 7.24 -
YUV 102.87 108.33 210.12 -
System Red Green Blue C M Y K H S L
Decimal 218 51 68 0 0.77 0.69 0.15 353.89 0.69 0.53
Hex DA 33 44 0 4D 45 F 162 45 35
Octal 332 63 104 0 115 105 17 542 105 65
Binary 11011010 110011 1000100 0 1001101 1000101 1111 101100010 1000101 110101

Color Harmonies of #DA3344

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA3344

Black with #DA3344

Text Example


Text Example

White with #DA3344

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA3344; }

 p { color: rgb(218,51,68); }

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

background-color css

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

 a { background-color: rgb(218,51,68); }

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

border-color css

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

 span { border-color: rgb(218,51,68); }

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