Html Css Color HEX #D9264D Amaranth

📋 copy color: '#D9264D'

red 217 ◦ green 38 ◦ blue 77

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

Shades of Amaranth #D9264D

Tints of Amaranth #D9264D

RGB

 RED value IS 217 (85.16% from 255) = 65.36%

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

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

R = 65.36%
G = 11.45%
B = 23.19%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.65

 K value IS 0.15

RGB Variations

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

Color information

#D9264D (or 0xD9264D) is known color: Amaranth. HEX triplet: D9, 26 and 4D. RGB value is (217,38,77). Sum of RGB (Red+Green+Blue) = 217+38+77=332 (43% of max value = 765). Red value is 217 (85.16% from 255 or 65.36% from 332); Green value is 38 (15.23% from 255 or 11.45% from 332); Blue value is 77 (30.47% from 255 or 23.19% from 332); Max value from RGB is 217 - color contains mainly: red. Hex color #D9264D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D9264D is #26D9B2. Grayscale: #5F5F5F. Windows color (decimal): -2546099 or 5056217. OLE color: 5056217.

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

Color convert

RGB 217 38 77 -
CMYK 0 0.82 0.65 0.15
HSL 346.93º 0.7% 0.5% -
HSV(B) 346.93º 0.82% 0.85% -
XYZ 30.65 16.67 8.62 -
YUV 95.97 117.3 214.33 -
System Red Green Blue C M Y K H S L
Decimal 217 38 77 0 0.82 0.65 0.15 346.93 0.7 0.5
Hex D9 26 4D 0 52 41 F 15B 46 32
Octal 331 46 115 0 122 101 17 533 106 62
Binary 11011001 100110 1001101 0 1010010 1000001 1111 101011011 1000110 110010

Color Harmonies of #D9264D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9264D

Black with #D9264D

Text Example


Text Example

White with #D9264D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9264D; }

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

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

background-color css

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

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

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

border-color css

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

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

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