Html Css Color HEX #D83246 Amaranth

📋 copy color: '#D83246'

red 216 ◦ green 50 ◦ blue 70

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

Shades of Amaranth #D83246

Tints of Amaranth #D83246

RGB

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

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

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

R = 64.29%
G = 14.88%
B = 20.83%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.68

 K value IS 0.15

RGB Variations

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

Color information

#D83246 (or 0xD83246) is known color: Amaranth. HEX triplet: D8, 32 and 46. RGB value is (216,50,70). Sum of RGB (Red+Green+Blue) = 216+50+70=336 (44% of max value = 765). Red value is 216 (84.77% from 255 or 64.29% from 336); Green value is 50 (19.92% from 255 or 14.88% from 336); Blue value is 70 (27.73% from 255 or 20.83% from 336); Max value from RGB is 216 - color contains mainly: red. Hex color #D83246 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D83246 is #27CDB9. Grayscale: #666666. Windows color (decimal): -2608570 or 4600536. OLE color: 4600536.

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

Color convert

RGB 216 50 70 -
CMYK 0 0.77 0.68 0.15
HSL 352.77º 0.68% 0.52% -
HSV(B) 352.77º 0.77% 0.85% -
XYZ 30.57 17.32 7.53 -
YUV 101.91 110 209.37 -
System Red Green Blue C M Y K H S L
Decimal 216 50 70 0 0.77 0.68 0.15 352.77 0.68 0.52
Hex D8 32 46 0 4D 44 F 161 44 34
Octal 330 62 106 0 115 104 17 541 104 64
Binary 11011000 110010 1000110 0 1001101 1000100 1111 101100001 1000100 110100

Color Harmonies of #D83246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D83246

Black with #D83246

Text Example


Text Example

White with #D83246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D83246; }

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

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

background-color css

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

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

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

border-color css

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

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

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