Html Css Color HEX #D6364B Amaranth

📋 copy color: '#D6364B'

red 214 ◦ green 54 ◦ blue 75

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

Shades of Amaranth #D6364B

Tints of Amaranth #D6364B

RGB

 RED value IS 214 (83.98% from 255) = 62.39%

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

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

R = 62.39%
G = 15.74%
B = 21.87%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.65

 K value IS 0.16

RGB Variations

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

Color information

#D6364B (or 0xD6364B) is known color: Amaranth. HEX triplet: D6, 36 and 4B. RGB value is (214,54,75). Sum of RGB (Red+Green+Blue) = 214+54+75=343 (45% of max value = 765). Red value is 214 (83.98% from 255 or 62.39% from 343); Green value is 54 (21.48% from 255 or 15.74% from 343); Blue value is 75 (29.69% from 255 or 21.87% from 343); Max value from RGB is 214 - color contains mainly: red. Hex color #D6364B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D6364B is #29C9B4. Grayscale: #686868. Windows color (decimal): -2738613 or 4929238. OLE color: 4929238.

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

Color convert

RGB 214 54 75 -
CMYK 0 0.75 0.65 0.16
HSL 352.13º 0.66% 0.53% -
HSV(B) 352.13º 0.75% 0.84% -
XYZ 30.32 17.44 8.43 -
YUV 104.23 111.51 206.29 -
System Red Green Blue C M Y K H S L
Decimal 214 54 75 0 0.75 0.65 0.16 352.13 0.66 0.53
Hex D6 36 4B 0 4B 41 10 160 42 35
Octal 326 66 113 0 113 101 20 540 102 65
Binary 11010110 110110 1001011 0 1001011 1000001 10000 101100000 1000010 110101

Color Harmonies of #D6364B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6364B

Black with #D6364B

Text Example


Text Example

White with #D6364B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6364B; }

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

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

background-color css

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

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

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

border-color css

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

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

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