Html Css Color HEX #D82D46 Amaranth

📋 copy color: '#D82D46'

red 216 ◦ green 45 ◦ blue 70

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

Shades of Amaranth #D82D46

Tints of Amaranth #D82D46

RGB

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

 GREEN value IS 45 (17.97% from 255) = 13.6%

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

R = 65.26%
G = 13.6%
B = 21.15%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.68

 K value IS 0.15

RGB Variations

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

Color information

#D82D46 (or 0xD82D46) is known color: Amaranth. HEX triplet: D8, 2D and 46. RGB value is (216,45,70). Sum of RGB (Red+Green+Blue) = 216+45+70=331 (43% of max value = 765). Red value is 216 (84.77% from 255 or 65.26% from 331); Green value is 45 (17.97% from 255 or 13.60% from 331); Blue value is 70 (27.73% from 255 or 21.15% from 331); Max value from RGB is 216 - color contains mainly: red. Hex color #D82D46 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D82D46 is #27D2B9. Grayscale: #636363. Windows color (decimal): -2609850 or 4599256. OLE color: 4599256.

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

Color convert

RGB 216 45 70 -
CMYK 0 0.79 0.68 0.15
HSL 351.23º 0.69% 0.51% -
HSV(B) 351.23º 0.79% 0.85% -
XYZ 30.36 16.92 7.46 -
YUV 98.98 111.65 211.47 -
System Red Green Blue C M Y K H S L
Decimal 216 45 70 0 0.79 0.68 0.15 351.23 0.69 0.51
Hex D8 2D 46 0 4F 44 F 15F 45 33
Octal 330 55 106 0 117 104 17 537 105 63
Binary 11011000 101101 1000110 0 1001111 1000100 1111 101011111 1000101 110011

Color Harmonies of #D82D46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D82D46

Black with #D82D46

Text Example


Text Example

White with #D82D46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D82D46; }

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

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

background-color css

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

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

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

border-color css

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

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

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