Html Css Color HEX #D63551 Amaranth

📋 copy color: '#D63551'

red 214 ◦ green 53 ◦ blue 81

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

Shades of Amaranth #D63551

Tints of Amaranth #D63551

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 23.28%

R = 61.49%
G = 15.23%
B = 23.28%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.62

 K value IS 0.16

RGB Variations

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

Color information

#D63551 (or 0xD63551) is known color: Amaranth. HEX triplet: D6, 35 and 51. RGB value is (214,53,81). Sum of RGB (Red+Green+Blue) = 214+53+81=348 (46% of max value = 765). Red value is 214 (83.98% from 255 or 61.49% from 348); Green value is 53 (21.09% from 255 or 15.23% from 348); Blue value is 81 (32.03% from 255 or 23.28% from 348); Max value from RGB is 214 - color contains mainly: red. Hex color #D63551 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D63551 is #29CAAE. Grayscale: #686868. Windows color (decimal): -2738863 or 5322198. OLE color: 5322198.

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

Color convert

RGB 214 53 81 -
CMYK 0 0.75 0.62 0.16
HSL 349.57º 0.66% 0.52% -
HSV(B) 349.57º 0.75% 0.84% -
XYZ 30.49 17.44 9.54 -
YUV 104.33 114.84 206.22 -
System Red Green Blue C M Y K H S L
Decimal 214 53 81 0 0.75 0.62 0.16 349.57 0.66 0.52
Hex D6 35 51 0 4B 3E 10 15E 42 34
Octal 326 65 121 0 113 76 20 536 102 64
Binary 11010110 110101 1010001 0 1001011 111110 10000 101011110 1000010 110100

Color Harmonies of #D63551

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63551

Black with #D63551

Text Example


Text Example

White with #D63551

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63551; }

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

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

background-color css

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

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

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

border-color css

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

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

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