Html Css Color HEX #D63B4D Amaranth

📋 copy color: '#D63B4D'

red 214 ◦ green 59 ◦ blue 77

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

Shades of Amaranth #D63B4D

Tints of Amaranth #D63B4D

RGB

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

 GREEN value IS 59 (23.44% from 255) = 16.86%

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

R = 61.14%
G = 16.86%
B = 22%

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

#D63B4D (or 0xD63B4D) is known color: Amaranth. HEX triplet: D6, 3B and 4D. RGB value is (214,59,77). Sum of RGB (Red+Green+Blue) = 214+59+77=350 (46% of max value = 765). Red value is 214 (83.98% from 255 or 61.14% from 350); Green value is 59 (23.44% from 255 or 16.86% from 350); Blue value is 77 (30.47% from 255 or 22% from 350); Max value from RGB is 214 - color contains mainly: red. Hex color #D63B4D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D63B4D is #29C4B2. Grayscale: #6B6B6B. Windows color (decimal): -2737331 or 5061590. OLE color: 5061590.

HSL color Cylindrical-coordinate representation of color #D63B4D: hue angle of 353.03º 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 #D63B4D is Cyan = 0, Magento = 0.72, Yellow = 0.64 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 59 77 -
CMYK 0 0.72 0.64 0.16
HSL 353.03º 0.65% 0.54% -
HSV(B) 353.03º 0.72% 0.84% -
XYZ 30.64 17.96 8.87 -
YUV 107.4 110.85 204.04 -
System Red Green Blue C M Y K H S L
Decimal 214 59 77 0 0.72 0.64 0.16 353.03 0.65 0.54
Hex D6 3B 4D 0 48 40 10 161 41 36
Octal 326 73 115 0 110 100 20 541 101 66
Binary 11010110 111011 1001101 0 1001000 1000000 10000 101100001 1000001 110110

Color Harmonies of #D63B4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63B4D

Black with #D63B4D

Text Example


Text Example

White with #D63B4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63B4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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