Html Css Color HEX #D63B51 Amaranth

📋 copy color: '#D63B51'

red 214 ◦ green 59 ◦ blue 81

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

Shades of Amaranth #D63B51

Tints of Amaranth #D63B51

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 22.88%

R = 60.45%
G = 16.67%
B = 22.88%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.62

 K value IS 0.16

RGB Variations

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

Color information

#D63B51 (or 0xD63B51) is known color: Amaranth. HEX triplet: D6, 3B and 51. RGB value is (214,59,81). Sum of RGB (Red+Green+Blue) = 214+59+81=354 (46% of max value = 765). Red value is 214 (83.98% from 255 or 60.45% from 354); Green value is 59 (23.44% from 255 or 16.67% from 354); Blue value is 81 (32.03% from 255 or 22.88% from 354); Max value from RGB is 214 - color contains mainly: red. Hex color #D63B51 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D63B51 is #29C4AE. Grayscale: #6B6B6B. Windows color (decimal): -2737327 or 5323734. OLE color: 5323734.

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

Color convert

RGB 214 59 81 -
CMYK 0 0.72 0.62 0.16
HSL 351.48º 0.65% 0.54% -
HSV(B) 351.48º 0.72% 0.84% -
XYZ 30.78 18.02 9.64 -
YUV 107.85 112.85 203.71 -
System Red Green Blue C M Y K H S L
Decimal 214 59 81 0 0.72 0.62 0.16 351.48 0.65 0.54
Hex D6 3B 51 0 48 3E 10 15F 41 36
Octal 326 73 121 0 110 76 20 537 101 66
Binary 11010110 111011 1010001 0 1001000 111110 10000 101011111 1000001 110110

Color Harmonies of #D63B51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63B51

Black with #D63B51

Text Example


Text Example

White with #D63B51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63B51; }

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

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

background-color css

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

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

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

border-color css

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

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

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