Html Css Color HEX #D72D4D Amaranth

📋 copy color: '#D72D4D'

red 215 ◦ green 45 ◦ blue 77

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

Shades of Amaranth #D72D4D

Tints of Amaranth #D72D4D

RGB

 RED value IS 215 (84.38% from 255) = 63.8%

 GREEN value IS 45 (17.97% from 255) = 13.35%

 BLUE value IS 77 (30.47% from 255) = 22.85%

R = 63.8%
G = 13.35%
B = 22.85%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.64

 K value IS 0.16

RGB Variations

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

Color information

#D72D4D (or 0xD72D4D) is known color: Amaranth. HEX triplet: D7, 2D and 4D. RGB value is (215,45,77). Sum of RGB (Red+Green+Blue) = 215+45+77=337 (44% of max value = 765). Red value is 215 (84.38% from 255 or 63.80% from 337); Green value is 45 (17.97% from 255 or 13.35% from 337); Blue value is 77 (30.47% from 255 or 22.85% from 337); Max value from RGB is 215 - color contains mainly: red. Hex color #D72D4D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D72D4D is #28D2B2. Grayscale: #636363. Windows color (decimal): -2675379 or 5058007. OLE color: 5058007.

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

Color convert

RGB 215 45 77 -
CMYK 0 0.79 0.64 0.16
HSL 348.71º 0.68% 0.51% -
HSV(B) 348.71º 0.79% 0.84% -
XYZ 30.3 16.86 8.68 -
YUV 99.48 115.32 210.4 -
System Red Green Blue C M Y K H S L
Decimal 215 45 77 0 0.79 0.64 0.16 348.71 0.68 0.51
Hex D7 2D 4D 0 4F 40 10 15D 44 33
Octal 327 55 115 0 117 100 20 535 104 63
Binary 11010111 101101 1001101 0 1001111 1000000 10000 101011101 1000100 110011

Color Harmonies of #D72D4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D72D4D

Black with #D72D4D

Text Example


Text Example

White with #D72D4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D72D4D; }

 p { color: rgb(215,45,77); }

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

background-color css

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

 a { background-color: rgb(215,45,77); }

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

border-color css

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

 span { border-color: rgb(215,45,77); }

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