Html Css Color HEX #D83047 Amaranth

📋 copy color: '#D83047'

red 216 ◦ green 48 ◦ blue 71

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

Shades of Amaranth #D83047

Tints of Amaranth #D83047

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 21.19%

R = 64.48%
G = 14.33%
B = 21.19%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.67

 K value IS 0.15

RGB Variations

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

Color information

#D83047 (or 0xD83047) is known color: Amaranth. HEX triplet: D8, 30 and 47. RGB value is (216,48,71). Sum of RGB (Red+Green+Blue) = 216+48+71=335 (44% of max value = 765). Red value is 216 (84.77% from 255 or 64.48% from 335); Green value is 48 (19.14% from 255 or 14.33% from 335); Blue value is 71 (28.12% from 255 or 21.19% from 335); Max value from RGB is 216 - color contains mainly: red. Hex color #D83047 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D83047 is #27CFB8. Grayscale: #646464. Windows color (decimal): -2609081 or 4665560. OLE color: 4665560.

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

Color convert

RGB 216 48 71 -
CMYK 0 0.78 0.67 0.15
HSL 351.79º 0.68% 0.52% -
HSV(B) 351.79º 0.78% 0.85% -
XYZ 30.51 17.17 7.67 -
YUV 100.85 111.16 210.13 -
System Red Green Blue C M Y K H S L
Decimal 216 48 71 0 0.78 0.67 0.15 351.79 0.68 0.52
Hex D8 30 47 0 4E 43 F 160 44 34
Octal 330 60 107 0 116 103 17 540 104 64
Binary 11011000 110000 1000111 0 1001110 1000011 1111 101100000 1000100 110100

Color Harmonies of #D83047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D83047

Black with #D83047

Text Example


Text Example

White with #D83047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D83047; }

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

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

background-color css

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

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

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

border-color css

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

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

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