Html Css Color HEX #DA3047 Amaranth

📋 copy color: '#DA3047'

red 218 ◦ green 48 ◦ blue 71

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

Shades of Amaranth #DA3047

Tints of Amaranth #DA3047

RGB

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

 GREEN value IS 48 (19.14% from 255) = 14.24%

 BLUE value IS 71 (28.13% from 255) = 21.07%

R = 64.69%
G = 14.24%
B = 21.07%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.67

 K value IS 0.15

RGB Variations

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

Color information

#DA3047 (or 0xDA3047) is known color: Amaranth. HEX triplet: DA, 30 and 47. RGB value is (218,48,71). Sum of RGB (Red+Green+Blue) = 218+48+71=337 (44% of max value = 765). Red value is 218 (85.55% from 255 or 64.69% from 337); Green value is 48 (19.14% from 255 or 14.24% from 337); Blue value is 71 (28.12% from 255 or 21.07% from 337); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3047 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA3047 is #25CFB8. Grayscale: #656565. Windows color (decimal): -2478009 or 4665562. OLE color: 4665562.

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

Color convert

RGB 218 48 71 -
CMYK 0 0.78 0.67 0.15
HSL 351.88º 0.7% 0.52% -
HSV(B) 351.88º 0.78% 0.85% -
XYZ 31.11 17.47 7.69 -
YUV 101.45 110.82 211.13 -
System Red Green Blue C M Y K H S L
Decimal 218 48 71 0 0.78 0.67 0.15 351.88 0.7 0.52
Hex DA 30 47 0 4E 43 F 160 46 34
Octal 332 60 107 0 116 103 17 540 106 64
Binary 11011010 110000 1000111 0 1001110 1000011 1111 101100000 1000110 110100

Color Harmonies of #DA3047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA3047

Black with #DA3047

Text Example


Text Example

White with #DA3047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA3047; }

 p { color: rgb(218,48,71); }

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

background-color css

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

 a { background-color: rgb(218,48,71); }

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

border-color css

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

 span { border-color: rgb(218,48,71); }

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