Html Css Color HEX #D63650 Amaranth

📋 copy color: '#D63650'

red 214 ◦ green 54 ◦ blue 80

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

Shades of Amaranth #D63650

Tints of Amaranth #D63650

RGB

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

 GREEN value IS 54 (21.48% from 255) = 15.52%

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

R = 61.49%
G = 15.52%
B = 22.99%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.63

 K value IS 0.16

RGB Variations

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

Color information

#D63650 (or 0xD63650) is known color: Amaranth. HEX triplet: D6, 36 and 50. RGB value is (214,54,80). Sum of RGB (Red+Green+Blue) = 214+54+80=348 (46% of max value = 765). Red value is 214 (83.98% from 255 or 61.49% from 348); Green value is 54 (21.48% from 255 or 15.52% from 348); Blue value is 80 (31.64% from 255 or 22.99% from 348); Max value from RGB is 214 - color contains mainly: red. Hex color #D63650 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D63650 is #29C9AF. Grayscale: #686868. Windows color (decimal): -2738608 or 5256918. OLE color: 5256918.

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

Color convert

RGB 214 54 80 -
CMYK 0 0.75 0.63 0.16
HSL 350.25º 0.66% 0.53% -
HSV(B) 350.25º 0.75% 0.84% -
XYZ 30.5 17.51 9.36 -
YUV 104.8 114.01 205.89 -
System Red Green Blue C M Y K H S L
Decimal 214 54 80 0 0.75 0.63 0.16 350.25 0.66 0.53
Hex D6 36 50 0 4B 3F 10 15E 42 35
Octal 326 66 120 0 113 77 20 536 102 65
Binary 11010110 110110 1010000 0 1001011 111111 10000 101011110 1000010 110101

Color Harmonies of #D63650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63650

Black with #D63650

Text Example


Text Example

White with #D63650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63650; }

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

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

background-color css

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

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

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

border-color css

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

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

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