Html Css Color HEX #D63750 Amaranth

📋 copy color: '#D63750'

red 214 ◦ green 55 ◦ blue 80

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

Shades of Amaranth #D63750

Tints of Amaranth #D63750

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 22.92%

R = 61.32%
G = 15.76%
B = 22.92%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.63

 K value IS 0.16

RGB Variations

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

Color information

#D63750 (or 0xD63750) is known color: Amaranth. HEX triplet: D6, 37 and 50. RGB value is (214,55,80). Sum of RGB (Red+Green+Blue) = 214+55+80=349 (46% of max value = 765). Red value is 214 (83.98% from 255 or 61.32% from 349); Green value is 55 (21.88% from 255 or 15.76% from 349); Blue value is 80 (31.64% from 255 or 22.92% from 349); Max value from RGB is 214 - color contains mainly: red. Hex color #D63750 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D63750 is #29C8AF. Grayscale: #696969. Windows color (decimal): -2738352 or 5257174. OLE color: 5257174.

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

Color convert

RGB 214 55 80 -
CMYK 0 0.74 0.63 0.16
HSL 350.57º 0.66% 0.53% -
HSV(B) 350.57º 0.74% 0.84% -
XYZ 30.55 17.61 9.38 -
YUV 105.39 113.68 205.47 -
System Red Green Blue C M Y K H S L
Decimal 214 55 80 0 0.74 0.63 0.16 350.57 0.66 0.53
Hex D6 37 50 0 4A 3F 10 15F 42 35
Octal 326 67 120 0 112 77 20 537 102 65
Binary 11010110 110111 1010000 0 1001010 111111 10000 101011111 1000010 110101

Color Harmonies of #D63750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63750

Black with #D63750

Text Example


Text Example

White with #D63750

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63750; }

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

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

background-color css

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

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

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

border-color css

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

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

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