Html Css Color HEX #D63753 Amaranth

📋 copy color: '#D63753'

red 214 ◦ green 55 ◦ blue 83

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

Shades of Amaranth #D63753

Tints of Amaranth #D63753

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 23.58%

R = 60.8%
G = 15.63%
B = 23.58%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.61

 K value IS 0.16

RGB Variations

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

Color information

#D63753 (or 0xD63753) is known color: Amaranth. HEX triplet: D6, 37 and 53. RGB value is (214,55,83). Sum of RGB (Red+Green+Blue) = 214+55+83=352 (46% of max value = 765). Red value is 214 (83.98% from 255 or 60.80% from 352); Green value is 55 (21.88% from 255 or 15.62% from 352); Blue value is 83 (32.81% from 255 or 23.58% from 352); Max value from RGB is 214 - color contains mainly: red. Hex color #D63753 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D63753 is #29C8AC. Grayscale: #696969. Windows color (decimal): -2738349 or 5453782. OLE color: 5453782.

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

Color convert

RGB 214 55 83 -
CMYK 0 0.74 0.61 0.16
HSL 349.43º 0.66% 0.53% -
HSV(B) 349.43º 0.74% 0.84% -
XYZ 30.66 17.65 9.98 -
YUV 105.73 115.18 205.22 -
System Red Green Blue C M Y K H S L
Decimal 214 55 83 0 0.74 0.61 0.16 349.43 0.66 0.53
Hex D6 37 53 0 4A 3D 10 15D 42 35
Octal 326 67 123 0 112 75 20 535 102 65
Binary 11010110 110111 1010011 0 1001010 111101 10000 101011101 1000010 110101

Color Harmonies of #D63753

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63753

Black with #D63753

Text Example


Text Example

White with #D63753

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63753; }

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

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

background-color css

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

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

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

border-color css

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

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

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