Html Css Color HEX #D82350 Amaranth

📋 copy color: '#D82350'

red 216 ◦ green 35 ◦ blue 80

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

Shades of Amaranth #D82350

Tints of Amaranth #D82350

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 24.17%

R = 65.26%
G = 10.57%
B = 24.17%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.63

 K value IS 0.15

RGB Variations

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

Color information

#D82350 (or 0xD82350) is known color: Amaranth. HEX triplet: D8, 23 and 50. RGB value is (216,35,80). Sum of RGB (Red+Green+Blue) = 216+35+80=331 (43% of max value = 765). Red value is 216 (84.77% from 255 or 65.26% from 331); Green value is 35 (14.06% from 255 or 10.57% from 331); Blue value is 80 (31.64% from 255 or 24.17% from 331); Max value from RGB is 216 - color contains mainly: red. Hex color #D82350 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D82350 is #27DCAF. Grayscale: #5E5E5E. Windows color (decimal): -2612400 or 5252056. OLE color: 5252056.

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

Color convert

RGB 216 35 80 -
CMYK 0 0.84 0.63 0.15
HSL 345.08º 0.72% 0.49% -
HSV(B) 345.08º 0.84% 0.85% -
XYZ 30.37 16.38 9.15 -
YUV 94.25 119.97 214.84 -
System Red Green Blue C M Y K H S L
Decimal 216 35 80 0 0.84 0.63 0.15 345.08 0.72 0.49
Hex D8 23 50 0 54 3F F 159 48 31
Octal 330 43 120 0 124 77 17 531 110 61
Binary 11011000 100011 1010000 0 1010100 111111 1111 101011001 1001000 110001

Color Harmonies of #D82350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D82350

Black with #D82350

Text Example


Text Example

White with #D82350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D82350; }

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

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

background-color css

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

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

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

border-color css

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

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

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