Html Css Color HEX #D72D4B Amaranth

📋 copy color: '#D72D4B'

red 215 ◦ green 45 ◦ blue 75

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

Shades of Amaranth #D72D4B

Tints of Amaranth #D72D4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 22.39%

R = 64.18%
G = 13.43%
B = 22.39%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.65

 K value IS 0.16

RGB Variations

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

Color information

#D72D4B (or 0xD72D4B) is known color: Amaranth. HEX triplet: D7, 2D and 4B. RGB value is (215,45,75). Sum of RGB (Red+Green+Blue) = 215+45+75=335 (44% of max value = 765). Red value is 215 (84.38% from 255 or 64.18% from 335); Green value is 45 (17.97% from 255 or 13.43% from 335); Blue value is 75 (29.69% from 255 or 22.39% from 335); Max value from RGB is 215 - color contains mainly: red. Hex color #D72D4B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D72D4B is #28D2B4. Grayscale: #636363. Windows color (decimal): -2675381 or 4926935. OLE color: 4926935.

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

Color convert

RGB 215 45 75 -
CMYK 0 0.79 0.65 0.16
HSL 349.41º 0.68% 0.51% -
HSV(B) 349.41º 0.79% 0.84% -
XYZ 30.23 16.83 8.31 -
YUV 99.25 114.32 210.56 -
System Red Green Blue C M Y K H S L
Decimal 215 45 75 0 0.79 0.65 0.16 349.41 0.68 0.51
Hex D7 2D 4B 0 4F 41 10 15D 44 33
Octal 327 55 113 0 117 101 20 535 104 63
Binary 11010111 101101 1001011 0 1001111 1000001 10000 101011101 1000100 110011

Color Harmonies of #D72D4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D72D4B

Black with #D72D4B

Text Example


Text Example

White with #D72D4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D72D4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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