Html Css Color HEX #D82A46 Amaranth

📋 copy color: '#D82A46'

red 216 ◦ green 42 ◦ blue 70

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

Shades of Amaranth #D82A46

Tints of Amaranth #D82A46

RGB

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

 GREEN value IS 42 (16.8% from 255) = 12.8%

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

R = 65.85%
G = 12.8%
B = 21.34%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.68

 K value IS 0.15

RGB Variations

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

Color information

#D82A46 (or 0xD82A46) is known color: Amaranth. HEX triplet: D8, 2A and 46. RGB value is (216,42,70). Sum of RGB (Red+Green+Blue) = 216+42+70=328 (43% of max value = 765). Red value is 216 (84.77% from 255 or 65.85% from 328); Green value is 42 (16.80% from 255 or 12.80% from 328); Blue value is 70 (27.73% from 255 or 21.34% from 328); Max value from RGB is 216 - color contains mainly: red. Hex color #D82A46 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D82A46 is #27D5B9. Grayscale: #616161. Windows color (decimal): -2610618 or 4598488. OLE color: 4598488.

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

Color convert

RGB 216 42 70 -
CMYK 0 0.81 0.68 0.15
HSL 350.34º 0.69% 0.51% -
HSV(B) 350.34º 0.81% 0.85% -
XYZ 30.25 16.7 7.42 -
YUV 97.22 112.65 212.72 -
System Red Green Blue C M Y K H S L
Decimal 216 42 70 0 0.81 0.68 0.15 350.34 0.69 0.51
Hex D8 2A 46 0 51 44 F 15E 45 33
Octal 330 52 106 0 121 104 17 536 105 63
Binary 11011000 101010 1000110 0 1010001 1000100 1111 101011110 1000101 110011

Color Harmonies of #D82A46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D82A46

Black with #D82A46

Text Example


Text Example

White with #D82A46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D82A46; }

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

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

background-color css

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

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

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

border-color css

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

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

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