Html Css Color HEX #D63953 Amaranth

📋 copy color: '#D63953'

red 214 ◦ green 57 ◦ blue 83

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

Shades of Amaranth #D63953

Tints of Amaranth #D63953

RGB

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

 GREEN value IS 57 (22.66% from 255) = 16.1%

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

R = 60.45%
G = 16.1%
B = 23.45%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.61

 K value IS 0.16

RGB Variations

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

Color information

#D63953 (or 0xD63953) is known color: Amaranth. HEX triplet: D6, 39 and 53. RGB value is (214,57,83). Sum of RGB (Red+Green+Blue) = 214+57+83=354 (46% of max value = 765). Red value is 214 (83.98% from 255 or 60.45% from 354); Green value is 57 (22.66% from 255 or 16.10% from 354); Blue value is 83 (32.81% from 255 or 23.45% from 354); Max value from RGB is 214 - color contains mainly: red. Hex color #D63953 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D63953 is #29C6AC. Grayscale: #6A6A6A. Windows color (decimal): -2737837 or 5454294. OLE color: 5454294.

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

Color convert

RGB 214 57 83 -
CMYK 0 0.73 0.61 0.16
HSL 350.06º 0.66% 0.53% -
HSV(B) 350.06º 0.73% 0.84% -
XYZ 30.76 17.85 10.01 -
YUV 106.91 114.51 204.39 -
System Red Green Blue C M Y K H S L
Decimal 214 57 83 0 0.73 0.61 0.16 350.06 0.66 0.53
Hex D6 39 53 0 49 3D 10 15E 42 35
Octal 326 71 123 0 111 75 20 536 102 65
Binary 11010110 111001 1010011 0 1001001 111101 10000 101011110 1000010 110101

Color Harmonies of #D63953

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63953

Black with #D63953

Text Example


Text Example

White with #D63953

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63953; }

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

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

background-color css

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

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

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

border-color css

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

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

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