Html Css Color HEX #D82749 Amaranth

📋 copy color: '#D82749'

red 216 ◦ green 39 ◦ blue 73

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

Shades of Amaranth #D82749

Tints of Amaranth #D82749

RGB

 RED value IS 216 (84.77% from 255) = 65.85%

 GREEN value IS 39 (15.63% from 255) = 11.89%

 BLUE value IS 73 (28.91% from 255) = 22.26%

R = 65.85%
G = 11.89%
B = 22.26%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.66

 K value IS 0.15

RGB Variations

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

Color information

#D82749 (or 0xD82749) is known color: Amaranth. HEX triplet: D8, 27 and 49. RGB value is (216,39,73). Sum of RGB (Red+Green+Blue) = 216+39+73=328 (43% of max value = 765). Red value is 216 (84.77% from 255 or 65.85% from 328); Green value is 39 (15.62% from 255 or 11.89% from 328); Blue value is 73 (28.91% from 255 or 22.26% from 328); Max value from RGB is 216 - color contains mainly: red. Hex color #D82749 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D82749 is #27D8B6. Grayscale: #5F5F5F. Windows color (decimal): -2611383 or 4794328. OLE color: 4794328.

HSL color Cylindrical-coordinate representation of color #D82749: hue angle of 348.47º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D82749 is Cyan = 0, Magento = 0.82, Yellow = 0.66 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 39 73 -
CMYK 0 0.82 0.66 0.15
HSL 348.47º 0.69% 0.5% -
HSV(B) 348.47º 0.82% 0.85% -
XYZ 30.25 16.53 7.9 -
YUV 95.8 115.14 213.74 -
System Red Green Blue C M Y K H S L
Decimal 216 39 73 0 0.82 0.66 0.15 348.47 0.69 0.5
Hex D8 27 49 0 52 42 F 15C 45 32
Octal 330 47 111 0 122 102 17 534 105 62
Binary 11011000 100111 1001001 0 1010010 1000010 1111 101011100 1000101 110010

Color Harmonies of #D82749

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D82749

Black with #D82749

Text Example


Text Example

White with #D82749

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D82749; }

 p { color: rgb(216,39,73); }

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

background-color css

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

 a { background-color: rgb(216,39,73); }

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

border-color css

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

 span { border-color: rgb(216,39,73); }

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