Html Css Color HEX #D82B51 Amaranth

📋 copy color: '#D82B51'

red 216 ◦ green 43 ◦ blue 81

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

Shades of Amaranth #D82B51

Tints of Amaranth #D82B51

RGB

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

 GREEN value IS 43 (17.19% from 255) = 12.65%

 BLUE value IS 81 (32.03% from 255) = 23.82%

R = 63.53%
G = 12.65%
B = 23.82%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.62

 K value IS 0.15

RGB Variations

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

Color information

#D82B51 (or 0xD82B51) is known color: Amaranth. HEX triplet: D8, 2B and 51. RGB value is (216,43,81). Sum of RGB (Red+Green+Blue) = 216+43+81=340 (45% of max value = 765). Red value is 216 (84.77% from 255 or 63.53% from 340); Green value is 43 (17.19% from 255 or 12.65% from 340); Blue value is 81 (32.03% from 255 or 23.82% from 340); Max value from RGB is 216 - color contains mainly: red. Hex color #D82B51 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D82B51 is #27D4AE. Grayscale: #636363. Windows color (decimal): -2610351 or 5319640. OLE color: 5319640.

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

Color convert

RGB 216 43 81 -
CMYK 0 0.80 0.62 0.15
HSL 346.82º 0.69% 0.51% -
HSV(B) 346.82º 0.8% 0.85% -
XYZ 30.67 16.92 9.43 -
YUV 99.06 117.81 211.41 -
System Red Green Blue C M Y K H S L
Decimal 216 43 81 0 0.80 0.62 0.15 346.82 0.69 0.51
Hex D8 2B 51 0 50 3E F 15B 45 33
Octal 330 53 121 0 120 76 17 533 105 63
Binary 11011000 101011 1010001 0 1010000 111110 1111 101011011 1000101 110011

Color Harmonies of #D82B51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D82B51

Black with #D82B51

Text Example


Text Example

White with #D82B51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D82B51; }

 p { color: rgb(216,43,81); }

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

background-color css

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

 a { background-color: rgb(216,43,81); }

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

border-color css

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

 span { border-color: rgb(216,43,81); }

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