Html Css Color HEX #D83349 Amaranth

📋 copy color: '#D83349'

red 216 ◦ green 51 ◦ blue 73

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

Shades of Amaranth #D83349

Tints of Amaranth #D83349

RGB

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

 GREEN value IS 51 (20.31% from 255) = 15%

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

R = 63.53%
G = 15%
B = 21.47%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.66

 K value IS 0.15

RGB Variations

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

Color information

#D83349 (or 0xD83349) is known color: Amaranth. HEX triplet: D8, 33 and 49. RGB value is (216,51,73). Sum of RGB (Red+Green+Blue) = 216+51+73=340 (45% of max value = 765). Red value is 216 (84.77% from 255 or 63.53% from 340); Green value is 51 (20.31% from 255 or 15% from 340); Blue value is 73 (28.91% from 255 or 21.47% from 340); Max value from RGB is 216 - color contains mainly: red. Hex color #D83349 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D83349 is #27CCB6. Grayscale: #666666. Windows color (decimal): -2608311 or 4797400. OLE color: 4797400.

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

Color convert

RGB 216 51 73 -
CMYK 0 0.76 0.66 0.15
HSL 352º 0.68% 0.52% -
HSV(B) 352º 0.76% 0.85% -
XYZ 30.71 17.45 8.05 -
YUV 102.84 111.16 208.71 -
System Red Green Blue C M Y K H S L
Decimal 216 51 73 0 0.76 0.66 0.15 352 0.68 0.52
Hex D8 33 49 0 4C 42 F 160 44 34
Octal 330 63 111 0 114 102 17 540 104 64
Binary 11011000 110011 1001001 0 1001100 1000010 1111 101100000 1000100 110100

Color Harmonies of #D83349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D83349

Black with #D83349

Text Example


Text Example

White with #D83349

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D83349; }

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

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

background-color css

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

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

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

border-color css

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

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

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