Html Css Color HEX #D9254A Amaranth

📋 copy color: '#D9254A'

red 217 ◦ green 37 ◦ blue 74

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

Shades of Amaranth #D9254A

Tints of Amaranth #D9254A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 22.56%

R = 66.16%
G = 11.28%
B = 22.56%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.66

 K value IS 0.15

RGB Variations

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

Color information

#D9254A (or 0xD9254A) is known color: Amaranth. HEX triplet: D9, 25 and 4A. RGB value is (217,37,74). Sum of RGB (Red+Green+Blue) = 217+37+74=328 (43% of max value = 765). Red value is 217 (85.16% from 255 or 66.16% from 328); Green value is 37 (14.84% from 255 or 11.28% from 328); Blue value is 74 (29.30% from 255 or 22.56% from 328); Max value from RGB is 217 - color contains mainly: red. Hex color #D9254A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D9254A is #26DAB5. Grayscale: #5F5F5F. Windows color (decimal): -2546358 or 4859353. OLE color: 4859353.

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

Color convert

RGB 217 37 74 -
CMYK 0 0.83 0.66 0.15
HSL 347.67º 0.71% 0.5% -
HSV(B) 347.67º 0.83% 0.85% -
XYZ 30.51 16.57 8.07 -
YUV 95.04 116.13 214.99 -
System Red Green Blue C M Y K H S L
Decimal 217 37 74 0 0.83 0.66 0.15 347.67 0.71 0.5
Hex D9 25 4A 0 53 42 F 15C 47 32
Octal 331 45 112 0 123 102 17 534 107 62
Binary 11011001 100101 1001010 0 1010011 1000010 1111 101011100 1000111 110010

Color Harmonies of #D9254A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9254A

Black with #D9254A

Text Example


Text Example

White with #D9254A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9254A; }

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

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

background-color css

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

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

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

border-color css

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

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

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