Html Css Color HEX #D63C4D Amaranth

📋 copy color: '#D63C4D'

red 214 ◦ green 60 ◦ blue 77

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

Shades of Amaranth #D63C4D

Tints of Amaranth #D63C4D

RGB

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

 GREEN value IS 60 (23.83% from 255) = 17.09%

 BLUE value IS 77 (30.47% from 255) = 21.94%

R = 60.97%
G = 17.09%
B = 21.94%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.64

 K value IS 0.16

RGB Variations

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

Color information

#D63C4D (or 0xD63C4D) is known color: Amaranth. HEX triplet: D6, 3C and 4D. RGB value is (214,60,77). Sum of RGB (Red+Green+Blue) = 214+60+77=351 (46% of max value = 765). Red value is 214 (83.98% from 255 or 60.97% from 351); Green value is 60 (23.83% from 255 or 17.09% from 351); Blue value is 77 (30.47% from 255 or 21.94% from 351); Max value from RGB is 214 - color contains mainly: red. Hex color #D63C4D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D63C4D is #29C3B2. Grayscale: #6C6C6C. Windows color (decimal): -2737075 or 5061846. OLE color: 5061846.

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

Color convert

RGB 214 60 77 -
CMYK 0 0.72 0.64 0.16
HSL 353.38º 0.65% 0.54% -
HSV(B) 353.38º 0.72% 0.84% -
XYZ 30.69 18.06 8.89 -
YUV 107.98 110.52 203.62 -
System Red Green Blue C M Y K H S L
Decimal 214 60 77 0 0.72 0.64 0.16 353.38 0.65 0.54
Hex D6 3C 4D 0 48 40 10 161 41 36
Octal 326 74 115 0 110 100 20 541 101 66
Binary 11010110 111100 1001101 0 1001000 1000000 10000 101100001 1000001 110110

Color Harmonies of #D63C4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63C4D

Black with #D63C4D

Text Example


Text Example

White with #D63C4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63C4D; }

 p { color: rgb(214,60,77); }

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

background-color css

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

 a { background-color: rgb(214,60,77); }

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

border-color css

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

 span { border-color: rgb(214,60,77); }

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