Html Css Color HEX #D72253 Amaranth

📋 copy color: '#D72253'

red 215 ◦ green 34 ◦ blue 83

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

Shades of Amaranth #D72253

Tints of Amaranth #D72253

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 25%

R = 64.76%
G = 10.24%
B = 25%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.61

 K value IS 0.16

RGB Variations

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

Color information

#D72253 (or 0xD72253) is known color: Amaranth. HEX triplet: D7, 22 and 53. RGB value is (215,34,83). Sum of RGB (Red+Green+Blue) = 215+34+83=332 (43% of max value = 765). Red value is 215 (84.38% from 255 or 64.76% from 332); Green value is 34 (13.67% from 255 or 10.24% from 332); Blue value is 83 (32.81% from 255 or 25% from 332); Max value from RGB is 215 - color contains mainly: red. Hex color #D72253 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D72253 is #28DDAC. Grayscale: #5D5D5D. Windows color (decimal): -2678189 or 5448407. OLE color: 5448407.

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

Color convert

RGB 215 34 83 -
CMYK 0 0.84 0.61 0.16
HSL 343.76º 0.73% 0.49% -
HSV(B) 343.76º 0.84% 0.84% -
XYZ 30.16 16.22 9.72 -
YUV 93.71 121.97 214.52 -
System Red Green Blue C M Y K H S L
Decimal 215 34 83 0 0.84 0.61 0.16 343.76 0.73 0.49
Hex D7 22 53 0 54 3D 10 158 49 31
Octal 327 42 123 0 124 75 20 530 111 61
Binary 11010111 100010 1010011 0 1010100 111101 10000 101011000 1001001 110001

Color Harmonies of #D72253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D72253

Black with #D72253

Text Example


Text Example

White with #D72253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D72253; }

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

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

background-color css

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

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

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

border-color css

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

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

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