Html Css Color HEX #D6234D Amaranth

📋 copy color: '#D6234D'

red 214 ◦ green 35 ◦ blue 77

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

Shades of Amaranth #D6234D

Tints of Amaranth #D6234D

RGB

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

 GREEN value IS 35 (14.06% from 255) = 10.74%

 BLUE value IS 77 (30.47% from 255) = 23.62%

R = 65.64%
G = 10.74%
B = 23.62%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.64

 K value IS 0.16

RGB Variations

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

Color information

#D6234D (or 0xD6234D) is known color: Amaranth. HEX triplet: D6, 23 and 4D. RGB value is (214,35,77). Sum of RGB (Red+Green+Blue) = 214+35+77=326 (43% of max value = 765). Red value is 214 (83.98% from 255 or 65.64% from 326); Green value is 35 (14.06% from 255 or 10.74% from 326); Blue value is 77 (30.47% from 255 or 23.62% from 326); Max value from RGB is 214 - color contains mainly: red. Hex color #D6234D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D6234D is #29DCB2. Grayscale: #5D5D5D. Windows color (decimal): -2743475 or 5055446. OLE color: 5055446.

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

Color convert

RGB 214 35 77 -
CMYK 0 0.84 0.64 0.16
HSL 345.92º 0.72% 0.49% -
HSV(B) 345.92º 0.84% 0.84% -
XYZ 29.67 16.03 8.55 -
YUV 93.31 118.8 214.08 -
System Red Green Blue C M Y K H S L
Decimal 214 35 77 0 0.84 0.64 0.16 345.92 0.72 0.49
Hex D6 23 4D 0 54 40 10 15A 48 31
Octal 326 43 115 0 124 100 20 532 110 61
Binary 11010110 100011 1001101 0 1010100 1000000 10000 101011010 1001000 110001

Color Harmonies of #D6234D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6234D

Black with #D6234D

Text Example


Text Example

White with #D6234D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6234D; }

 p { color: rgb(214,35,77); }

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

background-color css

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

 a { background-color: rgb(214,35,77); }

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

border-color css

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

 span { border-color: rgb(214,35,77); }

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