Html Css Color HEX #D72452 Amaranth

📋 copy color: '#D72452'

red 215 ◦ green 36 ◦ blue 82

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

Shades of Amaranth #D72452

Tints of Amaranth #D72452

RGB

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

 GREEN value IS 36 (14.45% from 255) = 10.81%

 BLUE value IS 82 (32.42% from 255) = 24.62%

R = 64.56%
G = 10.81%
B = 24.62%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.62

 K value IS 0.16

RGB Variations

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

Color information

#D72452 (or 0xD72452) is known color: Amaranth. HEX triplet: D7, 24 and 52. RGB value is (215,36,82). Sum of RGB (Red+Green+Blue) = 215+36+82=333 (44% of max value = 765). Red value is 215 (84.38% from 255 or 64.56% from 333); Green value is 36 (14.45% from 255 or 10.81% from 333); Blue value is 82 (32.42% from 255 or 24.62% from 333); Max value from RGB is 215 - color contains mainly: red. Hex color #D72452 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D72452 is #28DBAD. Grayscale: #5E5E5E. Windows color (decimal): -2677678 or 5383383. OLE color: 5383383.

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

Color convert

RGB 215 36 82 -
CMYK 0 0.83 0.62 0.16
HSL 344.58º 0.71% 0.49% -
HSV(B) 344.58º 0.83% 0.84% -
XYZ 30.18 16.32 9.54 -
YUV 94.77 120.8 213.76 -
System Red Green Blue C M Y K H S L
Decimal 215 36 82 0 0.83 0.62 0.16 344.58 0.71 0.49
Hex D7 24 52 0 53 3E 10 159 47 31
Octal 327 44 122 0 123 76 20 531 107 61
Binary 11010111 100100 1010010 0 1010011 111110 10000 101011001 1000111 110001

Color Harmonies of #D72452

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D72452

Black with #D72452

Text Example


Text Example

White with #D72452

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D72452; }

 p { color: rgb(215,36,82); }

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

background-color css

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

 a { background-color: rgb(215,36,82); }

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

border-color css

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

 span { border-color: rgb(215,36,82); }

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