Html Css Color HEX #D82C4A Amaranth

📋 copy color: '#D82C4A'

red 216 ◦ green 44 ◦ blue 74

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

Shades of Amaranth #D82C4A

Tints of Amaranth #D82C4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 22.16%

R = 64.67%
G = 13.17%
B = 22.16%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.66

 K value IS 0.15

RGB Variations

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

Color information

#D82C4A (or 0xD82C4A) is known color: Amaranth. HEX triplet: D8, 2C and 4A. RGB value is (216,44,74). Sum of RGB (Red+Green+Blue) = 216+44+74=334 (44% of max value = 765). Red value is 216 (84.77% from 255 or 64.67% from 334); Green value is 44 (17.58% from 255 or 13.17% from 334); Blue value is 74 (29.30% from 255 or 22.16% from 334); Max value from RGB is 216 - color contains mainly: red. Hex color #D82C4A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D82C4A is #27D3B5. Grayscale: #626262. Windows color (decimal): -2610102 or 4861144. OLE color: 4861144.

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

Color convert

RGB 216 44 74 -
CMYK 0 0.80 0.66 0.15
HSL 349.53º 0.69% 0.51% -
HSV(B) 349.53º 0.8% 0.85% -
XYZ 30.46 16.89 8.13 -
YUV 98.85 113.98 211.56 -
System Red Green Blue C M Y K H S L
Decimal 216 44 74 0 0.80 0.66 0.15 349.53 0.69 0.51
Hex D8 2C 4A 0 50 42 F 15E 45 33
Octal 330 54 112 0 120 102 17 536 105 63
Binary 11011000 101100 1001010 0 1010000 1000010 1111 101011110 1000101 110011

Color Harmonies of #D82C4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D82C4A

Black with #D82C4A

Text Example


Text Example

White with #D82C4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D82C4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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