Html Css Color HEX #D9314B Amaranth

📋 copy color: '#D9314B'

red 217 ◦ green 49 ◦ blue 75

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

Shades of Amaranth #D9314B

Tints of Amaranth #D9314B

RGB

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

 GREEN value IS 49 (19.53% from 255) = 14.37%

 BLUE value IS 75 (29.69% from 255) = 21.99%

R = 63.64%
G = 14.37%
B = 21.99%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.65

 K value IS 0.15

RGB Variations

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

Color information

#D9314B (or 0xD9314B) is known color: Amaranth. HEX triplet: D9, 31 and 4B. RGB value is (217,49,75). Sum of RGB (Red+Green+Blue) = 217+49+75=341 (45% of max value = 765). Red value is 217 (85.16% from 255 or 63.64% from 341); Green value is 49 (19.53% from 255 or 14.37% from 341); Blue value is 75 (29.69% from 255 or 21.99% from 341); Max value from RGB is 217 - color contains mainly: red. Hex color #D9314B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D9314B is #26CEB4. Grayscale: #666666. Windows color (decimal): -2543285 or 4927961. OLE color: 4927961.

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

Color convert

RGB 217 49 75 -
CMYK 0 0.77 0.65 0.15
HSL 350.71º 0.69% 0.52% -
HSV(B) 350.71º 0.77% 0.85% -
XYZ 30.98 17.46 8.39 -
YUV 102.2 112.66 209.89 -
System Red Green Blue C M Y K H S L
Decimal 217 49 75 0 0.77 0.65 0.15 350.71 0.69 0.52
Hex D9 31 4B 0 4D 41 F 15F 45 34
Octal 331 61 113 0 115 101 17 537 105 64
Binary 11011001 110001 1001011 0 1001101 1000001 1111 101011111 1000101 110100

Color Harmonies of #D9314B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9314B

Black with #D9314B

Text Example


Text Example

White with #D9314B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9314B; }

 p { color: rgb(217,49,75); }

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

background-color css

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

 a { background-color: rgb(217,49,75); }

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

border-color css

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

 span { border-color: rgb(217,49,75); }

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