Html Css Color HEX #D63653 Amaranth

📋 copy color: '#D63653'

red 214 ◦ green 54 ◦ blue 83

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

Shades of Amaranth #D63653

Tints of Amaranth #D63653

RGB

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

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

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

R = 60.97%
G = 15.38%
B = 23.65%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.61

 K value IS 0.16

RGB Variations

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

Color information

#D63653 (or 0xD63653) is known color: Amaranth. HEX triplet: D6, 36 and 53. RGB value is (214,54,83). Sum of RGB (Red+Green+Blue) = 214+54+83=351 (46% of max value = 765). Red value is 214 (83.98% from 255 or 60.97% from 351); Green value is 54 (21.48% from 255 or 15.38% from 351); Blue value is 83 (32.81% from 255 or 23.65% from 351); Max value from RGB is 214 - color contains mainly: red. Hex color #D63653 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D63653 is #29C9AC. Grayscale: #696969. Windows color (decimal): -2738605 or 5453526. OLE color: 5453526.

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

Color convert

RGB 214 54 83 -
CMYK 0 0.75 0.61 0.16
HSL 349.13º 0.66% 0.53% -
HSV(B) 349.13º 0.75% 0.84% -
XYZ 30.61 17.56 9.96 -
YUV 105.15 115.51 205.64 -
System Red Green Blue C M Y K H S L
Decimal 214 54 83 0 0.75 0.61 0.16 349.13 0.66 0.53
Hex D6 36 53 0 4B 3D 10 15D 42 35
Octal 326 66 123 0 113 75 20 535 102 65
Binary 11010110 110110 1010011 0 1001011 111101 10000 101011101 1000010 110101

Color Harmonies of #D63653

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63653

Black with #D63653

Text Example


Text Example

White with #D63653

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63653; }

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

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

background-color css

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

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

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

border-color css

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

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

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