Html Css Color HEX #D82844 Amaranth

📋 copy color: '#D82844'

red 216 ◦ green 40 ◦ blue 68

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

Shades of Amaranth #D82844

Tints of Amaranth #D82844

RGB

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

 GREEN value IS 40 (16.02% from 255) = 12.35%

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

R = 66.67%
G = 12.35%
B = 20.99%

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

#D82844 (or 0xD82844) is known color: Amaranth. HEX triplet: D8, 28 and 44. RGB value is (216,40,68). Sum of RGB (Red+Green+Blue) = 216+40+68=324 (42% of max value = 765). Red value is 216 (84.77% from 255 or 66.67% from 324); Green value is 40 (16.02% from 255 or 12.35% from 324); Blue value is 68 (26.95% from 255 or 20.99% from 324); Max value from RGB is 216 - color contains mainly: red. Hex color #D82844 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D82844 is #27D7BB. Grayscale: #5F5F5F. Windows color (decimal): -2611132 or 4466904. OLE color: 4466904.

HSL color Cylindrical-coordinate representation of color #D82844: hue angle of 350.45º 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 #D82844 is Cyan = 0, Magento = 0.81, Yellow = 0.69 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 40 68 -
CMYK 0 0.81 0.69 0.15
HSL 350.45º 0.69% 0.5% -
HSV(B) 350.45º 0.81% 0.85% -
XYZ 30.12 16.53 7.07 -
YUV 95.82 112.31 213.72 -
System Red Green Blue C M Y K H S L
Decimal 216 40 68 0 0.81 0.69 0.15 350.45 0.69 0.5
Hex D8 28 44 0 51 45 F 15E 45 32
Octal 330 50 104 0 121 105 17 536 105 62
Binary 11011000 101000 1000100 0 1010001 1000101 1111 101011110 1000101 110010

Color Harmonies of #D82844

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D82844

Black with #D82844

Text Example


Text Example

White with #D82844

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D82844; }

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

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

background-color css

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

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

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

border-color css

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

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

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