Html Css Color HEX #D63850 Amaranth

📋 copy color: '#D63850'

red 214 ◦ green 56 ◦ blue 80

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

Shades of Amaranth #D63850

Tints of Amaranth #D63850

RGB

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

 GREEN value IS 56 (22.27% from 255) = 16%

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

R = 61.14%
G = 16%
B = 22.86%

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

#D63850 (or 0xD63850) is known color: Amaranth. HEX triplet: D6, 38 and 50. RGB value is (214,56,80). Sum of RGB (Red+Green+Blue) = 214+56+80=350 (46% of max value = 765). Red value is 214 (83.98% from 255 or 61.14% from 350); Green value is 56 (22.27% from 255 or 16% from 350); Blue value is 80 (31.64% from 255 or 22.86% from 350); Max value from RGB is 214 - color contains mainly: red. Hex color #D63850 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D63850 is #29C7AF. Grayscale: #6A6A6A. Windows color (decimal): -2738096 or 5257430. OLE color: 5257430.

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

Color convert

RGB 214 56 80 -
CMYK 0 0.74 0.63 0.16
HSL 350.89º 0.66% 0.53% -
HSV(B) 350.89º 0.74% 0.84% -
XYZ 30.59 17.7 9.39 -
YUV 105.98 113.35 205.05 -
System Red Green Blue C M Y K H S L
Decimal 214 56 80 0 0.74 0.63 0.16 350.89 0.66 0.53
Hex D6 38 50 0 4A 3F 10 15F 42 35
Octal 326 70 120 0 112 77 20 537 102 65
Binary 11010110 111000 1010000 0 1001010 111111 10000 101011111 1000010 110101

Color Harmonies of #D63850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63850

Black with #D63850

Text Example


Text Example

White with #D63850

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63850; }

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

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

background-color css

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

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

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

border-color css

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

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

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