Html Css Color HEX #D72257 Amaranth

📋 copy color: '#D72257'

red 215 ◦ green 34 ◦ blue 87

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

Shades of Amaranth #D72257

Tints of Amaranth #D72257

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 25.89%

R = 63.99%
G = 10.12%
B = 25.89%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.60

 K value IS 0.16

RGB Variations

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

Color information

#D72257 (or 0xD72257) is known color: Amaranth. HEX triplet: D7, 22 and 57. RGB value is (215,34,87). Sum of RGB (Red+Green+Blue) = 215+34+87=336 (44% of max value = 765). Red value is 215 (84.38% from 255 or 63.99% from 336); Green value is 34 (13.67% from 255 or 10.12% from 336); Blue value is 87 (34.38% from 255 or 25.89% from 336); Max value from RGB is 215 - color contains mainly: red. Hex color #D72257 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D72257 is #28DDA8. Grayscale: #5E5E5E. Windows color (decimal): -2678185 or 5710551. OLE color: 5710551.

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

Color convert

RGB 215 34 87 -
CMYK 0 0.84 0.60 0.16
HSL 342.43º 0.73% 0.49% -
HSV(B) 342.43º 0.84% 0.84% -
XYZ 30.32 16.28 10.56 -
YUV 94.16 123.97 214.19 -
System Red Green Blue C M Y K H S L
Decimal 215 34 87 0 0.84 0.60 0.16 342.43 0.73 0.49
Hex D7 22 57 0 54 3C 10 156 49 31
Octal 327 42 127 0 124 74 20 526 111 61
Binary 11010111 100010 1010111 0 1010100 111100 10000 101010110 1001001 110001

Color Harmonies of #D72257

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D72257

Black with #D72257

Text Example


Text Example

White with #D72257

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D72257; }

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

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

background-color css

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

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

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

border-color css

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

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

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