Html Css Color HEX #D61D4E Amaranth

📋 copy color: '#D61D4E'

red 214 ◦ green 29 ◦ blue 78

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

Shades of Amaranth #D61D4E

Tints of Amaranth #D61D4E

RGB

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

 GREEN value IS 29 (11.72% from 255) = 9.03%

 BLUE value IS 78 (30.86% from 255) = 24.3%

R = 66.67%
G = 9.03%
B = 24.3%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.64

 K value IS 0.16

RGB Variations

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

Color information

#D61D4E (or 0xD61D4E) is known color: Amaranth. HEX triplet: D6, 1D and 4E. RGB value is (214,29,78). Sum of RGB (Red+Green+Blue) = 214+29+78=321 (42% of max value = 765). Red value is 214 (83.98% from 255 or 66.67% from 321); Green value is 29 (11.72% from 255 or 9.03% from 321); Blue value is 78 (30.86% from 255 or 24.30% from 321); Max value from RGB is 214 - color contains mainly: red. Hex color #D61D4E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D61D4E is #29E2B1. Grayscale: #595959. Windows color (decimal): -2745010 or 5119446. OLE color: 5119446.

HSL color Cylindrical-coordinate representation of color #D61D4E: hue angle of 344.11º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D61D4E is Cyan = 0, Magento = 0.86, Yellow = 0.64 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 29 78 -
CMYK 0 0.86 0.64 0.16
HSL 344.11º 0.76% 0.48% -
HSV(B) 344.11º 0.86% 0.84% -
XYZ 29.55 15.72 8.69 -
YUV 89.9 121.29 216.52 -
System Red Green Blue C M Y K H S L
Decimal 214 29 78 0 0.86 0.64 0.16 344.11 0.76 0.48
Hex D6 1D 4E 0 56 40 10 158 4C 30
Octal 326 35 116 0 126 100 20 530 114 60
Binary 11010110 11101 1001110 0 1010110 1000000 10000 101011000 1001100 110000

Color Harmonies of #D61D4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61D4E

Black with #D61D4E

Text Example


Text Example

White with #D61D4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61D4E; }

 p { color: rgb(214,29,78); }

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

background-color css

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

 a { background-color: rgb(214,29,78); }

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

border-color css

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

 span { border-color: rgb(214,29,78); }

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