Html Css Color HEX #D82C46 Amaranth

📋 copy color: '#D82C46'

red 216 ◦ green 44 ◦ blue 70

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

Shades of Amaranth #D82C46

Tints of Amaranth #D82C46

RGB

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

 GREEN value IS 44 (17.58% from 255) = 13.33%

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

R = 65.45%
G = 13.33%
B = 21.21%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.68

 K value IS 0.15

RGB Variations

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

Color information

#D82C46 (or 0xD82C46) is known color: Amaranth. HEX triplet: D8, 2C and 46. RGB value is (216,44,70). Sum of RGB (Red+Green+Blue) = 216+44+70=330 (43% of max value = 765). Red value is 216 (84.77% from 255 or 65.45% from 330); Green value is 44 (17.58% from 255 or 13.33% from 330); Blue value is 70 (27.73% from 255 or 21.21% from 330); Max value from RGB is 216 - color contains mainly: red. Hex color #D82C46 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D82C46 is #27D3B9. Grayscale: #626262. Windows color (decimal): -2610106 or 4599000. OLE color: 4599000.

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

Color convert

RGB 216 44 70 -
CMYK 0 0.80 0.68 0.15
HSL 350.93º 0.69% 0.51% -
HSV(B) 350.93º 0.8% 0.85% -
XYZ 30.33 16.84 7.45 -
YUV 98.39 111.98 211.89 -
System Red Green Blue C M Y K H S L
Decimal 216 44 70 0 0.80 0.68 0.15 350.93 0.69 0.51
Hex D8 2C 46 0 50 44 F 15F 45 33
Octal 330 54 106 0 120 104 17 537 105 63
Binary 11011000 101100 1000110 0 1010000 1000100 1111 101011111 1000101 110011

Color Harmonies of #D82C46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D82C46

Black with #D82C46

Text Example


Text Example

White with #D82C46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D82C46; }

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

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

background-color css

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

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

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

border-color css

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

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

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