Html Css Color HEX #DA3948 Amaranth

📋 copy color: '#DA3948'

red 218 ◦ green 57 ◦ blue 72

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

Shades of Amaranth #DA3948

Tints of Amaranth #DA3948

RGB

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

 GREEN value IS 57 (22.66% from 255) = 16.43%

 BLUE value IS 72 (28.52% from 255) = 20.75%

R = 62.82%
G = 16.43%
B = 20.75%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.67

 K value IS 0.15

RGB Variations

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

Color information

#DA3948 (or 0xDA3948) is known color: Amaranth. HEX triplet: DA, 39 and 48. RGB value is (218,57,72). Sum of RGB (Red+Green+Blue) = 218+57+72=347 (45% of max value = 765). Red value is 218 (85.55% from 255 or 62.82% from 347); Green value is 57 (22.66% from 255 or 16.43% from 347); Blue value is 72 (28.52% from 255 or 20.75% from 347); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3948 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA3948 is #25C6B7. Grayscale: #6A6A6A. Windows color (decimal): -2475704 or 4733402. OLE color: 4733402.

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

Color convert

RGB 218 57 72 -
CMYK 0 0.74 0.67 0.15
HSL 354.41º 0.69% 0.54% -
HSV(B) 354.41º 0.74% 0.85% -
XYZ 31.55 18.3 8 -
YUV 106.85 108.34 207.28 -
System Red Green Blue C M Y K H S L
Decimal 218 57 72 0 0.74 0.67 0.15 354.41 0.69 0.54
Hex DA 39 48 0 4A 43 F 162 45 36
Octal 332 71 110 0 112 103 17 542 105 66
Binary 11011010 111001 1001000 0 1001010 1000011 1111 101100010 1000101 110110

Color Harmonies of #DA3948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA3948

Black with #DA3948

Text Example


Text Example

White with #DA3948

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA3948; }

 p { color: rgb(218,57,72); }

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

background-color css

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

 a { background-color: rgb(218,57,72); }

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

border-color css

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

 span { border-color: rgb(218,57,72); }

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