Html Css Color HEX #D72C4B Amaranth

📋 copy color: '#D72C4B'

red 215 ◦ green 44 ◦ blue 75

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

Shades of Amaranth #D72C4B

Tints of Amaranth #D72C4B

RGB

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

 GREEN value IS 44 (17.58% from 255) = 13.17%

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

R = 64.37%
G = 13.17%
B = 22.46%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.65

 K value IS 0.16

RGB Variations

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

Color information

#D72C4B (or 0xD72C4B) is known color: Amaranth. HEX triplet: D7, 2C and 4B. RGB value is (215,44,75). Sum of RGB (Red+Green+Blue) = 215+44+75=334 (44% of max value = 765). Red value is 215 (84.38% from 255 or 64.37% from 334); Green value is 44 (17.58% from 255 or 13.17% from 334); Blue value is 75 (29.69% from 255 or 22.46% from 334); Max value from RGB is 215 - color contains mainly: red. Hex color #D72C4B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D72C4B is #28D3B4. Grayscale: #626262. Windows color (decimal): -2675637 or 4926679. OLE color: 4926679.

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

Color convert

RGB 215 44 75 -
CMYK 0 0.80 0.65 0.16
HSL 349.12º 0.68% 0.51% -
HSV(B) 349.12º 0.8% 0.84% -
XYZ 30.2 16.76 8.3 -
YUV 98.66 114.65 210.98 -
System Red Green Blue C M Y K H S L
Decimal 215 44 75 0 0.80 0.65 0.16 349.12 0.68 0.51
Hex D7 2C 4B 0 50 41 10 15D 44 33
Octal 327 54 113 0 120 101 20 535 104 63
Binary 11010111 101100 1001011 0 1010000 1000001 10000 101011101 1000100 110011

Color Harmonies of #D72C4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D72C4B

Black with #D72C4B

Text Example


Text Example

White with #D72C4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D72C4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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