Html Css Color HEX #D83750 Amaranth

📋 copy color: '#D83750'

red 216 ◦ green 55 ◦ blue 80

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

Shades of Amaranth #D83750

Tints of Amaranth #D83750

RGB

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

 GREEN value IS 55 (21.88% from 255) = 15.67%

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

R = 61.54%
G = 15.67%
B = 22.79%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.63

 K value IS 0.15

RGB Variations

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

Color information

#D83750 (or 0xD83750) is known color: Amaranth. HEX triplet: D8, 37 and 50. RGB value is (216,55,80). Sum of RGB (Red+Green+Blue) = 216+55+80=351 (46% of max value = 765). Red value is 216 (84.77% from 255 or 61.54% from 351); Green value is 55 (21.88% from 255 or 15.67% from 351); Blue value is 80 (31.64% from 255 or 22.79% from 351); Max value from RGB is 216 - color contains mainly: red. Hex color #D83750 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D83750 is #27C8AF. Grayscale: #6A6A6A. Windows color (decimal): -2607280 or 5257176. OLE color: 5257176.

HSL color Cylindrical-coordinate representation of color #D83750: hue angle of 350.68º degrees, saturation: 0.67, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D83750 is Cyan = 0, Magento = 0.75, Yellow = 0.63 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 55 80 -
CMYK 0 0.75 0.63 0.15
HSL 350.68º 0.67% 0.53% -
HSV(B) 350.68º 0.75% 0.85% -
XYZ 31.13 17.91 9.41 -
YUV 105.99 113.34 206.47 -
System Red Green Blue C M Y K H S L
Decimal 216 55 80 0 0.75 0.63 0.15 350.68 0.67 0.53
Hex D8 37 50 0 4B 3F F 15F 43 35
Octal 330 67 120 0 113 77 17 537 103 65
Binary 11011000 110111 1010000 0 1001011 111111 1111 101011111 1000011 110101

Color Harmonies of #D83750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D83750

Black with #D83750

Text Example


Text Example

White with #D83750

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D83750; }

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

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

background-color css

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

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

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

border-color css

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

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

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