Html Css Color HEX #DA354B Amaranth

📋 copy color: '#DA354B'

red 218 ◦ green 53 ◦ blue 75

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

Shades of Amaranth #DA354B

Tints of Amaranth #DA354B

RGB

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

 GREEN value IS 53 (21.09% from 255) = 15.32%

 BLUE value IS 75 (29.69% from 255) = 21.68%

R = 63.01%
G = 15.32%
B = 21.68%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.66

 K value IS 0.15

RGB Variations

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

Color information

#DA354B (or 0xDA354B) is known color: Amaranth. HEX triplet: DA, 35 and 4B. RGB value is (218,53,75). Sum of RGB (Red+Green+Blue) = 218+53+75=346 (45% of max value = 765). Red value is 218 (85.55% from 255 or 63.01% from 346); Green value is 53 (21.09% from 255 or 15.32% from 346); Blue value is 75 (29.69% from 255 or 21.68% from 346); Max value from RGB is 218 - color contains mainly: red. Hex color #DA354B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA354B is #25CAB4. Grayscale: #686868. Windows color (decimal): -2476725 or 4928986. OLE color: 4928986.

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

Color convert

RGB 218 53 75 -
CMYK 0 0.76 0.66 0.15
HSL 352º 0.69% 0.53% -
HSV(B) 352º 0.76% 0.85% -
XYZ 31.46 17.96 8.47 -
YUV 104.84 111.16 208.71 -
System Red Green Blue C M Y K H S L
Decimal 218 53 75 0 0.76 0.66 0.15 352 0.69 0.53
Hex DA 35 4B 0 4C 42 F 160 45 35
Octal 332 65 113 0 114 102 17 540 105 65
Binary 11011010 110101 1001011 0 1001100 1000010 1111 101100000 1000101 110101

Color Harmonies of #DA354B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA354B

Black with #DA354B

Text Example


Text Example

White with #DA354B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA354B; }

 p { color: rgb(218,53,75); }

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

background-color css

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

 a { background-color: rgb(218,53,75); }

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

border-color css

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

 span { border-color: rgb(218,53,75); }

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