Html Css Color HEX #D9364B Amaranth

📋 copy color: '#D9364B'

red 217 ◦ green 54 ◦ blue 75

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

Shades of Amaranth #D9364B

Tints of Amaranth #D9364B

RGB

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

 GREEN value IS 54 (21.48% from 255) = 15.61%

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

R = 62.72%
G = 15.61%
B = 21.68%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.65

 K value IS 0.15

RGB Variations

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

Color information

#D9364B (or 0xD9364B) is known color: Amaranth. HEX triplet: D9, 36 and 4B. RGB value is (217,54,75). Sum of RGB (Red+Green+Blue) = 217+54+75=346 (45% of max value = 765). Red value is 217 (85.16% from 255 or 62.72% from 346); Green value is 54 (21.48% from 255 or 15.61% from 346); Blue value is 75 (29.69% from 255 or 21.68% from 346); Max value from RGB is 217 - color contains mainly: red. Hex color #D9364B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D9364B is #26C9B4. Grayscale: #696969. Windows color (decimal): -2542005 or 4929241. OLE color: 4929241.

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

Color convert

RGB 217 54 75 -
CMYK 0 0.75 0.65 0.15
HSL 352.27º 0.68% 0.53% -
HSV(B) 352.27º 0.75% 0.85% -
XYZ 31.2 17.9 8.47 -
YUV 105.13 111 207.79 -
System Red Green Blue C M Y K H S L
Decimal 217 54 75 0 0.75 0.65 0.15 352.27 0.68 0.53
Hex D9 36 4B 0 4B 41 F 160 44 35
Octal 331 66 113 0 113 101 17 540 104 65
Binary 11011001 110110 1001011 0 1001011 1000001 1111 101100000 1000100 110101

Color Harmonies of #D9364B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9364B

Black with #D9364B

Text Example


Text Example

White with #D9364B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9364B; }

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

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

background-color css

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

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

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

border-color css

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

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

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