Html Css Color HEX #D63951 Amaranth

📋 copy color: '#D63951'

red 214 ◦ green 57 ◦ blue 81

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

Shades of Amaranth #D63951

Tints of Amaranth #D63951

RGB

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

 GREEN value IS 57 (22.66% from 255) = 16.19%

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

R = 60.8%
G = 16.19%
B = 23.01%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.62

 K value IS 0.16

RGB Variations

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

Color information

#D63951 (or 0xD63951) is known color: Amaranth. HEX triplet: D6, 39 and 51. RGB value is (214,57,81). Sum of RGB (Red+Green+Blue) = 214+57+81=352 (46% of max value = 765). Red value is 214 (83.98% from 255 or 60.80% from 352); Green value is 57 (22.66% from 255 or 16.19% from 352); Blue value is 81 (32.03% from 255 or 23.01% from 352); Max value from RGB is 214 - color contains mainly: red. Hex color #D63951 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D63951 is #29C6AE. Grayscale: #6A6A6A. Windows color (decimal): -2737839 or 5323222. OLE color: 5323222.

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

Color convert

RGB 214 57 81 -
CMYK 0 0.73 0.62 0.16
HSL 350.83º 0.66% 0.53% -
HSV(B) 350.83º 0.73% 0.84% -
XYZ 30.68 17.82 9.61 -
YUV 106.68 113.51 204.55 -
System Red Green Blue C M Y K H S L
Decimal 214 57 81 0 0.73 0.62 0.16 350.83 0.66 0.53
Hex D6 39 51 0 49 3E 10 15F 42 35
Octal 326 71 121 0 111 76 20 537 102 65
Binary 11010110 111001 1010001 0 1001001 111110 10000 101011111 1000010 110101

Color Harmonies of #D63951

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63951

Black with #D63951

Text Example


Text Example

White with #D63951

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63951; }

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

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

background-color css

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

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

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

border-color css

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

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

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