Html Css Color HEX #DA3248 Amaranth

📋 copy color: '#DA3248'

red 218 ◦ green 50 ◦ blue 72

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

Shades of Amaranth #DA3248

Tints of Amaranth #DA3248

RGB

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

 GREEN value IS 50 (19.92% from 255) = 14.71%

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

R = 64.12%
G = 14.71%
B = 21.18%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.67

 K value IS 0.15

RGB Variations

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

Color information

#DA3248 (or 0xDA3248) is known color: Amaranth. HEX triplet: DA, 32 and 48. RGB value is (218,50,72). Sum of RGB (Red+Green+Blue) = 218+50+72=340 (45% of max value = 765). Red value is 218 (85.55% from 255 or 64.12% from 340); Green value is 50 (19.92% from 255 or 14.71% from 340); Blue value is 72 (28.52% from 255 or 21.18% from 340); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3248 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA3248 is #25CDB7. Grayscale: #666666. Windows color (decimal): -2477496 or 4731610. OLE color: 4731610.

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

Color convert

RGB 218 50 72 -
CMYK 0 0.77 0.67 0.15
HSL 352.14º 0.69% 0.53% -
HSV(B) 352.14º 0.77% 0.85% -
XYZ 31.22 17.65 7.89 -
YUV 102.74 110.66 210.21 -
System Red Green Blue C M Y K H S L
Decimal 218 50 72 0 0.77 0.67 0.15 352.14 0.69 0.53
Hex DA 32 48 0 4D 43 F 160 45 35
Octal 332 62 110 0 115 103 17 540 105 65
Binary 11011010 110010 1001000 0 1001101 1000011 1111 101100000 1000101 110101

Color Harmonies of #DA3248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA3248

Black with #DA3248

Text Example


Text Example

White with #DA3248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA3248; }

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

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

background-color css

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

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

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

border-color css

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

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

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