Html Css Color HEX #D82346 Amaranth

📋 copy color: '#D82346'

red 216 ◦ green 35 ◦ blue 70

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

Shades of Amaranth #D82346

Tints of Amaranth #D82346

RGB

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

 GREEN value IS 35 (14.06% from 255) = 10.9%

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

R = 67.29%
G = 10.9%
B = 21.81%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.68

 K value IS 0.15

RGB Variations

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

Color information

#D82346 (or 0xD82346) is known color: Amaranth. HEX triplet: D8, 23 and 46. RGB value is (216,35,70). Sum of RGB (Red+Green+Blue) = 216+35+70=321 (42% of max value = 765). Red value is 216 (84.77% from 255 or 67.29% from 321); Green value is 35 (14.06% from 255 or 10.90% from 321); Blue value is 70 (27.73% from 255 or 21.81% from 321); Max value from RGB is 216 - color contains mainly: red. Hex color #D82346 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D82346 is #27DCB9. Grayscale: #5D5D5D. Windows color (decimal): -2612410 or 4596696. OLE color: 4596696.

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

Color convert

RGB 216 35 70 -
CMYK 0 0.84 0.68 0.15
HSL 348.4º 0.72% 0.49% -
HSV(B) 348.4º 0.84% 0.85% -
XYZ 30.03 16.24 7.35 -
YUV 93.11 114.97 215.65 -
System Red Green Blue C M Y K H S L
Decimal 216 35 70 0 0.84 0.68 0.15 348.4 0.72 0.49
Hex D8 23 46 0 54 44 F 15C 48 31
Octal 330 43 106 0 124 104 17 534 110 61
Binary 11011000 100011 1000110 0 1010100 1000100 1111 101011100 1001000 110001

Color Harmonies of #D82346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D82346

Black with #D82346

Text Example


Text Example

White with #D82346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D82346; }

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

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

background-color css

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

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

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

border-color css

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

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

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