Html Css Color HEX #D82944 Amaranth

📋 copy color: '#D82944'

red 216 ◦ green 41 ◦ blue 68

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

Shades of Amaranth #D82944

Tints of Amaranth #D82944

RGB

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

 GREEN value IS 41 (16.41% from 255) = 12.62%

 BLUE value IS 68 (26.95% from 255) = 20.92%

R = 66.46%
G = 12.62%
B = 20.92%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.69

 K value IS 0.15

RGB Variations

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

Color information

#D82944 (or 0xD82944) is known color: Amaranth. HEX triplet: D8, 29 and 44. RGB value is (216,41,68). Sum of RGB (Red+Green+Blue) = 216+41+68=325 (43% of max value = 765). Red value is 216 (84.77% from 255 or 66.46% from 325); Green value is 41 (16.41% from 255 or 12.62% from 325); Blue value is 68 (26.95% from 255 or 20.92% from 325); Max value from RGB is 216 - color contains mainly: red. Hex color #D82944 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D82944 is #27D6BB. Grayscale: #606060. Windows color (decimal): -2610876 or 4467160. OLE color: 4467160.

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

Color convert

RGB 216 41 68 -
CMYK 0 0.81 0.69 0.15
HSL 350.74º 0.69% 0.5% -
HSV(B) 350.74º 0.81% 0.85% -
XYZ 30.16 16.6 7.08 -
YUV 96.4 111.98 213.3 -
System Red Green Blue C M Y K H S L
Decimal 216 41 68 0 0.81 0.69 0.15 350.74 0.69 0.5
Hex D8 29 44 0 51 45 F 15F 45 32
Octal 330 51 104 0 121 105 17 537 105 62
Binary 11011000 101001 1000100 0 1010001 1000101 1111 101011111 1000101 110010

Color Harmonies of #D82944

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D82944

Black with #D82944

Text Example


Text Example

White with #D82944

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D82944; }

 p { color: rgb(216,41,68); }

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

background-color css

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

 a { background-color: rgb(216,41,68); }

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

border-color css

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

 span { border-color: rgb(216,41,68); }

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