Html Css Color HEX #D63751 Amaranth

📋 copy color: '#D63751'

red 214 ◦ green 55 ◦ blue 81

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

Shades of Amaranth #D63751

Tints of Amaranth #D63751

RGB

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

 GREEN value IS 55 (21.88% from 255) = 15.71%

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

R = 61.14%
G = 15.71%
B = 23.14%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.62

 K value IS 0.16

RGB Variations

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

Color information

#D63751 (or 0xD63751) is known color: Amaranth. HEX triplet: D6, 37 and 51. RGB value is (214,55,81). Sum of RGB (Red+Green+Blue) = 214+55+81=350 (46% of max value = 765). Red value is 214 (83.98% from 255 or 61.14% from 350); Green value is 55 (21.88% from 255 or 15.71% from 350); Blue value is 81 (32.03% from 255 or 23.14% from 350); Max value from RGB is 214 - color contains mainly: red. Hex color #D63751 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D63751 is #29C8AE. Grayscale: #696969. Windows color (decimal): -2738351 or 5322710. OLE color: 5322710.

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

Color convert

RGB 214 55 81 -
CMYK 0 0.74 0.62 0.16
HSL 350.19º 0.66% 0.53% -
HSV(B) 350.19º 0.74% 0.84% -
XYZ 30.58 17.62 9.57 -
YUV 105.51 114.18 205.39 -
System Red Green Blue C M Y K H S L
Decimal 214 55 81 0 0.74 0.62 0.16 350.19 0.66 0.53
Hex D6 37 51 0 4A 3E 10 15E 42 35
Octal 326 67 121 0 112 76 20 536 102 65
Binary 11010110 110111 1010001 0 1001010 111110 10000 101011110 1000010 110101

Color Harmonies of #D63751

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63751

Black with #D63751

Text Example


Text Example

White with #D63751

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63751; }

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

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

background-color css

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

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

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

border-color css

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

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

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