Html Css Color HEX #D63550 Amaranth

📋 copy color: '#D63550'

red 214 ◦ green 53 ◦ blue 80

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

Shades of Amaranth #D63550

Tints of Amaranth #D63550

RGB

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

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

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

R = 61.67%
G = 15.27%
B = 23.05%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.63

 K value IS 0.16

RGB Variations

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

Color information

#D63550 (or 0xD63550) is known color: Amaranth. HEX triplet: D6, 35 and 50. RGB value is (214,53,80). Sum of RGB (Red+Green+Blue) = 214+53+80=347 (45% of max value = 765). Red value is 214 (83.98% from 255 or 61.67% from 347); Green value is 53 (21.09% from 255 or 15.27% from 347); Blue value is 80 (31.64% from 255 or 23.05% from 347); Max value from RGB is 214 - color contains mainly: red. Hex color #D63550 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D63550 is #29CAAF. Grayscale: #686868. Windows color (decimal): -2738864 or 5256662. OLE color: 5256662.

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

Color convert

RGB 214 53 80 -
CMYK 0 0.75 0.63 0.16
HSL 349.94º 0.66% 0.52% -
HSV(B) 349.94º 0.75% 0.84% -
XYZ 30.45 17.42 9.35 -
YUV 104.22 114.34 206.3 -
System Red Green Blue C M Y K H S L
Decimal 214 53 80 0 0.75 0.63 0.16 349.94 0.66 0.52
Hex D6 35 50 0 4B 3F 10 15E 42 34
Octal 326 65 120 0 113 77 20 536 102 64
Binary 11010110 110101 1010000 0 1001011 111111 10000 101011110 1000010 110100

Color Harmonies of #D63550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63550

Black with #D63550

Text Example


Text Example

White with #D63550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63550; }

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

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

background-color css

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

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

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

border-color css

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

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

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