Html Css Color HEX #DA3146 Amaranth

📋 copy color: '#DA3146'

red 218 ◦ green 49 ◦ blue 70

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

Shades of Amaranth #DA3146

Tints of Amaranth #DA3146

RGB

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

 GREEN value IS 49 (19.53% from 255) = 14.54%

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

R = 64.69%
G = 14.54%
B = 20.77%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.68

 K value IS 0.15

RGB Variations

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

Color information

#DA3146 (or 0xDA3146) is known color: Amaranth. HEX triplet: DA, 31 and 46. RGB value is (218,49,70). Sum of RGB (Red+Green+Blue) = 218+49+70=337 (44% of max value = 765). Red value is 218 (85.55% from 255 or 64.69% from 337); Green value is 49 (19.53% from 255 or 14.54% from 337); Blue value is 70 (27.73% from 255 or 20.77% from 337); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3146 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA3146 is #25CEB9. Grayscale: #666666. Windows color (decimal): -2477754 or 4600282. OLE color: 4600282.

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

Color convert

RGB 218 49 70 -
CMYK 0 0.78 0.68 0.15
HSL 352.54º 0.7% 0.52% -
HSV(B) 352.54º 0.78% 0.85% -
XYZ 31.12 17.54 7.54 -
YUV 101.93 109.99 210.79 -
System Red Green Blue C M Y K H S L
Decimal 218 49 70 0 0.78 0.68 0.15 352.54 0.7 0.52
Hex DA 31 46 0 4E 44 F 161 46 34
Octal 332 61 106 0 116 104 17 541 106 64
Binary 11011010 110001 1000110 0 1001110 1000100 1111 101100001 1000110 110100

Color Harmonies of #DA3146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA3146

Black with #DA3146

Text Example


Text Example

White with #DA3146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA3146; }

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

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

background-color css

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

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

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

border-color css

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

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

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