Html Css Color HEX #D6314B Amaranth

📋 copy color: '#D6314B'

red 214 ◦ green 49 ◦ blue 75

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

Shades of Amaranth #D6314B

Tints of Amaranth #D6314B

RGB

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

 GREEN value IS 49 (19.53% from 255) = 14.5%

 BLUE value IS 75 (29.69% from 255) = 22.19%

R = 63.31%
G = 14.5%
B = 22.19%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.65

 K value IS 0.16

RGB Variations

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

Color information

#D6314B (or 0xD6314B) is known color: Amaranth. HEX triplet: D6, 31 and 4B. RGB value is (214,49,75). Sum of RGB (Red+Green+Blue) = 214+49+75=338 (44% of max value = 765). Red value is 214 (83.98% from 255 or 63.31% from 338); Green value is 49 (19.53% from 255 or 14.50% from 338); Blue value is 75 (29.69% from 255 or 22.19% from 338); Max value from RGB is 214 - color contains mainly: red. Hex color #D6314B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D6314B is #29CEB4. Grayscale: #656565. Windows color (decimal): -2739893 or 4927958. OLE color: 4927958.

HSL color Cylindrical-coordinate representation of color #D6314B: hue angle of 350.55º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D6314B is Cyan = 0, Magento = 0.77, Yellow = 0.65 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 49 75 -
CMYK 0 0.77 0.65 0.16
HSL 350.55º 0.67% 0.52% -
HSV(B) 350.55º 0.77% 0.84% -
XYZ 30.1 17 8.35 -
YUV 101.3 113.16 208.39 -
System Red Green Blue C M Y K H S L
Decimal 214 49 75 0 0.77 0.65 0.16 350.55 0.67 0.52
Hex D6 31 4B 0 4D 41 10 15F 43 34
Octal 326 61 113 0 115 101 20 537 103 64
Binary 11010110 110001 1001011 0 1001101 1000001 10000 101011111 1000011 110100

Color Harmonies of #D6314B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6314B

Black with #D6314B

Text Example


Text Example

White with #D6314B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6314B; }

 p { color: rgb(214,49,75); }

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

background-color css

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

 a { background-color: rgb(214,49,75); }

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

border-color css

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

 span { border-color: rgb(214,49,75); }

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