Html Css Color HEX #DA3448 Amaranth

📋 copy color: '#DA3448'

red 218 ◦ green 52 ◦ blue 72

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

Shades of Amaranth #DA3448

Tints of Amaranth #DA3448

RGB

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

 GREEN value IS 52 (20.7% from 255) = 15.2%

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

R = 63.74%
G = 15.2%
B = 21.05%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.67

 K value IS 0.15

RGB Variations

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

Color information

#DA3448 (or 0xDA3448) is known color: Amaranth. HEX triplet: DA, 34 and 48. RGB value is (218,52,72). Sum of RGB (Red+Green+Blue) = 218+52+72=342 (45% of max value = 765). Red value is 218 (85.55% from 255 or 63.74% from 342); Green value is 52 (20.70% from 255 or 15.20% from 342); Blue value is 72 (28.52% from 255 or 21.05% from 342); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3448 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA3448 is #25CBB7. Grayscale: #676767. Windows color (decimal): -2476984 or 4732122. OLE color: 4732122.

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

Color convert

RGB 218 52 72 -
CMYK 0 0.76 0.67 0.15
HSL 352.77º 0.69% 0.53% -
HSV(B) 352.77º 0.76% 0.85% -
XYZ 31.31 17.83 7.92 -
YUV 103.91 110 209.37 -
System Red Green Blue C M Y K H S L
Decimal 218 52 72 0 0.76 0.67 0.15 352.77 0.69 0.53
Hex DA 34 48 0 4C 43 F 161 45 35
Octal 332 64 110 0 114 103 17 541 105 65
Binary 11011010 110100 1001000 0 1001100 1000011 1111 101100001 1000101 110101

Color Harmonies of #DA3448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA3448

Black with #DA3448

Text Example


Text Example

White with #DA3448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA3448; }

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

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

background-color css

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

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

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

border-color css

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

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

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