Html Css Color HEX #D82744 Amaranth

📋 copy color: '#D82744'

red 216 ◦ green 39 ◦ blue 68

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

Shades of Amaranth #D82744

Tints of Amaranth #D82744

RGB

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

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

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

R = 66.87%
G = 12.07%
B = 21.05%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.69

 K value IS 0.15

RGB Variations

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

Color information

#D82744 (or 0xD82744) is known color: Amaranth. HEX triplet: D8, 27 and 44. RGB value is (216,39,68). Sum of RGB (Red+Green+Blue) = 216+39+68=323 (42% of max value = 765). Red value is 216 (84.77% from 255 or 66.87% from 323); Green value is 39 (15.62% from 255 or 12.07% from 323); Blue value is 68 (26.95% from 255 or 21.05% from 323); Max value from RGB is 216 - color contains mainly: red. Hex color #D82744 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D82744 is #27D8BB. Grayscale: #5F5F5F. Windows color (decimal): -2611388 or 4466648. OLE color: 4466648.

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

Color convert

RGB 216 39 68 -
CMYK 0 0.82 0.69 0.15
HSL 350.17º 0.69% 0.5% -
HSV(B) 350.17º 0.82% 0.85% -
XYZ 30.09 16.47 7.06 -
YUV 95.23 112.64 214.14 -
System Red Green Blue C M Y K H S L
Decimal 216 39 68 0 0.82 0.69 0.15 350.17 0.69 0.5
Hex D8 27 44 0 52 45 F 15E 45 32
Octal 330 47 104 0 122 105 17 536 105 62
Binary 11011000 100111 1000100 0 1010010 1000101 1111 101011110 1000101 110010

Color Harmonies of #D82744

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D82744

Black with #D82744

Text Example


Text Example

White with #D82744

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D82744; }

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

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

background-color css

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

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

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

border-color css

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

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

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