Html Css Color HEX #D83247 Amaranth

📋 copy color: '#D83247'

red 216 ◦ green 50 ◦ blue 71

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

Shades of Amaranth #D83247

Tints of Amaranth #D83247

RGB

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

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

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

R = 64.09%
G = 14.84%
B = 21.07%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.67

 K value IS 0.15

RGB Variations

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

Color information

#D83247 (or 0xD83247) is known color: Amaranth. HEX triplet: D8, 32 and 47. RGB value is (216,50,71). Sum of RGB (Red+Green+Blue) = 216+50+71=337 (44% of max value = 765). Red value is 216 (84.77% from 255 or 64.09% from 337); Green value is 50 (19.92% from 255 or 14.84% from 337); Blue value is 71 (28.12% from 255 or 21.07% from 337); Max value from RGB is 216 - color contains mainly: red. Hex color #D83247 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D83247 is #27CDB8. Grayscale: #666666. Windows color (decimal): -2608569 or 4666072. OLE color: 4666072.

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

Color convert

RGB 216 50 71 -
CMYK 0 0.77 0.67 0.15
HSL 352.41º 0.68% 0.52% -
HSV(B) 352.41º 0.77% 0.85% -
XYZ 30.6 17.34 7.69 -
YUV 102.03 110.5 209.29 -
System Red Green Blue C M Y K H S L
Decimal 216 50 71 0 0.77 0.67 0.15 352.41 0.68 0.52
Hex D8 32 47 0 4D 43 F 160 44 34
Octal 330 62 107 0 115 103 17 540 104 64
Binary 11011000 110010 1000111 0 1001101 1000011 1111 101100000 1000100 110100

Color Harmonies of #D83247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D83247

Black with #D83247

Text Example


Text Example

White with #D83247

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D83247; }

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

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

background-color css

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

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

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

border-color css

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

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

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