Html Css Color HEX #D6384C Amaranth

📋 copy color: '#D6384C'

red 214 ◦ green 56 ◦ blue 76

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

Shades of Amaranth #D6384C

Tints of Amaranth #D6384C

RGB

 RED value IS 214 (83.98% from 255) = 61.85%

 GREEN value IS 56 (22.27% from 255) = 16.18%

 BLUE value IS 76 (30.08% from 255) = 21.97%

R = 61.85%
G = 16.18%
B = 21.97%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.64

 K value IS 0.16

RGB Variations

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

Color information

#D6384C (or 0xD6384C) is known color: Amaranth. HEX triplet: D6, 38 and 4C. RGB value is (214,56,76). Sum of RGB (Red+Green+Blue) = 214+56+76=346 (45% of max value = 765). Red value is 214 (83.98% from 255 or 61.85% from 346); Green value is 56 (22.27% from 255 or 16.18% from 346); Blue value is 76 (30.08% from 255 or 21.97% from 346); Max value from RGB is 214 - color contains mainly: red. Hex color #D6384C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D6384C is #29C7B3. Grayscale: #696969. Windows color (decimal): -2738100 or 4995286. OLE color: 4995286.

HSL color Cylindrical-coordinate representation of color #D6384C: hue angle of 352.41º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D6384C is Cyan = 0, Magento = 0.74, Yellow = 0.64 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 56 76 -
CMYK 0 0.74 0.64 0.16
HSL 352.41º 0.66% 0.53% -
HSV(B) 352.41º 0.74% 0.84% -
XYZ 30.45 17.65 8.64 -
YUV 105.52 111.35 205.37 -
System Red Green Blue C M Y K H S L
Decimal 214 56 76 0 0.74 0.64 0.16 352.41 0.66 0.53
Hex D6 38 4C 0 4A 40 10 160 42 35
Octal 326 70 114 0 112 100 20 540 102 65
Binary 11010110 111000 1001100 0 1001010 1000000 10000 101100000 1000010 110101

Color Harmonies of #D6384C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6384C

Black with #D6384C

Text Example


Text Example

White with #D6384C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6384C; }

 p { color: rgb(214,56,76); }

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

background-color css

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

 a { background-color: rgb(214,56,76); }

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

border-color css

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

 span { border-color: rgb(214,56,76); }

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