Html Css Color HEX #D83251 Amaranth

📋 copy color: '#D83251'

red 216 ◦ green 50 ◦ blue 81

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

Shades of Amaranth #D83251

Tints of Amaranth #D83251

RGB

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

 GREEN value IS 50 (19.92% from 255) = 14.41%

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

R = 62.25%
G = 14.41%
B = 23.34%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.62

 K value IS 0.15

RGB Variations

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

Color information

#D83251 (or 0xD83251) is known color: Amaranth. HEX triplet: D8, 32 and 51. RGB value is (216,50,81). Sum of RGB (Red+Green+Blue) = 216+50+81=347 (45% of max value = 765). Red value is 216 (84.77% from 255 or 62.25% from 347); Green value is 50 (19.92% from 255 or 14.41% from 347); Blue value is 81 (32.03% from 255 or 23.34% from 347); Max value from RGB is 216 - color contains mainly: red. Hex color #D83251 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D83251 is #27CDAE. Grayscale: #676767. Windows color (decimal): -2608559 or 5321432. OLE color: 5321432.

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

Color convert

RGB 216 50 81 -
CMYK 0 0.77 0.62 0.15
HSL 348.8º 0.68% 0.52% -
HSV(B) 348.8º 0.77% 0.85% -
XYZ 30.94 17.47 9.53 -
YUV 103.17 115.5 208.48 -
System Red Green Blue C M Y K H S L
Decimal 216 50 81 0 0.77 0.62 0.15 348.8 0.68 0.52
Hex D8 32 51 0 4D 3E F 15D 44 34
Octal 330 62 121 0 115 76 17 535 104 64
Binary 11011000 110010 1010001 0 1001101 111110 1111 101011101 1000100 110100

Color Harmonies of #D83251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D83251

Black with #D83251

Text Example


Text Example

White with #D83251

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D83251; }

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

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

background-color css

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

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

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

border-color css

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

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

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