Html Css Color HEX #D9254D Amaranth

📋 copy color: '#D9254D'

red 217 ◦ green 37 ◦ blue 77

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

Shades of Amaranth #D9254D

Tints of Amaranth #D9254D

RGB

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

 GREEN value IS 37 (14.84% from 255) = 11.18%

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

R = 65.56%
G = 11.18%
B = 23.26%

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

#D9254D (or 0xD9254D) is known color: Amaranth. HEX triplet: D9, 25 and 4D. RGB value is (217,37,77). Sum of RGB (Red+Green+Blue) = 217+37+77=331 (43% of max value = 765). Red value is 217 (85.16% from 255 or 65.56% from 331); Green value is 37 (14.84% from 255 or 11.18% from 331); Blue value is 77 (30.47% from 255 or 23.26% from 331); Max value from RGB is 217 - color contains mainly: red. Hex color #D9254D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D9254D is #26DAB2. Grayscale: #5F5F5F. Windows color (decimal): -2546355 or 5055961. OLE color: 5055961.

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

Color convert

RGB 217 37 77 -
CMYK 0 0.83 0.65 0.15
HSL 346.67º 0.71% 0.5% -
HSV(B) 346.67º 0.83% 0.85% -
XYZ 30.62 16.61 8.61 -
YUV 95.38 117.63 214.75 -
System Red Green Blue C M Y K H S L
Decimal 217 37 77 0 0.83 0.65 0.15 346.67 0.71 0.5
Hex D9 25 4D 0 53 41 F 15B 47 32
Octal 331 45 115 0 123 101 17 533 107 62
Binary 11011001 100101 1001101 0 1010011 1000001 1111 101011011 1000111 110010

Color Harmonies of #D9254D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9254D

Black with #D9254D

Text Example


Text Example

White with #D9254D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9254D; }

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

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

background-color css

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

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

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

border-color css

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

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

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