Html Css Color HEX #D6334B Amaranth

📋 copy color: '#D6334B'

red 214 ◦ green 51 ◦ blue 75

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

Shades of Amaranth #D6334B

Tints of Amaranth #D6334B

RGB

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

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

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

R = 62.94%
G = 15%
B = 22.06%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.65

 K value IS 0.16

RGB Variations

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

Color information

#D6334B (or 0xD6334B) is known color: Amaranth. HEX triplet: D6, 33 and 4B. RGB value is (214,51,75). Sum of RGB (Red+Green+Blue) = 214+51+75=340 (45% of max value = 765). Red value is 214 (83.98% from 255 or 62.94% from 340); Green value is 51 (20.31% from 255 or 15% from 340); Blue value is 75 (29.69% from 255 or 22.06% from 340); Max value from RGB is 214 - color contains mainly: red. Hex color #D6334B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D6334B is #29CCB4. Grayscale: #666666. Windows color (decimal): -2739381 or 4928470. OLE color: 4928470.

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

Color convert

RGB 214 51 75 -
CMYK 0 0.76 0.65 0.16
HSL 351.17º 0.67% 0.52% -
HSV(B) 351.17º 0.76% 0.84% -
XYZ 30.19 17.17 8.38 -
YUV 102.47 112.5 207.55 -
System Red Green Blue C M Y K H S L
Decimal 214 51 75 0 0.76 0.65 0.16 351.17 0.67 0.52
Hex D6 33 4B 0 4C 41 10 15F 43 34
Octal 326 63 113 0 114 101 20 537 103 64
Binary 11010110 110011 1001011 0 1001100 1000001 10000 101011111 1000011 110100

Color Harmonies of #D6334B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6334B

Black with #D6334B

Text Example


Text Example

White with #D6334B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6334B; }

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

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

background-color css

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

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

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

border-color css

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

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

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