Html Css Color HEX #D2214D Amaranth

📋 copy color: '#D2214D'

red 210 ◦ green 33 ◦ blue 77

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

Shades of Amaranth #D2214D

Tints of Amaranth #D2214D

RGB

 RED value IS 210 (82.42% from 255) = 65.63%

 GREEN value IS 33 (13.28% from 255) = 10.31%

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

R = 65.63%
G = 10.31%
B = 24.06%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.63

 K value IS 0.18

RGB Variations

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

Color information

#D2214D (or 0xD2214D) is known color: Amaranth. HEX triplet: D2, 21 and 4D. RGB value is (210,33,77). Sum of RGB (Red+Green+Blue) = 210+33+77=320 (42% of max value = 765). Red value is 210 (82.42% from 255 or 65.62% from 320); Green value is 33 (13.28% from 255 or 10.31% from 320); Blue value is 77 (30.47% from 255 or 24.06% from 320); Max value from RGB is 210 - color contains mainly: red. Hex color #D2214D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D2214D is #2DDEB2. Grayscale: #5A5A5A. Windows color (decimal): -3006131 or 5054930. OLE color: 5054930.

HSL color Cylindrical-coordinate representation of color #D2214D: hue angle of 345.08º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D2214D is Cyan = 0, Magento = 0.84, Yellow = 0.63 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 33 77 -
CMYK 0 0.84 0.63 0.18
HSL 345.08º 0.73% 0.48% -
HSV(B) 345.08º 0.84% 0.82% -
XYZ 28.46 15.33 8.48 -
YUV 90.94 120.14 212.92 -
System Red Green Blue C M Y K H S L
Decimal 210 33 77 0 0.84 0.63 0.18 345.08 0.73 0.48
Hex D2 21 4D 0 54 3F 12 159 49 30
Octal 322 41 115 0 124 77 22 531 111 60
Binary 11010010 100001 1001101 0 1010100 111111 10010 101011001 1001001 110000

Color Harmonies of #D2214D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2214D

Black with #D2214D

Text Example


Text Example

White with #D2214D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2214D; }

 p { color: rgb(210,33,77); }

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

background-color css

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

 a { background-color: rgb(210,33,77); }

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

border-color css

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

 span { border-color: rgb(210,33,77); }

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