Html Css Color HEX #D82149 Amaranth

📋 copy color: '#D82149'

red 216 ◦ green 33 ◦ blue 73

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

Shades of Amaranth #D82149

Tints of Amaranth #D82149

RGB

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

 GREEN value IS 33 (13.28% from 255) = 10.25%

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

R = 67.08%
G = 10.25%
B = 22.67%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.66

 K value IS 0.15

RGB Variations

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

Color information

#D82149 (or 0xD82149) is known color: Amaranth. HEX triplet: D8, 21 and 49. RGB value is (216,33,73). Sum of RGB (Red+Green+Blue) = 216+33+73=322 (42% of max value = 765). Red value is 216 (84.77% from 255 or 67.08% from 322); Green value is 33 (13.28% from 255 or 10.25% from 322); Blue value is 73 (28.91% from 255 or 22.67% from 322); Max value from RGB is 216 - color contains mainly: red. Hex color #D82149 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D82149 is #27DEB6. Grayscale: #5C5C5C. Windows color (decimal): -2612919 or 4792792. OLE color: 4792792.

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

Color convert

RGB 216 33 73 -
CMYK 0 0.85 0.66 0.15
HSL 346.89º 0.73% 0.49% -
HSV(B) 346.89º 0.85% 0.85% -
XYZ 30.07 16.17 7.84 -
YUV 92.28 117.13 216.25 -
System Red Green Blue C M Y K H S L
Decimal 216 33 73 0 0.85 0.66 0.15 346.89 0.73 0.49
Hex D8 21 49 0 55 42 F 15B 49 31
Octal 330 41 111 0 125 102 17 533 111 61
Binary 11011000 100001 1001001 0 1010101 1000010 1111 101011011 1001001 110001

Color Harmonies of #D82149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D82149

Black with #D82149

Text Example


Text Example

White with #D82149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D82149; }

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

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

background-color css

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

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

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

border-color css

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

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

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