Html Css Color HEX #D9254F Amaranth

📋 copy color: '#D9254F'

red 217 ◦ green 37 ◦ blue 79

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

Shades of Amaranth #D9254F

Tints of Amaranth #D9254F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 23.72%

R = 65.17%
G = 11.11%
B = 23.72%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.64

 K value IS 0.15

RGB Variations

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

Color information

#D9254F (or 0xD9254F) is known color: Amaranth. HEX triplet: D9, 25 and 4F. RGB value is (217,37,79). Sum of RGB (Red+Green+Blue) = 217+37+79=333 (44% of max value = 765). Red value is 217 (85.16% from 255 or 65.17% from 333); Green value is 37 (14.84% from 255 or 11.11% from 333); Blue value is 79 (31.25% from 255 or 23.72% from 333); Max value from RGB is 217 - color contains mainly: red. Hex color #D9254F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D9254F is #26DAB0. Grayscale: #5F5F5F. Windows color (decimal): -2546353 or 5187033. OLE color: 5187033.

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

Color convert

RGB 217 37 79 -
CMYK 0 0.83 0.64 0.15
HSL 346º 0.71% 0.5% -
HSV(B) 346º 0.83% 0.85% -
XYZ 30.69 16.64 8.99 -
YUV 95.61 118.63 214.58 -
System Red Green Blue C M Y K H S L
Decimal 217 37 79 0 0.83 0.64 0.15 346 0.71 0.5
Hex D9 25 4F 0 53 40 F 15A 47 32
Octal 331 45 117 0 123 100 17 532 107 62
Binary 11011001 100101 1001111 0 1010011 1000000 1111 101011010 1000111 110010

Color Harmonies of #D9254F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9254F

Black with #D9254F

Text Example


Text Example

White with #D9254F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9254F; }

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

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

background-color css

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

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

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

border-color css

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

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

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