Html Css Color HEX #D61C4F Amaranth

📋 copy color: '#D61C4F'

red 214 ◦ green 28 ◦ blue 79

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

Shades of Amaranth #D61C4F

Tints of Amaranth #D61C4F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 24.61%

R = 66.67%
G = 8.72%
B = 24.61%

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

#D61C4F (or 0xD61C4F) is known color: Amaranth. HEX triplet: D6, 1C and 4F. RGB value is (214,28,79). Sum of RGB (Red+Green+Blue) = 214+28+79=321 (42% of max value = 765). Red value is 214 (83.98% from 255 or 66.67% from 321); Green value is 28 (11.33% from 255 or 8.72% from 321); Blue value is 79 (31.25% from 255 or 24.61% from 321); Max value from RGB is 214 - color contains mainly: red. Hex color #D61C4F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D61C4F is #29E3B0. Grayscale: #595959. Windows color (decimal): -2745265 or 5184726. OLE color: 5184726.

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

Color convert

RGB 214 28 79 -
CMYK 0 0.87 0.63 0.16
HSL 343.55º 0.77% 0.47% -
HSV(B) 343.55º 0.87% 0.84% -
XYZ 29.56 15.69 8.87 -
YUV 89.43 122.12 216.85 -
System Red Green Blue C M Y K H S L
Decimal 214 28 79 0 0.87 0.63 0.16 343.55 0.77 0.47
Hex D6 1C 4F 0 57 3F 10 158 4D 2F
Octal 326 34 117 0 127 77 20 530 115 57
Binary 11010110 11100 1001111 0 1010111 111111 10000 101011000 1001101 101111

Color Harmonies of #D61C4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61C4F

Black with #D61C4F

Text Example


Text Example

White with #D61C4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61C4F; }

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

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

background-color css

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

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

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

border-color css

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

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

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