Html Css Color HEX #D82746 Amaranth

📋 copy color: '#D82746'

red 216 ◦ green 39 ◦ blue 70

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

Shades of Amaranth #D82746

Tints of Amaranth #D82746

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 21.54%

R = 66.46%
G = 12%
B = 21.54%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.68

 K value IS 0.15

RGB Variations

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

Color information

#D82746 (or 0xD82746) is known color: Amaranth. HEX triplet: D8, 27 and 46. RGB value is (216,39,70). Sum of RGB (Red+Green+Blue) = 216+39+70=325 (43% of max value = 765). Red value is 216 (84.77% from 255 or 66.46% from 325); Green value is 39 (15.62% from 255 or 12% from 325); Blue value is 70 (27.73% from 255 or 21.54% from 325); Max value from RGB is 216 - color contains mainly: red. Hex color #D82746 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D82746 is #27D8B9. Grayscale: #5F5F5F. Windows color (decimal): -2611386 or 4597720. OLE color: 4597720.

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

Color convert

RGB 216 39 70 -
CMYK 0 0.82 0.68 0.15
HSL 349.49º 0.69% 0.5% -
HSV(B) 349.49º 0.82% 0.85% -
XYZ 30.15 16.49 7.39 -
YUV 95.46 113.64 213.98 -
System Red Green Blue C M Y K H S L
Decimal 216 39 70 0 0.82 0.68 0.15 349.49 0.69 0.5
Hex D8 27 46 0 52 44 F 15D 45 32
Octal 330 47 106 0 122 104 17 535 105 62
Binary 11011000 100111 1000110 0 1010010 1000100 1111 101011101 1000101 110010

Color Harmonies of #D82746

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D82746

Black with #D82746

Text Example


Text Example

White with #D82746

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D82746; }

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

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

background-color css

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

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

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

border-color css

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

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

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