Html Css Color HEX #D72251 Amaranth

📋 copy color: '#D72251'

red 215 ◦ green 34 ◦ blue 81

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

Shades of Amaranth #D72251

Tints of Amaranth #D72251

RGB

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

 GREEN value IS 34 (13.67% from 255) = 10.3%

 BLUE value IS 81 (32.03% from 255) = 24.55%

R = 65.15%
G = 10.3%
B = 24.55%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.62

 K value IS 0.16

RGB Variations

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

Color information

#D72251 (or 0xD72251) is known color: Amaranth. HEX triplet: D7, 22 and 51. RGB value is (215,34,81). Sum of RGB (Red+Green+Blue) = 215+34+81=330 (43% of max value = 765). Red value is 215 (84.38% from 255 or 65.15% from 330); Green value is 34 (13.67% from 255 or 10.30% from 330); Blue value is 81 (32.03% from 255 or 24.55% from 330); Max value from RGB is 215 - color contains mainly: red. Hex color #D72251 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D72251 is #28DDAE. Grayscale: #5D5D5D. Windows color (decimal): -2678191 or 5317335. OLE color: 5317335.

HSL color Cylindrical-coordinate representation of color #D72251: hue angle of 344.42º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D72251 is Cyan = 0, Magento = 0.84, Yellow = 0.62 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 34 81 -
CMYK 0 0.84 0.62 0.16
HSL 344.42º 0.73% 0.49% -
HSV(B) 344.42º 0.84% 0.84% -
XYZ 30.08 16.19 9.32 -
YUV 93.48 120.97 214.68 -
System Red Green Blue C M Y K H S L
Decimal 215 34 81 0 0.84 0.62 0.16 344.42 0.73 0.49
Hex D7 22 51 0 54 3E 10 158 49 31
Octal 327 42 121 0 124 76 20 530 111 61
Binary 11010111 100010 1010001 0 1010100 111110 10000 101011000 1001001 110001

Color Harmonies of #D72251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D72251

Black with #D72251

Text Example


Text Example

White with #D72251

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D72251; }

 p { color: rgb(215,34,81); }

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

background-color css

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

 a { background-color: rgb(215,34,81); }

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

border-color css

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

 span { border-color: rgb(215,34,81); }

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