Html Css Color HEX #DA264D Amaranth

📋 copy color: '#DA264D'

red 218 ◦ green 38 ◦ blue 77

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

Shades of Amaranth #DA264D

Tints of Amaranth #DA264D

RGB

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

 GREEN value IS 38 (15.23% from 255) = 11.41%

 BLUE value IS 77 (30.47% from 255) = 23.12%

R = 65.47%
G = 11.41%
B = 23.12%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.65

 K value IS 0.15

RGB Variations

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

Color information

#DA264D (or 0xDA264D) is known color: Amaranth. HEX triplet: DA, 26 and 4D. RGB value is (218,38,77). Sum of RGB (Red+Green+Blue) = 218+38+77=333 (44% of max value = 765). Red value is 218 (85.55% from 255 or 65.47% from 333); Green value is 38 (15.23% from 255 or 11.41% from 333); Blue value is 77 (30.47% from 255 or 23.12% from 333); Max value from RGB is 218 - color contains mainly: red. Hex color #DA264D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA264D is #25D9B2. Grayscale: #606060. Windows color (decimal): -2480563 or 5056218. OLE color: 5056218.

HSL color Cylindrical-coordinate representation of color #DA264D: hue angle of 347º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DA264D is Cyan = 0, Magento = 0.83, Yellow = 0.65 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 38 77 -
CMYK 0 0.83 0.65 0.15
HSL 347º 0.71% 0.5% -
HSV(B) 347º 0.83% 0.85% -
XYZ 30.95 16.83 8.64 -
YUV 96.27 117.13 214.83 -
System Red Green Blue C M Y K H S L
Decimal 218 38 77 0 0.83 0.65 0.15 347 0.71 0.5
Hex DA 26 4D 0 53 41 F 15B 47 32
Octal 332 46 115 0 123 101 17 533 107 62
Binary 11011010 100110 1001101 0 1010011 1000001 1111 101011011 1000111 110010

Color Harmonies of #DA264D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA264D

Black with #DA264D

Text Example


Text Example

White with #DA264D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA264D; }

 p { color: rgb(218,38,77); }

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

background-color css

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

 a { background-color: rgb(218,38,77); }

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

border-color css

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

 span { border-color: rgb(218,38,77); }

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