Html Css Color HEX #D83650 Amaranth

📋 copy color: '#D83650'

red 216 ◦ green 54 ◦ blue 80

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

Shades of Amaranth #D83650

Tints of Amaranth #D83650

RGB

 RED value IS 216 (84.77% from 255) = 61.71%

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

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

R = 61.71%
G = 15.43%
B = 22.86%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.63

 K value IS 0.15

RGB Variations

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

Color information

#D83650 (or 0xD83650) is known color: Amaranth. HEX triplet: D8, 36 and 50. RGB value is (216,54,80). Sum of RGB (Red+Green+Blue) = 216+54+80=350 (46% of max value = 765). Red value is 216 (84.77% from 255 or 61.71% from 350); Green value is 54 (21.48% from 255 or 15.43% from 350); Blue value is 80 (31.64% from 255 or 22.86% from 350); Max value from RGB is 216 - color contains mainly: red. Hex color #D83650 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D83650 is #27C9AF. Grayscale: #696969. Windows color (decimal): -2607536 or 5256920. OLE color: 5256920.

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

Color convert

RGB 216 54 80 -
CMYK 0 0.75 0.63 0.15
HSL 350.37º 0.68% 0.53% -
HSV(B) 350.37º 0.75% 0.85% -
XYZ 31.09 17.82 9.39 -
YUV 105.4 113.67 206.89 -
System Red Green Blue C M Y K H S L
Decimal 216 54 80 0 0.75 0.63 0.15 350.37 0.68 0.53
Hex D8 36 50 0 4B 3F F 15E 44 35
Octal 330 66 120 0 113 77 17 536 104 65
Binary 11011000 110110 1010000 0 1001011 111111 1111 101011110 1000100 110101

Color Harmonies of #D83650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D83650

Black with #D83650

Text Example


Text Example

White with #D83650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D83650; }

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

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

background-color css

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

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

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

border-color css

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

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

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