Html Css Color HEX #D83046 Amaranth

📋 copy color: '#D83046'

red 216 ◦ green 48 ◦ blue 70

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

Shades of Amaranth #D83046

Tints of Amaranth #D83046

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 20.96%

R = 64.67%
G = 14.37%
B = 20.96%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.68

 K value IS 0.15

RGB Variations

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

Color information

#D83046 (or 0xD83046) is known color: Amaranth. HEX triplet: D8, 30 and 46. RGB value is (216,48,70). Sum of RGB (Red+Green+Blue) = 216+48+70=334 (44% of max value = 765). Red value is 216 (84.77% from 255 or 64.67% from 334); Green value is 48 (19.14% from 255 or 14.37% from 334); Blue value is 70 (27.73% from 255 or 20.96% from 334); Max value from RGB is 216 - color contains mainly: red. Hex color #D83046 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D83046 is #27CFB9. Grayscale: #646464. Windows color (decimal): -2609082 or 4600024. OLE color: 4600024.

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

Color convert

RGB 216 48 70 -
CMYK 0 0.78 0.68 0.15
HSL 352.14º 0.68% 0.52% -
HSV(B) 352.14º 0.78% 0.85% -
XYZ 30.48 17.16 7.5 -
YUV 100.74 110.66 210.21 -
System Red Green Blue C M Y K H S L
Decimal 216 48 70 0 0.78 0.68 0.15 352.14 0.68 0.52
Hex D8 30 46 0 4E 44 F 160 44 34
Octal 330 60 106 0 116 104 17 540 104 64
Binary 11011000 110000 1000110 0 1001110 1000100 1111 101100000 1000100 110100

Color Harmonies of #D83046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D83046

Black with #D83046

Text Example


Text Example

White with #D83046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D83046; }

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

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

background-color css

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

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

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

border-color css

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

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

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