Html Css Color HEX #D63553 Amaranth

📋 copy color: '#D63553'

red 214 ◦ green 53 ◦ blue 83

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

Shades of Amaranth #D63553

Tints of Amaranth #D63553

RGB

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

 GREEN value IS 53 (21.09% from 255) = 15.14%

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

R = 61.14%
G = 15.14%
B = 23.71%

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

#D63553 (or 0xD63553) is known color: Amaranth. HEX triplet: D6, 35 and 53. RGB value is (214,53,83). Sum of RGB (Red+Green+Blue) = 214+53+83=350 (46% of max value = 765). Red value is 214 (83.98% from 255 or 61.14% from 350); Green value is 53 (21.09% from 255 or 15.14% from 350); Blue value is 83 (32.81% from 255 or 23.71% from 350); Max value from RGB is 214 - color contains mainly: red. Hex color #D63553 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D63553 is #29CAAC. Grayscale: #686868. Windows color (decimal): -2738861 or 5453270. OLE color: 5453270.

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

Color convert

RGB 214 53 83 -
CMYK 0 0.75 0.61 0.16
HSL 348.82º 0.66% 0.52% -
HSV(B) 348.82º 0.75% 0.84% -
XYZ 30.57 17.47 9.94 -
YUV 104.56 115.84 206.06 -
System Red Green Blue C M Y K H S L
Decimal 214 53 83 0 0.75 0.61 0.16 348.82 0.66 0.52
Hex D6 35 53 0 4B 3D 10 15D 42 34
Octal 326 65 123 0 113 75 20 535 102 64
Binary 11010110 110101 1010011 0 1001011 111101 10000 101011101 1000010 110100

Color Harmonies of #D63553

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63553

Black with #D63553

Text Example


Text Example

White with #D63553

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63553; }

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

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

background-color css

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

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

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

border-color css

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

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

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