Html Css Color HEX #D8364B Amaranth

📋 copy color: '#D8364B'

red 216 ◦ green 54 ◦ blue 75

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

Shades of Amaranth #D8364B

Tints of Amaranth #D8364B

RGB

 RED value IS 216 (84.77% from 255) = 62.61%

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

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

R = 62.61%
G = 15.65%
B = 21.74%

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

#D8364B (or 0xD8364B) is known color: Amaranth. HEX triplet: D8, 36 and 4B. RGB value is (216,54,75). Sum of RGB (Red+Green+Blue) = 216+54+75=345 (45% of max value = 765). Red value is 216 (84.77% from 255 or 62.61% from 345); Green value is 54 (21.48% from 255 or 15.65% from 345); Blue value is 75 (29.69% from 255 or 21.74% from 345); Max value from RGB is 216 - color contains mainly: red. Hex color #D8364B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D8364B is #27C9B4. Grayscale: #686868. Windows color (decimal): -2607541 or 4929240. OLE color: 4929240.

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

Color convert

RGB 216 54 75 -
CMYK 0 0.75 0.65 0.15
HSL 352.22º 0.68% 0.53% -
HSV(B) 352.22º 0.75% 0.85% -
XYZ 30.91 17.75 8.45 -
YUV 104.83 111.17 207.29 -
System Red Green Blue C M Y K H S L
Decimal 216 54 75 0 0.75 0.65 0.15 352.22 0.68 0.53
Hex D8 36 4B 0 4B 41 F 160 44 35
Octal 330 66 113 0 113 101 17 540 104 65
Binary 11011000 110110 1001011 0 1001011 1000001 1111 101100000 1000100 110101

Color Harmonies of #D8364B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8364B

Black with #D8364B

Text Example


Text Example

White with #D8364B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8364B; }

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

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

background-color css

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

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

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

border-color css

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

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

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