Html Css Color HEX #D83049 Amaranth

📋 copy color: '#D83049'

red 216 ◦ green 48 ◦ blue 73

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

Shades of Amaranth #D83049

Tints of Amaranth #D83049

RGB

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

 GREEN value IS 48 (19.14% from 255) = 14.24%

 BLUE value IS 73 (28.91% from 255) = 21.66%

R = 64.09%
G = 14.24%
B = 21.66%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.66

 K value IS 0.15

RGB Variations

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

Color information

#D83049 (or 0xD83049) is known color: Amaranth. HEX triplet: D8, 30 and 49. RGB value is (216,48,73). Sum of RGB (Red+Green+Blue) = 216+48+73=337 (44% of max value = 765). Red value is 216 (84.77% from 255 or 64.09% from 337); Green value is 48 (19.14% from 255 or 14.24% from 337); Blue value is 73 (28.91% from 255 or 21.66% from 337); Max value from RGB is 216 - color contains mainly: red. Hex color #D83049 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D83049 is #27CFB6. Grayscale: #656565. Windows color (decimal): -2609079 or 4796632. OLE color: 4796632.

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

Color convert

RGB 216 48 73 -
CMYK 0 0.78 0.66 0.15
HSL 351.07º 0.68% 0.52% -
HSV(B) 351.07º 0.78% 0.85% -
XYZ 30.58 17.19 8.01 -
YUV 101.08 112.16 209.97 -
System Red Green Blue C M Y K H S L
Decimal 216 48 73 0 0.78 0.66 0.15 351.07 0.68 0.52
Hex D8 30 49 0 4E 42 F 15F 44 34
Octal 330 60 111 0 116 102 17 537 104 64
Binary 11011000 110000 1001001 0 1001110 1000010 1111 101011111 1000100 110100

Color Harmonies of #D83049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D83049

Black with #D83049

Text Example


Text Example

White with #D83049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D83049; }

 p { color: rgb(216,48,73); }

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

background-color css

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

 a { background-color: rgb(216,48,73); }

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

border-color css

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

 span { border-color: rgb(216,48,73); }

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