Html Css Color HEX #D61C50 Amaranth

📋 copy color: '#D61C50'

red 214 ◦ green 28 ◦ blue 80

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

Shades of Amaranth #D61C50

Tints of Amaranth #D61C50

RGB

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

 GREEN value IS 28 (11.33% from 255) = 8.7%

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

R = 66.46%
G = 8.7%
B = 24.84%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.63

 K value IS 0.16

RGB Variations

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

Color information

#D61C50 (or 0xD61C50) is known color: Amaranth. HEX triplet: D6, 1C and 50. RGB value is (214,28,80). Sum of RGB (Red+Green+Blue) = 214+28+80=322 (42% of max value = 765). Red value is 214 (83.98% from 255 or 66.46% from 322); Green value is 28 (11.33% from 255 or 8.70% from 322); Blue value is 80 (31.64% from 255 or 24.84% from 322); Max value from RGB is 214 - color contains mainly: red. Hex color #D61C50 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D61C50 is #29E3AF. Grayscale: #595959. Windows color (decimal): -2745264 or 5250262. OLE color: 5250262.

HSL color Cylindrical-coordinate representation of color #D61C50: hue angle of 343.23º degrees, saturation: 0.77, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D61C50 is Cyan = 0, Magento = 0.87, Yellow = 0.63 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 28 80 -
CMYK 0 0.87 0.63 0.16
HSL 343.23º 0.77% 0.47% -
HSV(B) 343.23º 0.87% 0.84% -
XYZ 29.59 15.71 9.06 -
YUV 89.54 122.62 216.77 -
System Red Green Blue C M Y K H S L
Decimal 214 28 80 0 0.87 0.63 0.16 343.23 0.77 0.47
Hex D6 1C 50 0 57 3F 10 157 4D 2F
Octal 326 34 120 0 127 77 20 527 115 57
Binary 11010110 11100 1010000 0 1010111 111111 10000 101010111 1001101 101111

Color Harmonies of #D61C50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61C50

Black with #D61C50

Text Example


Text Example

White with #D61C50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61C50; }

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

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

background-color css

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

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

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

border-color css

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

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

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